Documentation
Build apps from prompts. Step-by-step guides, API reference, and patterns that work. Start with the quickstart, then dive into the recipe that matches what you’re building.
Quickstart3
Concepts4
How the factory works
7 minPipeline anatomy: intent → plan → generate → verify → ship
Surfaces: web today, desktop + mobile roadmap
4 minWeb pipeline ships now (Next.js + libSQL). Desktop and mobile are planned.
The app manifest
5 minHow the factory represents your app internally
Bridge nodes
6 minLinux bridge live today; Windows bridge provisioned but not active; Android = roadmap.
Guides8
Writing prompts that produce great apps
6 minPatterns that work, anti-patterns to avoid
Editing the plan before build
4 minWhen and how to refine the manifest manually
Iterating: add a field, change a flow
5 minHow to refine an existing app without rebuilding from scratch
Deploy a web app
7 minVercel, Cloudflare Pages, or self-hosted
Ship a Windows installerPlanned
8 minSigning, distribution, auto-update
When a build fails
5 minReading the Build + Audit tabs
AI cost + budgets
4 minPer-tenant budgets, model routing, token tracking
Enterprise SSO setupPlanned
8 minSAML + OIDC for Okta, Azure, Google
API reference6
API overview
3 minREST endpoints, authentication, rate limits
POST /api/admin/factory/orchestrate
4 minSubmit a prompt and stream the build via SSE
Job APIs (cancel, retry, status)
3 minManage in-flight and finished jobs
Audit log APIPlanned
3 minQuery and export factory audit events
WebhooksPlanned
5 minSubscribe to job lifecycle events
Bridge status API
2 minRead-only check whether your bridge nodes are online
Recipes6
Recipe: a working CRM
4 minCustomers, deals, activities, dashboard
Recipe: invoicing + check writer
5 minCompanies, accounts, invoices, printable check view
Recipe: HR PTO tracker
4 minVacation/sick/personal balances + approval workflow
Recipe: kanban + sprints
5 minEpics, stories, board, burndown
Recipe: PDF generation desktop appPlanned
6 minWPF + PDFsharp + printer access
Recipe: barcode-scanning inventoryPlanned
6 minItems, locations, transfers, mobile scanning
Can’t find what you need?
Email [email protected] or open an issue on GitHub. We read everything.