Skip to main content
A Mythos prompt is a brief, not a spec. You describe the site you want in plain language and the builder turns it into a real React + Vite page. The clearer the brief, the closer the first build lands — and the fewer follow-up edits you spend credits on. This page is about getting that first build right.
Cost: a new project costs 3 credits; each edit costs 2. New accounts start with 5 free credits. A sharper prompt means fewer edits, which means fewer credits — see Credits & pricing.

Why prompt carefully

The builder writes real, industry-specific copy and picks a palette, fonts, and section layout from your words. If you leave those open, it decides for you. Naming what you care about up front means you spend your first 3 credits on a result you can ship or lightly tweak, instead of three rounds of “make it darker, change the font, add a pricing section.”

What to put in a prompt

The builder responds to four things. Cover the ones you care about; let it decide the rest.
Name the sections in the order you want them down the page (“hero, then services, then pricing…”). The builder renders them top-to-bottom in roughly the order you list.

Example prompts

A vague prompt and a good prompt for the same idea:
A few more that work well because they name the industry, the sections, and the tone:

If a form must save data

By default the builder makes forms that look real but don’t store anything — they validate and show a success message. That’s fine for a marketing page. If you actually need submissions saved (a booking, a waitlist, a contact form you’ll read later), that needs a backend, and Mythos builds the frontend only.
Mythos builds the frontend; data lives in your own Supabase. To make a form store real submissions, connect your own Supabase project under More → Cloud. Once it’s connected, the builder wires the form to a real table in your database — including row-level security on every new table.
So there are two paths:
  • Just a marketing page? Don’t mention saving data — the builder makes a clean, working-looking form and you’re done.
  • Need the data? Ask for it directly. If Supabase is not connected, the same build pauses and opens Cloud. Connect an existing project or create one, and the build continues automatically with the original prompt and credit reservation.
If Supabase is not connected, Mythos stops before changing code and asks you to connect it. It does not fake persistence with browser-only state or replace the request with a frontend-only form.

One page at a time

A first prompt should describe one page, well. A multi-page site is several times the work, and the builder defaults to a single landing page unless you explicitly ask for more routes. Build the main page first, then add pages by chat:

How Plan mode helps

If you’d rather shape the build before writing code, turn on Plan mode next to the send button. Instead of building straight from your prompt, Mythos asks focused questions and saves an editable plan draft. Each accepted AI turn costs 1 credit after its response is saved; the Build after approval is charged separately.
1

Turn on Plan mode

Toggle Plan mode next to the send button, then send your prompt as usual.
2

Answer focused questions

Mythos asks only for missing product, content, interaction, data, or constraint details.
3

Review the editable draft

Mythos saves a durable plan draft. Edit and save its Markdown locally without making another AI call.
4

Approve the plan

Approve the exact draft to start the normal, separately charged Build.
Build mode vs Plan mode. Build mode builds directly from your prompt — fastest. Plan mode questions → editable plan draft → approval first, so you can settle the scope before any code exists. See Plan mode.
Plan mode is useful when requirements are still unclear or the first build needs an explicit scope. A concrete starting prompt makes its questions more relevant and its plan draft more precise.

Good to know

  • The builder picks what you don’t. Colours, exact layout, and section copy are decided for you unless you name them. You don’t have to specify everything — only what you care about.
  • Real copy, real industry. Mention the industry and the builder writes specific copy for it. Skip it and the copy is more generic.
  • Stock photos are used sparingly. The builder adds a few photos where they help (a hero, one gallery), not one per section — asking for “an image in every section” works against a clean result.
  • You’re not locked in. Anything the first build gets wrong is an edit away. See Fixing a build that isn’t right.

FAQ

Detailed enough to name the kind of site, the industry, the sections you want, and the tone. Beyond that, let the builder decide — over-specifying every colour and pixel rarely helps and the result is one edit away anyway.
Yes when the project is connected to Supabase. If it is not connected, ask for the saved form anyway: Mythos pauses that build, opens Cloud, and resumes after you connect a project.
You can, but it’s not recommended for a first build. The builder defaults to one landing page; describe that page well, then add routes by chat. One strong page beats a thin version of five.
The builder chooses a palette and type pairing that fit the tone and industry you described. If you have a specific look in mind, name it in the prompt or make it explicit in the editable Plan draft.
No. A build costs 3 credits regardless of prompt length. A clearer prompt is cheaper overall only because it tends to need fewer follow-up edits.