Back to browse
GitHub Repository

PRD text → production FastAPI app ZIP in a single Python file. The Archiet core algorithm, standalone.

4 starsPython

Microcodegen.py – PRD → FastAPI app, one file, no LLM calls

by anioko1·May 22, 2026·3 points·0 comments

AI Analysis

●●SolidBig BrainShip It

Code scaffolding from PRDs without LLMs when Cursor and Copilot dominate.

Strengths
  • JWT auth with httpOnly cookies and per-tenant data isolation built into generated code.
  • Alembic migrations, pytest suite, and docker-compose included out of the box.
  • Zero dependencies, single Python file using only stdlib for parsing.
Weaknesses
  • Regex-based PRD parsing limits complexity compared to LLM-based generators.
  • No UI for iterating on generated code, just regenerate from scratch.
Target Audience

Backend developers building FastAPI services

Similar To

Cursor · GitHub Copilot · Scaffold Hub

Similar Projects