Klon-App generiert von Gemma 4 31B (lokal) orchestriert durch Claude
Go to file
2026-05-23 04:58:01 +02:00
apps feat(empty-loading-states): Bessere Loading- und Empty-States in allen List-Pages [tsc:ok] 2026-05-23 04:58:01 +02:00
infra scaffold: pnpm-monorepo (apps/api+web, packages/shared) + docker-compose + codegen-orchestrator 2026-05-23 04:24:44 +02:00
packages/shared claude-fix: schema bug, wrong package import, dotenv removal, workspace deps, route mount 2026-05-23 04:36:10 +02:00
scripts feat(toast-notifications): Toast-System für Success/Error-Feedback nach Mutations [tsc:ok] 2026-05-23 04:57:29 +02:00
.gitignore init: EmberClone scaffold (Gemma-generated SaaS clone) 2026-05-23 04:18:54 +02:00
.phase2-state.json feat(toast-notifications): Toast-System für Success/Error-Feedback nach Mutations [tsc:ok] 2026-05-23 04:57:29 +02:00
.phase3-state.json feat(empty-loading-states): Bessere Loading- und Empty-States in allen List-Pages [tsc:ok] 2026-05-23 04:58:01 +02:00
CLAUDE.md init: EmberClone scaffold (Gemma-generated SaaS clone) 2026-05-23 04:18:54 +02:00
GENERATION_LOG.md feat(empty-loading-states): Bessere Loading- und Empty-States in allen List-Pages [tsc:ok] 2026-05-23 04:58:01 +02:00
package.json init: EmberClone scaffold (Gemma-generated SaaS clone) 2026-05-23 04:18:54 +02:00
pnpm-lock.yaml claude-fix: FastifyInstance type, routes/index mount, lucide upgrade, projects where-filter 2026-05-23 04:55:59 +02:00
pnpm-workspace.yaml init: EmberClone scaffold (Gemma-generated SaaS clone) 2026-05-23 04:18:54 +02:00
README.md init: EmberClone scaffold (Gemma-generated SaaS clone) 2026-05-23 04:18:54 +02:00

EmberClone

Klon-Anwendung inspiriert von Embertime, generiert durch eine Multi-KI-Pipeline:

  • Claude (Anthropic) als Orchestrator + Verifier
  • Gemma 4 31B (lokal via vLLM) als Code-Generator
  • Basis: SaaS-Blueprint-Engine v1-Output

Siehe CLAUDE.md für Architektur, GENERATION_LOG.md für Build-Historie.

Quick Start

docker compose -f infra/docker-compose.yml up -d
pnpm install && pnpm --filter api db:migrate && pnpm dev

Web: http://localhost:5174, API: http://localhost:4001.