Your first app in 60 seconds.
Three steps. No credit card. No setup. The build itself takes a few more minutes, but you only spend ~60s at the keyboard.
Pick a starter prompt
~15sOpen the launchpad. 25 hand-curated prompts across 6 industries: finance, sales, ops, HR, compliance, productivity. Each card shows what the build produces, what surface, and how long it takes.
Open launchpad →Hit "Launch"
~30sOne click deep-links you into the operator at /admin/factory with the prompt pre-filled. The interview chat asks 2-3 follow-up questions, you approve the manifest, and the build starts streaming progress over SSE.
Open the operator →Download your artifact
~15sWhen the build finishes (typically 4-12 minutes for the actual run, but Step 3 only takes seconds), you get a delivery panel with a download link, SHA-256 hash, and the rendered HTML the launched server returned. PNG screenshots are roadmap. Per-tier retention is roadmap (no billing wired); for now artifacts are kept while we develop.
See live verified builds →Comfortable with APIs? Skip the UI.
The public demo endpoint runs without a key. Stream progress over SSE. No login, no signup, no clicking — just a single POST.
curl -N -X POST https://ooretz.space/api/factory/public-demo \
-H "Content-Type: application/json" \
-d '{"prompt":"Build a check writer app with vendor book and two-approver workflow"}'