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:1
Generating your app structure
Fabricate plans the architecture, components, and file structure for your app.
2
Writing the code
React components, TypeScript types, API routes, database schema — all generated simultaneously.
3
Setting up the database
Your Cloudflare D1 database is initialized with the right tables and relationships.
4
Preview ready
Your app appears in the live preview panel. Click around — it’s fully functional.
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:1
Click Deploy
Hit the Deploy button in the top right of the editor.
2
Get your URL
Your app is live instantly on Cloudflare’s global network. You’ll get a
yourapp.fabricate.build URL.3
Add a custom domain (optional)
On Pro and Scale plans, connect your own domain in the Deploy settings.
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.