Fabricate is an AI app builder. You describe what you want to build — in plain language — and Fabricate generates a complete, deployable full-stack application. No coding experience required, but developers love it too.Documentation Index
Fetch the complete documentation index at: https://fabricate.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Full Stack, Handled
Every Fabricate app comes with a production-ready architecture out of the box:Frontend
React 18 + TypeScript + Vite + Tailwind CSS 4 + shadcn/ui. Beautiful, modern UI components ready to customize.
Backend
Hono.js API routes running on Cloudflare Workers. Fast, globally distributed, and serverless.
Database
Cloudflare D1 (SQLite) with auto-generated schema and migrations. Your data, your control.
Deployment
Instant deployment to Cloudflare’s global edge network. Live in seconds, not hours.
Two Modes, One Workflow
Fabricate has two distinct modes that work together: Build Mode is where code gets written. Every message you send in Build Mode uses credits and generates or modifies your app’s code. Use it when you’re ready to make changes. Discuss Mode is free. Use it to plan your app, ask questions, brainstorm features, or get advice — without spending any credits. It’s like having a senior developer available 24/7.Powered by Advanced AI
Fabricate automatically uses advanced AI models to generate your app. Every plan uses the same models — there’s no tier-gating on AI quality. The AI understands your entire codebase at once, can work with a large set of specialized tools, and generates code that follows best practices automatically.Built for Real Apps
Fabricate isn’t just for prototypes. Apps built with Fabricate include:- Full user authentication flows
- Stripe payment integrations
- Real database with relationships and migrations
- Secure API routes with proper error handling
- Responsive, accessible UI
- GitHub sync for version control