Skip to content
Agent Month

AI app builder

From Bolt.new to production

Last verified: June 2026· Bolt.new productionization

Bolt.new
Photo001 Car factory assembly line - Opel factory in Gliwice, PolandbyMarek Ślusarczyk (Tupungato) Photo portfolioCC BY 3.0tinted
Bolt.new prototype
a weekend demo
12-axis hardening
7 gaps to close
Production
in your repo, you own it
We take the Bolt.new prototype through a 3–6 week hardening pass across the 12 production axes — the result is code your team owns and can operate.

What you typically have on day 0

The Bolt.new prototype is in roughly the same state for every team we've worked with. The good news: the production work is predictable.

  • Working prototype on Bolt's hosting, or self-hosted on Vercel / Netlify
  • Auth: bolt-generated auth (often in-memory, or a third-party like Clerk or Auth0)
  • Data: Bolt-generated SQLite, or a Supabase / Postgres instance, with no migrations
  • No CI/CD, no staging environment, no rollback story
  • AI-generated API routes in the same repo as the front-end, with no rate limits
  • No observability beyond Bolt's hosting dashboard

The 12-axis production gap

For each of the 12 axes we score on every engagement, here's what Bolt.new typically has, and what production needs.

AxisWhat the prototype hasWhat production needs
Authbolt-generated auth or Clerk / Auth0 basicSSO (SAML or OIDC); MFA; RBAC; session handling; audit logs; production-grade secret management.
DataSQLite, Supabase, or generated PostgresMigrations in version control; backups with a tested restore; per-route cost; per-environment separation (dev data ≠ staging data ≠ production data).
APIsBolt-generated API routes in the same repoVersioned (/v1/); rate limited; idempotent on writes; documented (OpenAPI); error contracts.
ObservabilityBolt hosting dashboard onlyPer-route latency, error rate, cost; SLOs; alerting; same observability stack as the rest of production.
SecurityNo SAST, no secret scan, no pen testAI-aware SAST in CI; secret scan; dependency audit; threat model; CSP and CORS hardening.
ComplianceNoneSOC 2 evidence trail; GDPR; HIPAA if healthcare; documented data flow.
DevOpsSingle environment, Bolt hostingCI/CD; multiple environments; secrets manager; rollback story; status page.

The relevant Bolt.new surface

Bolt Pro / Team → Adds private projects, larger compute, and team collaboration. The production hardening is still on you.

The engagement

A 3–6 week hardening pass covers the 12 axes above. Same engineers we use for the LLM cost work + the AI-coding rollout + the Supabase productionization. The engagement ships:

  • A 12-axis production-readiness scorecard marked "production" for every axis
  • A production-grade auth, data, API, observability, security, and compliance layer — in your repo, owned by your team
  • A runbook, a threat model, a compliance matrix, an audit artifact
  • Named internal owners per axis; the team owns the system after we leave

Related

Frequently asked questions

How long does it take to take a Bolt.new prototype to production?

A focused 3–6 week hardening pass covers the 12-axis rubric end-to-end. Small prototypes (single service, single team) take 3 weeks; larger prototypes (3+ services, multiple teams) take 6 weeks.

Do I need to keep using Bolt after production?

You can — the Bolt workflow is fast for UI iteration. But most production teams outgrow Bolt for the backend (auth, data, observability) and self-host on Vercel + Supabase / Postgres. The Bolt workflow becomes the front-end; the production work is layered on top.

What about the AI-generated API routes?

Bolt-generated API routes are functional in the demo. In production they need the same treatment as any API: versioning, rate limits, idempotency, OpenAPI docs, error contracts. Often the right answer is to refactor the AI-generated routes into a small dedicated service (Encore, Express + Postgres, or Hono).

What is the realistic cost of productionizing a Bolt prototype?

Fixed-scope: $25–60k for a 3–6 week engagement. Outcome-priced: 10% of first-year production revenue uplift.