From 91a743ccdf75052d250bd7e2309218bb71073621 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 21 Jan 2026 18:02:35 +0000 Subject: [PATCH] docs: Add missing fakemui to standalone projects table Co-Authored-By: Claude Opus 4.5 --- docs/CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CLAUDE.md b/docs/CLAUDE.md index 7a9ed80e0..300673fc9 100644 --- a/docs/CLAUDE.md +++ b/docs/CLAUDE.md @@ -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 + 10 standalone projects +**Structure**: Monorepo containing MetaBuilder core + 11 standalone projects --- @@ -442,6 +442,7 @@ metabuilder/ | `cadquerywrapper/` | Parametric 3D CAD modeling | Python, CadQuery | | `caproverforge/` | CapRover PaaS mobile client | Android, Kotlin | | `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) | | `pastebin/` | Code snippet sharing | Next.js, TypeScript |