Loading…
Loading…
Features
Archiet's pipeline converts your blueprint into a production-ready codebase in 7 steps. Each step is independently verifiable — the ZIP includes a full quality report so you know exactly what was generated and why.
Archiet reads your blueprint sections and Journey Wizard answers to extract a structured manifest: entity list, screen inventory, functional requirements, security constraints, and integrations. This manifest drives every downstream step.
The capability selector matches your functional requirements against a catalogue of 50+ capabilities — auth, billing, workflow engine, LLM gateway, state machines, search, analytics, and more. Only matching capabilities are included in the output.
Jinja2 templates for your chosen stack are rendered with your entities, capabilities, and PRD context. The output covers backend (models, routes, services, migrations), frontend (Next.js pages, components, API client), mobile (Expo/React Native), Docker, CI/CD, and a handoff pack.
Any business logic stub that can't be pattern-matched deterministically is filled by an LLM. Deterministic fill runs first (free and instant). LLM fill only targets the remaining stubs. Security banned-patterns (eval, exec, hardcoded secrets) are stripped before writing.
The generated app is booted in an isolated Docker container. The SBT checks that the app starts, /api/health returns 200, migrations apply cleanly, and there are no import errors. If the boot fails, generation is blocked and the error report is included in the ZIP.
Four dimensions scored on a 100-point scale: build integrity (25 pts), security posture (25 pts), production readiness (25 pts), and PRD fidelity (25 pts). A handoff-pack completeness bonus adds up to 5 extra points. Generation is blocked if the score is below 80.
The gate enforces hard blocks: must-priority functional requirements with zero generated files, empty code files (excluding __init__.py and conftest.py), and traceability coverage below the minimum. All hard blocks must clear before the ZIP is unlocked for download.
| Dimension | Points |
|---|---|
| Build integrity | 25 |
| Security posture | 25 |
| Production readiness | 25 |
| PRD fidelity | 25 |
| Handoff pack bonus | +5 |
Minimum publish score: 80
If the quality score is below 80, the delivery gate blocks the download and the quality report shows exactly which checks failed and how to resolve them. Regenerate after addressing the gaps.