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.
You don’t need to install anything. Fabricate runs entirely in your browser.
1. Create Your Account
Go to fabricate.build and sign up. The Free plan gives you 60 credits per month — no credit card required.2. Describe Your App
In the prompt box on the home screen, describe what you want to build. Be as specific as you can.3. Watch It Build
Fabricate will generate your complete app:Generating your app structure
Fabricate plans the architecture, components, and file structure for your app.
Writing the code
React components, TypeScript types, API routes, database schema — all generated simultaneously.
Setting up the database
Your Cloudflare D1 database is initialized with the right tables and relationships.
4. Iterate with Build Mode
The app Fabricate generates is your starting point. Use the chat to make changes:- “Add a dark mode toggle”
- “Make the navbar sticky”
- “Add a search bar to the projects list”
- “Change the primary color to blue”
5. Switch to Discuss Mode (Free)
Hit the Discuss button to switch to Discuss Mode. This is free — no credits used. Use it to:- Plan your next set of features
- Ask “how should I structure this?”
- Get advice on your product direction
- Understand what the generated code does
6. Deploy Your App
When you’re ready to share your app:Get your URL
Your app is live instantly on Cloudflare’s global network. You’ll get a
yourapp.fabricate.build URL.What’s Next?
Plans & Credits
Understand how credits work and which plan is right for you.
Build Mode
Go deeper on how Build Mode generates and modifies your code.
Prompting Guide
Learn how to write prompts that get the best results.
GitHub Sync
Connect your repo for version control and collaboration.