Loading…
Loading…
Archiet takes a software product description (or a PRD) and produces a scored ArchiMate architecture blueprint, then generates the production codebase across 12 stacks: Flask, FastAPI, Django, NestJS, Laravel, Rails, .NET, Salesforce Apex, SAP CAP, Dynamics 365, plus Go and Java. Frontend is Next.js + shadcn/ui. Mobile is optional Expo. The output is a downloadable ZIP that runs locally with docker-compose up.
LLMs only kick in for filling stubs, prose, and last-mile auto-repair. Structural decisions (which DB, which auth pattern, which file goes where) are made by deterministic rules. LLM-driven architecture regressed within a week in early versions — same input, different outputs, unmaintainable.
OpenRouter → Anthropic → OpenAI → Google → DeepSeek → HuggingFace. Within OpenRouter, three tiers: paid, cheap, free. Account-level quota detection (HTTP 402) skips a provider's remaining keys. No model names hardcoded; all from env vars.
JSONB queries, deferred FK constraints, row-level security for multi-tenant isolation. SQLite hard-blocked even in tests — SQL dialect mismatch produces silent test passes that fail in production.
E2B sandbox: install deps, run migrations, start the app, poll /api/health for 20s. If it doesn't boot, auto-repair loop runs up to 3 LLM cycles. Still no boot? ZIP doesn't ship.
Self-hosted on Azure. Pricing is calm — Builder $149/mo, Pro $599/mo, Team $1,499/mo, Agency $2,999/mo. Free plan, no credit card. I'll respond to every HN comment for the next 48 hours.