Builds cost time and credits. Building a blueprint that is not ready wastes both. This page covers the signals that you are ready to build and the signals that you are not.Documentation Index
Fetch the complete documentation index at: https://archie.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Ready to build
You are ready when:- You have read every section of the blueprint
- The Modules section lists everything you need and nothing you do not
- User types are named and described concretely
- System services and integrations match your intent
- The tech stack is what you want or you have consciously left the default
- You can describe what the built app should do without referring back to the blueprint
Not ready to build
Hold off if:- You have not read the blueprint sections yet
- A section “feels off” but you have not articulated why
- Modules describe features you are not sure you need
- User types are still labeled with placeholders (“User”, “Admin”)
- You have never opened the blueprint chat to ask a question
Choosing build scope
Once you are ready:- MVP — generates only the core features. Best for validating an idea fast.
- Full Build — generates everything in the blueprint. Best when you have already validated and want the complete app.
- Full-Stack — frontend and backend together (around 5 minutes, 56 credits)
- Frontend-only — just the UI against existing backend (around 90 seconds, 18 credits)
- Backend-only — just APIs and data (around 3 minutes, 34 credits)
After the build
When generation finishes, you land in the visual editor with a running app. From there:- Edit visually and live
- Edit code in the IDE
- Re-run a frontend-only or backend-only build for surgical updates
- Edit the blueprint and rebuild for larger changes
FAQ
What if the build fails?
What if the build fails?
The blueprint page shows the error and credit usage. Failed builds are not charged in full.
How many builds will I run?
How many builds will I run?
Most projects build 2–4 times: an MVP, a full build, and one or two iterations after major blueprint edits. If you are rebuilding more often, that usually signals an under-edited blueprint.