Build Mode is the core of Fabricate. Every message you send in Build Mode is processed by an advanced AI model, which reads your entire codebase, understands your request, and generates the code changes needed. Changes appear in the live preview instantly.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.
How Build Mode Works
You send a message
Type what you want to change, add, or fix. The more specific you are, the better the result.
Fabricate reads your codebase
The AI analyzes your entire app — components, routes, database schema, API endpoints — to understand the full context.
Code is generated
Using a large set of specialized tools, Fabricate writes the necessary code changes across all affected files simultaneously.
What You Can Do in Build Mode
Add New Features
Modify Existing UI
Fix Bugs
Database Changes
Style Changes
Tips for Effective Build Mode Usage
Understanding Credit Usage
Build Mode cost depends on:- Your app’s current size — larger apps have more code for the AI to read
- The complexity of your request — touching many files costs more
- The length of the generated code — more new code = more output tokens
Frequently Asked Questions
Can I undo a change made in Build Mode?
Can I undo a change made in Build Mode?
Not directly within Fabricate yet. If you have GitHub sync enabled, you can revert to a previous commit. Otherwise, describe the issue to Fabricate and ask it to revert or fix the change.
What if the AI generates code that doesn't work?
What if the AI generates code that doesn't work?
Describe the issue in a follow-up message. The AI can see the error and the current code state, so it can often fix issues in a subsequent message.
Can I edit files directly without using the AI?
Can I edit files directly without using the AI?
Currently, code changes go through Build Mode. You can export your code and edit locally, then sync back via GitHub.
Does Build Mode understand the whole app at once?
Does Build Mode understand the whole app at once?
Yes. Fabricate loads your entire codebase as context, so the AI understands how all your components, routes, and database tables relate to each other.