Fabricate
Most prompt-to-app tools stop at generated code; Fabricate's pitch is that the boring parts - database, login, payments, hosting - are already connected when the app appears. Pinning it to Cloudflare Workers and D1 is what makes that possible and also what makes it awkward to leave. Sixty free credits a month is enough to see whether the generator understands your idea before paying.
Pros
- Generated apps arrive deployed at a live URL with D1, authentication and Stripe already connected
- Version history with one-click restore, so a bad generation is recoverable
- Code exports to GitHub or a ZIP on paid plans, so you are not locked out of your own source
- Free plan is 60 credits a month and one published project with no card required
Cons
- Everything targets Cloudflare Workers and D1 - moving to another host means rewriting the runtime layer
- Code export, private projects and custom domains are paid-only, so the free plan cannot ship a real product
- Credits, not projects, are the unit, and a broad rewrite consumes them unpredictably
- Company founded in 2025 with no track record to check