Full-stack apps without the credit anxiety
~20 minutes
Bolt spends tokens while you build and Bolt Cloud usage while the app runs, so a busy app keeps drawing down. Fabricate meters only the AI work that builds the app.
Bolt Cloud is a real first-party backend, but it is a service you rent: it bills for what the live app does and does not travel with an export. Fabricate generates a Hono API, a D1 schema and auth as ordinary source you keep.
Fabricate plans the application before writing code, resulting in better-organized, more maintainable applications.
Before an app can be published it is opened in a real browser and the render is checked. An app that crashes, never mounts or renders a blank page is blocked from publishing, rather than going live broken.
List your existing Bolt projects and what each one does. Note what Bolt Cloud is handling and any external services you have connected.
Create your account at fabricate.build. The free tier needs no card and includes a monthly credit allowance.
For each Bolt project, describe the complete application including backend needs. What Bolt Cloud was hosting for you, Fabricate generates as source.
Refine your application with follow-up prompts, drawing on the same monthly credit allowance rather than a second runtime meter.
Deploy to Cloudflare edge with one click. Connect your custom domain if you had one on Bolt.
| Feature | Bolt.new | Fabricate |
|---|---|---|
| Frontend Generation | Fast, good quality UI | Equal quality with integrated backend |
| Backend | Bolt Cloud server functions (managed) | Hono on Cloudflare Workers, in your source |
| Database | Bolt Database or your own Supabase | D1 through Drizzle ORM, schema in your repo |
| Authentication | Bolt Cloud auth (managed) | Built-in: bcrypt, signed JWT, revocable D1 sessions |
| Payments | Manual setup | Stripe built in |
| Deployment | Bolt hosting or Netlify | Cloudflare Workers for Platforms, at the edge |
| Metering | Tokens to build, Bolt Cloud usage at runtime | Credits meter the build only |
| Error Correction Cost | Consumes credits | Included in plan |
Fabricate creates optimized new projects. Describe your application fresh -- it's faster than trying to import and fix existing code.
It does not. Bolt Cloud is a platform service, so a GitHub export gives you the front end and application logic, not the running backend. Include your backend, database, and auth requirements in the Fabricate prompt so they are generated as source.
Fabricate's credit system is different from Bolt's. A single Fabricate credit goes further because the generation pipeline is more efficient.
Start building with Fabricate today. Free tier available -- no credit card required.