Cost: building a new project costs 3 credits; an edit costs 2. New accounts start with 5 free credits, and a failed build is refunded in full. See Credits & pricing.
Build mode vs Plan mode. In Build mode Mythos builds straight from your prompt. In Plan mode it asks focused questions and saves an editable plan draft for approval before writing any code. Each accepted Plan AI turn costs 1 credit after its response is saved; a failed turn is refunded, and the Build after approval is charged separately. Toggle the mode next to the composer.
Why it works this way
- Real output, not a demo. Each build is committed code in a private repo, so you can keep iterating, publish it, or take it with you.
- Edits are cheap and incremental. Changing an existing project costs less than a fresh build and only touches the files that need to change.
- A failed build costs nothing. If a generation can’t deliver, you get a plain message and a full refund — you are never charged for a result you didn’t get.
How a build runs
1
Describe what you want
Type your prompt in the composer. For a new project, describe the app — its sections, tone, and any data it should handle. For an edit, describe the change.
2
Mythos seeds the workspace
A new build starts from the React 19 + Vite starter. An edit starts from your project’s current files. Either way the agent gets a working file tree to build on.
3
The agent writes code
The agent reads, writes, and edits files to satisfy your prompt. The live progress card shows it working — this is the step that takes real time.
4
The result is committed
When the agent finishes, the changed files are committed to your project’s repo and the preview updates. A new build is one commit on a fresh repo; an edit is a new commit on top of your history.
The live progress card
While a build runs, a card in the chat shows live progress so you know it’s working rather than stuck. A generation always reaches exactly one of two ends — a delivered result or a clean refund.The technical reason for a failure is recorded for support, but the message you see stays plain and human. You never see a raw error string in the chat.
New project vs edit
Example prompts
A clear first prompt for a new project:Limitations & good to know
- In Build mode Mythos builds from your prompt and only asks a clarifying question if the brief is genuinely ambiguous. If you want focused questions and an editable plan draft up front, use Plan mode.
- Edits apply to the project’s current state. To change something, edit the latest version, not an older one — though you can always revert to an earlier version first.
- A run has a time budget. If it can’t finish in time, Mythos tries to salvage a complete result; if it still can’t deliver, you get a clean refund rather than a half-built app.
- Mythos builds frontend apps. To save form submissions or other data, connect your own Supabase backend.
Troubleshooting
FAQ
What's the difference between a build and an edit?
What's the difference between a build and an edit?
A build creates a new project from a starter template (3 credits). An edit changes an existing project (2 credits). Both end in a git commit.
Is each result really committed code?
Is each result really committed code?
Yes. Every build and edit is a real git commit in the project’s private repository — not a throwaway preview. Connect your GitHub account and Mythos creates a new private repository you own, then keeps one selected active branch in two-way sync.
What happens if a build fails?
What happens if a build fails?
You get a plain message and a full refund. You are only ever charged for a build that delivers a result.
Should I use Build mode or Plan mode?
Should I use Build mode or Plan mode?
Use Build mode to build directly. Use Plan mode when you want focused questions and an editable plan draft before code is written. Each accepted Plan AI turn costs 1 credit; the Build is charged separately.
How long does a build take?
How long does a build take?
Usually a few minutes — a fresh scaffold is the slowest. The live progress card shows it working the whole time.
Related
- Plan mode — questions and an editable plan draft before building.
- Version history — every build and edit is a commit you can revert to.
- Workspace editor — hand-edit the files a build produced.
- Credits & pricing — what builds and edits cost.
- Writing good prompts — fewer edits, fewer credits.
