Welcome to Mythos
Mythos turns a written brief into a working web app you own. No CLI, no boilerplate, no card on file — you pay in USDT only when the agent runs.
Mythos is a browser-based code agent for shipping JavaScript apps. You describe what you want; the agent scaffolds a Vite + React or Next.js project, writes real components, keeps private source history internally, and opens a live preview URL. From there you iterate by typing.
Every project is real code with private source history while you build. When you want to leave Mythos, export a clean copy to a GitHub repository you own; no proprietary framework, no vendor lock-in.
What Mythos is
- A chat interface over the Claude Agent SDK (Sonnet 4.6), wired with file-system tools and a small set of Mythos-specific MCP tools.
- Two opinionated, production-grade scaffolds: Vite + React 18 and Next.js 15 (App Router). Both ship with TypeScript strict, Tailwind v3, and lucide-react.
- Private source history for every project, plus GitHub export into an account or organization you own.
- A live sandbox preview on Cloud Run that boots in ~100 ms and updates as the agent writes files.
- Pay-as-you-go billing in USDT (TRC-20) — no monthly plans, no auto-renew, no card stored.
Who Mythos is for
- Indie founders shipping MVPs and landing pages without standing up tooling.
- Designers and PMs going from Figma to a clickable, deployable prototype.
- Developers using the agent as a faster on-ramp to a new project, with full ownership of the resulting code.
- Marketing teams spinning up campaign sites and lead-gen pages.
What you can build today
- Marketing sites, landing pages, and campaign microsites (Vite + React).
- Content-heavy multi-page sites with routes and SEO (Next.js 15).
- Interactive prototypes and one-off experiments.
- CRUD apps backed by your own Supabase project (auth, DB, RLS).
- Static portfolios, docs sites, and one-pagers.
What is coming next
Mythos is early. The following are visible in the product surface but not yet shipped end-to-end — track them on the changelog:
- Backend connectors beyond Supabase (Neon, Vercel Postgres, PlanetScale, custom MCP).
- Custom-domain deploy — today previews are on Cloud Run subdomains; deploying to your own domain starts with GitHub export, then Vercel / Netlify / Cloudflare Pages.
- Arbitrary data reads/writes during codegen — there is no db_query / storage tool (those stubs were removed). The agent emits Supabase-client code that runs in your deployed app; only schema migrations (db_migrate) apply during a build.
- Team workspaces, SSO, audit logs — none of this exists yet and we do not have a date.
How it fits your workflow
- Sign in with Google, GitHub, or email — every account starts with 5 free credits.
- Describe what you want. The agent scaffolds it on the first message.
- Iterate in plain English. Every follow-up edit costs 2 credits.
- When you are done, export the project to your GitHub account and deploy anywhere.
Next steps
Quickstart
Sign in, scaffold your first project, see a preview in about sixty seconds.
Your first project
The four-minute walkthrough, with the full agent + GitHub flow.
Writing prompts
Patterns that get the agent to hit on the first try.
Choosing a stack
Vite + React vs Next.js 15 — when each one wins.
BYO Supabase
Connect your own Supabase project for auth and a real database.
Credits
What each action costs and how USDT top-ups work.
Was this page helpful?