The best way to learn Fabricate is to watch one app come together end to end. In this guide you’ll build a team task tracker — a small, realistic app — from the first prompt all the way to a live URL.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.
Follow along by typing the prompts into your own Fabricate project, or just read through to see how the workflow flows. The same pattern works for any app you have in mind.
1. Write the first prompt
Start on the home screen and describe the whole app in plain English. Cover the core feature, who uses it, and anything that matters to you up front — like authentication.2. Review the blueprint
Before writing code, Fabricate generates a blueprint — a plan describing the pages, data model, and features it intends to build. For the task tracker, expect something like:- Auth — sign up, log in, and per-user data isolation
- Database — a
taskstable linked to users - Board page — tasks grouped into To Do / In Progress / Done columns
- Task editor — create and edit tasks in a dialog
3. Watch the first build
Fabricate builds in phases and the live preview runs as it goes:4. Iterate with follow-up messages
Your first build is a starting point, not the finish line. Refine it one focused change at a time:5. Polish and deploy
When the app does what you need, do a final pass:- Click through every flow in the preview — sign up, create, edit, filter.
- Use the device-size toggle to check mobile layout.
- Fix anything off with one more prompt, e.g.
"The due date isn't showing on task cards — display it under the title."
Keep going
Prompting Best Practices
Write prompts that get the result you want the first time.
Working with Images
Use screenshots and mockups to guide the build.
Design Fixes
Sharpen the look and feel of your app.
Troubleshooting
Resolve common issues as you build.