Before you start
- A Mythos account (sign in with Google, GitHub, or an email code).
- Your 5 free credits — granted automatically when you confirm your account. A first build costs 3, so the free credits cover it.
Build your first project
Start from a prompt
On your dashboard, type what you want to build in the prompt box. Be specific about the kind of
site and its sections — Mythos turns vague prompts into real ones, but detail gets you closer on
the first try.
(Optional) Plan it first
Toggle Plan mode before sending to answer a few questions (services, palette, typography),
pick from a few rendered design directions, and approve a short plan before any code is
written. See Plan mode. Planning is free — you only spend credits on the
build itself.
Watch it build
Mythos scaffolds the project and streams a live progress card, then a preview. This first build
costs 3 credits. Behind the scenes it’s a real commit in the project’s private repository.
Connect your GitHub account once and you can export a clean copy that is yours anytime.
Iterate
Refine in chat — each edit costs 2 credits:Or open the workspace editor to change the code directly when you want precise control.
Add a backend (optional)
To make the quote form actually save submissions, connect your own Supabase project under
Services → Cloud. Mythos then wires the form to a real table in your database. See
Connect Supabase.
Publish
When you’re happy, publish to a live
*.r21.dev URL. You can add a custom domain later. See
Publishing.While a build runs
Generation is asynchronous, so the chat moves through a few states:| State | What you see | What you do |
|---|---|---|
| Building | A live progress card in the chat | Wait — a single page is usually a minute or two |
| Delivered | A result card, and the preview updates | Open the preview, then iterate or publish |
| Refunded | A short message that something went wrong, credits back | Re-prompt — you were not charged |
Tips for a good first build
- Describe one page well rather than asking for a whole multi-page site up front — you can add pages by chat afterward.
- If you need a form to store data, say so — then connect Supabase so it has somewhere to save.
Limitations to know up front
- Mythos builds the frontend. A database, auth, and file storage come from your connected Supabase project, not from Mythos.
- A build that runs out of room or errors is refunded — you’re only charged when a result is delivered.
FAQ
How long does a build take?
How long does a build take?
Usually a minute or two for a single page. Plan mode’s design step takes a little longer because it renders a few options for you to choose from.
Do I need to know how to code?
Do I need to know how to code?
No. You can build and iterate entirely in chat. The code editor is there when you want it.
Where does my project live?
Where does my project live?
Mythos builds it in a private repository and keeps that internal copy. Connect your GitHub account once and you can export a clean, separate repository that is yours — one per project.
Can I undo a change?
Can I undo a change?
Yes. Reverting restores an earlier version as a new commit, so your history is never destroyed.
Related
- Signing in — get an account and your free credits first.
- Dashboard & workspace tour — where the prompt box, tray, and workspace live.
- Plan mode — questions → three designs → plan → build.
- Writing good prompts — get more from each build.
- Credits & pricing — what each action costs.