Output state
Prototype, optimized for fast iteration.
Bolt.new is designed for the prompt→preview loop. Single-tenant by default, mock or basic auth, zero e2e tests, no security headers, no deployment hardening. Ideal for proving an idea — not for accepting paying users.
Production-grade in 1 week.
Multi-tenant data isolation (Row-Level Security), production auth (NextAuth v5 / Clerk + OAuth + MFA-ready), complete Playwright e2e suite, security audit + hardening (CSP, CSRF, rate-limiting), Vercel/Railway deployment, observability wired. Reference: wintura.ai uses the same playbook.