Get started
Quickstart — your first build
From a sentence to a working app in about three minutes.
Codify turns a plain-English description into a working product — an app, a website, or a game — and builds it in front of you. There is nothing to install and no code to write.
- 1Open the builderGo to the Build tab. You'll see a single input box — that's the whole interface.
- 2Describe what you wantOne sentence works: “a habit tracker with streaks”. Detail helps: name the screens, the vibe, the data you want to track. You can paste up to 20,000 characters, so a full spec is fine too.
- 3Watch it buildCodify decides what kind of project this is, writes the full codebase, and streams the files live. Fresh web builds run in a real sandbox where the code is compiled and errors get fixed automatically before you ever see the app.
- 4Try it, then iterateThe preview is interactive immediately. Ask for changes in plain English (“make the header dark”, “add a stats page”) — each edit patches the project rather than rebuilding it.
- 5Ship itPublish a shareable link, install it on your phone, deploy a full-stack app to a live URL with a real database, or export for the App Store.
Tip
First prompt tip: say what the app should do, not how to code it. “A workout log where I can add exercises, see weekly volume, and keep a streak” beats “a React app with useState”.
