“Put it back.”
Rollback repoints the live site at the previous release. It takes milliseconds and works even if the current draft is a mess.
There are four steps. You do one of them once, and the fourth one forever. Here is what actually happens in between — including the parts that stop a confident AI from breaking a site people depend on.
Everything your AI does happens in a draft. The live site is a stack of numbered, read-only releases and a pointer that says which one visitors get.
Tell us the name you want and we register it for you, in your name. If you already own one, keep it where it is — you'll add two records, or hand us the nameservers and we'll do all of it. Either way the domain stays yours.
Server space, build resources, HTTPS and a starter page go up before you touch anything. From the first minute there is a real address with a valid certificate that returns a real page — not a “coming soon” parking placeholder.
You get a name and a URL. Paste them into Claude, ChatGPT, Cursor or any other client that speaks MCP. Your assistant now has a set of tools pointed at your site, and only at your site — the access token is scoped to it.
“A home page, an about page, and a contact form. We're a bakery in Parkhurst, open six till two, closed Mondays.” Then keep going: change the hours, add the specials, swap the photo, write a post. It is the same conversation every time.
Almost nobody fails at building the site. They fail at pointing the domain, and the reason is nearly always the same: they bought the domain at one company, but the nameservers point somewhere else entirely — a Shopify trial from three years ago, an old agency's Cloudflare account. So they add the record correctly, in the wrong place, and wait forever.
Our checker doesn't just say “waiting for DNS”. It asks the servers that are actually authoritative for your domain and tells you what is really going on.
If you'd rather not touch any of it: change your nameservers to ours once, and every record after that — the site, the email, the verification — gets created for you. One instruction instead of four.
The model will occasionally do something you didn't ask for. The design assumes that, rather than hoping otherwise.
Rollback repoints the live site at the previous release. It takes milliseconds and works even if the current draft is a mess.
Every edit, build, check and publish is recorded against the request that caused it. You can read the site's history as a plain list, in order.
Restore to a point in time rather than a release number, and carry on from there. Nothing is destroyed — the restore is itself a new release.
A coding assistant that loses its place in a file will often rewrite the whole thing from what it believes the page contains — faithfully reproducing everything visible and silently dropping the analytics tag and the booking widget you pasted in months ago. Our publish step compares the candidate against what is live and refuses when tags disappear that you didn't ask to remove. You can also pin a snippet so any rewrite that loses it fails outright.
Your site is compiled to static files. That is what makes it fast, cheap and almost impossible to break into — and it is also a real constraint. Better you know now.
When you outgrow it — and if things go well you will — we say so and help you move, rather than quietly answering “unsupported”. Bookings, payments and storefronts can be embedded from services that do them properly.
Tell us what you're building. We'll tell you honestly whether it fits.