Skip to main content

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.

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.
Build Mode uses credits. Each message you send costs credits based on the tokens processed. Use Discuss Mode for free planning and questions.

How Build Mode Works

1

You send a message

Type what you want to change, add, or fix. The more specific you are, the better the result.
2

Fabricate reads your codebase

The AI analyzes your entire app — components, routes, database schema, API endpoints — to understand the full context.
3

Code is generated

Using a large set of specialized tools, Fabricate writes the necessary code changes across all affected files simultaneously.
4

Preview updates instantly

Your live preview refreshes to show the changes. No build step, no waiting.

What You Can Do in Build Mode

Add New Features

"Add a notifications page that shows the last 10 activity events for the logged-in user"

Modify Existing UI

"Change the sidebar to be collapsible on mobile screens"

Fix Bugs

"The login button doesn't respond on Safari — fix it"

Database Changes

"Add a 'tags' field to the projects table that supports multiple tags"

Style Changes

"Make the home page look more minimal — remove the background pattern and use more whitespace"

Tips for Effective Build Mode Usage

Be specific about scope. “Fix the button” is harder to action than “Fix the submit button on the contact form — it’s not showing a loading state while the form is submitting.”
One change at a time. For complex features, break them into smaller steps. This gives you more control and uses credits more efficiently.
Use Discuss Mode first. If you’re not sure how to approach something, switch to Discuss Mode and plan it out before building. It’s free and often leads to better results in Build Mode.

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
Targeted, specific requests on smaller apps are the most credit-efficient.

Frequently Asked Questions

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.
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.
Currently, code changes go through Build Mode. You can export your code and edit locally, then sync back via GitHub.
Yes. Fabricate loads your entire codebase as context, so the AI understands how all your components, routes, and database tables relate to each other.