For people who build with AI and don't write code

Every other tool hands you a diff. This one hands you a picture of your app working.

Describe what you want to build in a paragraph. StepMate turns it into a plan you actually understand, then your own Claude Code works through it one step at a time — and shows you a real screenshot of your app at every stage.

One-time. Runs on your own computer. Needs Claude Code.

Have a go

This is the actual thing. Press the buttons.

Pick something you might build. Watch StepMate sort it into steps, then press Run and watch one go green. This is a real StepMate plan running right here in your browser.

localhost:3210 Live

What do you want to build?

Your plan 0things sorted
Pick one above and watch the plan build itself.
Nothing here is pre-recorded video. It is the real plan data.

Sound familiar

“Build me an app.”
…and ten minutes later it looks incredible.

Then you ask for one change, and something else breaks.
It rewrites a file it should never have touched.
Three days later you have four hundred files and a build you're afraid of.
So you start again. Or you quietly stop.

Here's what's actually going on

It isn't the AI's fault. Nobody gave it a plan.

The AI is a genuinely good builder. The problem is you handed a good builder a napkin sketch and said "go". No order, no boundaries, nothing saying what finished looks like. So it guesses, then guesses differently tomorrow, and the two guesses don't match. That's where mush comes from.

And every planning tool was built for developers.

People tell you to go install Linear or Jira. Then it asks you to pick a parent issue, and a sub-issue, and whether to create a branch, and what to call the branch. So you close the tab. You don't put your hand up and say you're lost. You just stop.

StepMate is the version for the rest of us.

How it works

Say it in a paragraph. Get a plan you can read.

Step one

You describe it like you'd explain it to a mate

No structure, no jargon, no forms. One paragraph in your own words. StepMate does the hierarchy, the ordering and the dependencies so you never have to learn what those are.

StepMate asking what you want to build, with a single plain text box
Step two

Every step is a sentence that's either true or not

"A visitor sees the first question." "Ask for their email before showing the result." You can tell whether each one is done just by looking at your own app. No reading code, no guessing what 40% means.

A StepMate plan showing steps in plain English with a progress ring
Step three

Press one button. Your own AI does the work.

No wall of code, no terrifying log. Just a calm line telling you what's happening, and then a card showing exactly what changed — with an Undo button next to it.

StepMate finishing a step, with a win card showing the file it changed and an undo button
A real step, finished. Note "Saved · Version 2" and Undo this step.

The bit that matters

You shouldn't need to read code to know your own thing works.

This is the whole difference, and it's the reason StepMate exists.

Every other tool ends here
- const handler = (req, res) => { - return res.json(payload) + export async function POST(req: Request) { + const body = await req.json() + return Response.json({ ok: true }) } - import { legacy } from './old' + import { score } from './quiz/score'

A diff. If you can't read it, you have no idea whether it worked.

StepMate ends here
StepMate showing a real screenshot of the buyer's own app running

A picture of your app. Working. Taken just now, on your machine.

Why the plan holds up

Three rules that stop this becoming another abandoned folder.

01

One step, one save point

Every step is saved on its own. Undo any single one, six months later, and nothing else moves. That's what makes a build fixable instead of disposable.

02

It can't lie to you

A step only goes green when files actually changed on your disk — not when the AI says it's done. If it didn't really happen, it doesn't count.

03

Three builds. That's the limit.

StepMate refuses a fourth. That one rule is what stops this turning into the graveyard of half-finished projects you already have.

No surprises

What it costs to actually run.

StepMate uses the Claude subscription you already pay for. There are no credits to buy and nothing to top up. Here are the real numbers, measured — not estimated.

A few centsTo plan a whole build
~$1Per step it builds for you
$12–17A complete first version

And it tells you before it spends anything. Press "Keep going" and it says exactly how many steps and roughly what it'll cost, before it starts. It all runs on your computer, your plans live in a folder you own, and the only thing StepMate ever sends out is your licence key, once, to check it's valid.

You'll need Claude Code. That's the version of Claude that runs on your computer and can open files — not claude.ai in a browser. StepMate uses it to do the building, so if you're only using AI in a browser tab, this isn't for you yet. Claude Code is here if you want it. Also works on Mac and Windows.

Get it

One payment. It's yours.

$397

One time. Not a subscription, no credits, no upsell.

  • StepMate on your own computer, yours to keep
  • Up to three builds running at once
  • Updates included, and it tells you when there's one
  • Install in about five minutes, two steps
  • A "Something's wrong" button that fixes your own install
Get StepMate now

Your licence key and setup link arrive by email.

Questions people ask.

Do I need to know how to code?

No. That's the entire point. You describe what you want in plain English, and every step StepMate writes is a plain sentence, not a technical task. If you were comfortable with code you'd just use Linear like a developer.

Is this hard to install?

Two steps. You download it, then paste one block of text into Claude Code and it does the rest — including checking the code before it runs anything. About five minutes.

What if I get stuck?

There's a "Something's wrong" prompt you paste into Claude Code. It looks at your own install, tells you in plain English what's up, and fixes what's safe to fix. If that doesn't sort it, you reply to your welcome email.

Does it write the whole app for me?

Honestly: no, and be careful of anything that claims it does. StepMate plans the build and then runs your Claude Code, one step at a time, checking the result. The planning and the proof are what make the difference — that's where builds fall apart.

Where does my work live?

In a normal folder on your computer that you own. StepMate never uploads your projects anywhere. It runs entirely on your machine.

Can I use it on more than one computer?

Yes. Your key works on plenty of machines, and re-installing or updating on a computer you already use never counts against you.

Mac or Windows?

Both. There's a double-click launcher for each.

You're going to keep building things with AI.

The only question is whether the next one is another project you abandon, or the first one you actually finish.