Skip to main content
Creator is a builder you talk to. You describe the app you want in plain English — “a client portal where customers can see their invoices and book a call” — and an agent turns that into a working application: real pages, a real database, real sign-in, running at a real URL. Three things make it different from a demo generator:

Nothing is built until you approve the plan

Creator first works out what you actually asked for — the screens, the requirements, the architecture — and shows you the plan. Until you press Approve, no infrastructure is created — planning draws only lightly on your usage allowance. You can request changes as many times as you like.

Every promise is checked, and you see the receipts

The plan is a list of promises. As the agent builds, each promise is verified against the running app, and the Proof tab shows you exactly what was proved, what you confirmed yourself, and what couldn’t be checked. No vague green checkmarks.

Your app is real, isolated, and yours

Each project gets its own isolated backend — database, authentication, file storage, secrets — not a shared sandbox. And the code is yours: you can push the full project to your own GitHub repository on every plan.

How a build works

  1. Describe it. One sentence is enough to start; a detailed brief works too.
  2. Configure it. Pick a stack, a build approach (quick or design-first), and a fidelity — Production (strictly verified, safe to hand to a client) or Prototype (fast, gates off, for trying ideas).
  3. Approve the plan. Review what will be built and which capabilities (database, sign-in, storage…) it will use. This is the moment your workspace — and your spend — actually starts.
  4. Watch it build. The preview pane updates live as the agent works through the plan story by story: Planning → Your turn → Building → Testing → Polishing → Ready.
  5. Publish. One click promotes your app to a permanent production URL, with a ledger of exactly which promises were verified.
Creator is currently in closed beta. Signing up puts you on the request list; see the quickstart for how access works.

Where to go next

  • Quickstart — from sign-up to your first live app.
  • Core concepts — projects, rounds, tiers, fidelity, and what “verified” means.
  • Capabilities — the real infrastructure your app can use.