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 a few questions, shows a handful of design directions, and
gets a short plan approved before writing any code. Planning is free — you spend credits only when
the build runs. 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
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.
Mythos seeds the workspace
A new build starts from a starter template (Vite + React or Next.js 16). An edit starts from your
project’s current files. Either way the agent gets a working file tree to build on.
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.
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.| State | What you see | What you do |
|---|---|---|
| Building | A live progress card in the chat | Wait — a build typically finishes in a few minutes |
| Delivered | A result card with a preview | Open the preview, then iterate or publish |
| Refunded | A short “something went wrong” message + credits back | Re-prompt; you were not charged |
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
| New project | Edit | |
|---|---|---|
| Cost | 3 credits | 2 credits |
| Starts from | A starter template | Your project’s current files |
| Result | A full app in a new private repo | A new commit on the existing repo |
| When to use | Building something from scratch | Changing an app you already have |
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 it to ask questions and show design options 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
| Problem | Fix |
|---|---|
| The build came back refunded | Nothing was charged. Re-prompt — often a slightly clearer or shorter prompt succeeds. |
| The result isn’t what you described | Send a follow-up edit naming exactly what to change. Edits are cheaper than rebuilding. |
| You wanted it to ask questions first | Turn on Plan mode before sending the prompt. |
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 to export it to your own GitHub anytime.
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 to answer a few questions and pick a design direction before any credits are spent.
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 — question, design, and plan 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.