docs: Add codegen and packagerepo to standalone projects table

- codegen: Visual code generation studio (React, Vite)
- packagerepo: Package repository service (Python, FastAPI)

Now 13 standalone projects in monorepo.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-21 18:04:19 +00:00
parent 91a743ccdf
commit a1c41358de

View File

@@ -4,7 +4,7 @@
**Status**: Phase 2 Complete, Monorepo Consolidated
**Overall Health**: 82/100
**Vision**: Universal Platform - One cohesive system for code, 3D, graphics, media, and system administration
**Structure**: Monorepo containing MetaBuilder core + 11 standalone projects
**Structure**: Monorepo containing MetaBuilder core + 13 standalone projects
---
@@ -441,10 +441,12 @@ metabuilder/
|---------|---------|------------|
| `cadquerywrapper/` | Parametric 3D CAD modeling | Python, CadQuery |
| `caproverforge/` | CapRover PaaS mobile client | Android, Kotlin |
| `codegen/` | Visual code generation studio | React, Vite, TypeScript |
| `dockerterminal/` | Docker Swarm management | Next.js, TypeScript |
| `fakemui/` | Material UI clone (React + QML) | React, QML, TypeScript |
| `gameengine/` | 2D/3D game engine | C++, SDL3 |
| `mojo/` | Systems programming examples | Mojo (Python superset) |
| `packagerepo/` | Package repository service | Python, FastAPI |
| `pastebin/` | Code snippet sharing | Next.js, TypeScript |
| `pcbgenerator/` | PCB design automation | Python |
| `repoforge/` | GitHub client for Android | Kotlin, Compose |