ChatGPT Sites: The Website Builder Hiding in Your $20 Plan
TL;DR: ChatGPT can now build and publish a working website — not a mockup, a live URL — and the feature is included on the $20/month plan you may already be paying for. It’s called ChatGPT Sites, it lives inside ChatGPT Work, and almost nobody knows it exists because OpenAI describes it in terms of what it’s for rather than what it does. It is excellent for a quick informational site. It is not a replacement for a proper app builder, and we’ll be specific about where the line sits.
What happened
OpenAI launched ChatGPT Work on 9 July 2026, describing it as “an agent that can take action across your apps and files, stay with a project for hours if needed, and turn a goal into finished work.” Then it iterated, quietly, for seven weeks.
On 30 August, developer Simon Willison published a detailed teardown of what the thing can actually do. It reached the Hacker News front page, and his verdict doubles as the reason this article exists:
“It is an extraordinarily confusing and very powerful product.”
Buried in the feature list is the part that matters here. ChatGPT Sites can, in Willison’s words, “build and deploy entire websites, using Cloudflare Workers” — with HTML, JavaScript, and server-side features including a real database and file storage.
He proved it with one prompt: “Figure out all of the places in London with a pelican in her piety, then turn that into a JSON file and build a ChatGPT sites site about them.” The result is a live website at a real address.
What ChatGPT Sites actually gives you
The important thing is the word deploy. Plenty of tools will write you HTML. This one puts it on the internet.
| What you get | A live URL, hosted on Cloudflare Workers |
| What it can run | HTML, JavaScript, and server-side code |
| Storage | Cloudflare D1 (a database) and R2 (files) |
| Who can see it | Private to you by default; you can make it public |
| What it costs | Included — no separate hosting bill |
And the qualifying detail that decides whether this is relevant to you at all: ChatGPT Sites requires a paid plan of $20/month or more. Willison is explicit that free users and $8/month Go subscribers do not have access.
So if you already pay for ChatGPT Plus, you have been paying for a website builder for seven weeks.
Why it matters if you don’t code
Here’s the honest framing, because there are two ways to oversell this and we’d rather do neither.
The genuinely good news: the “I need a small website for this thing” job just got much cheaper. A landing page for an idea, a reference site, a directory, a simple internal dashboard, a page to send a client — one prompt, live URL, no hosting account, no deployment step, no domain purchase required, no new subscription. For anyone who has bounced off the gap between “AI wrote me some code” and “the code is on the internet where people can see it”, that gap has closed.
The part to be clear-eyed about: this is not a Lovable, Replit or Bolt replacement, and treating it as one will waste your time. Those tools exist to help you iterate on a real application — user accounts, payments, a database you can inspect, a project you come back to for months, and a workflow designed around changing things. ChatGPT Sites is superb at producing a site; it is not built around living with one.
A useful rule of thumb:
- Something to read — a page, a guide, a directory, a reference: ChatGPT Sites is probably enough.
- Something to use — sign-ups, payments, accounts, data people put in and get back: use a dedicated app builder.
There’s also a discoverability lesson worth naming. This capability shipped seven weeks ago in a product millions of people pay for, and it took a well-known developer’s teardown to make it legible. Willison’s complaint is precise: “OpenAI explain Work in terms of what it’s for, not what it actually does.” If you have ever felt that AI tools are hiding their best features behind marketing language, you were not imagining it.
What to do
- Check whether you already have it. If you pay $20/month or more for ChatGPT, look for the Work tab beside Chat. If you’re on Free or the $8 Go plan, you don’t have access and nothing below applies.
- Try the smallest real thing you have. Not a test — an actual page you’ve been meaning to make. That’s the only way to learn where the ceiling is.
- Make it public deliberately. Sites default to private. That default is doing you a favour; change it only when you mean to.
- Don’t move a working project. If something already lives on Lovable, Replit or Bolt and works, leave it there. This is for the sites you never got round to building.
- Watch what you connect. More on this below, and it’s the one part we’d not skip.
The safety caveat we’re not going to bury
Willison — who coined the framing — points out that ChatGPT Work hits all three parts of what he calls the lethal trifecta: access to your private data, exposure to untrusted content from the open web, and a route to send information back out.
His code-execution environment reaches the whole internet by default, and the built-in browser can log into sites on your behalf. That combination is exactly the shape that prompt-injection attacks exploit, and he notes OpenAI hasn’t said much about how it’s defended.
This isn’t a reason to avoid the feature. It is a reason to be deliberate: don’t connect an agent with open web access to accounts you’d be badly hurt by losing, and treat “it browsed a random website and then touched my files” as a thing worth thinking about rather than a convenience.
Who should care (and who shouldn’t)
- Paying for ChatGPT Plus and needing a small site: the clearest win here. Go and look for the Work tab today.
- Building a revenue app: interesting, not urgent. Your app needs accounts and payments; keep it where it is.
- Building an internal tool: genuinely promising, especially for dashboards — but mind the safety note if it touches company data.
- On the Free or Go plan: nothing to do. This is behind the $20 tier.
- Still choosing your first tool: don’t let this change your plan. It’s a bonus feature of a chatbot, not a considered app-building platform. The 60-second quiz is still the faster route to the right answer.
Our take
We think this is the most under-communicated feature in consumer AI right now, and we’d rather say that than pretend it changes everything.
What it actually changes is the floor. The cost of putting a small, real website on the internet has gone from “learn hosting, or pay for a builder” to “already included”. For an audience whose main obstacle has never been ideas but the last mile between working code and a public URL, that’s a meaningful shift — and it arrived without an announcement anyone noticed.
What it doesn’t change is the ceiling. The scaffolding around a model is what decides whether you can still be working on something in six months, and a chat product’s site feature is not built for that. The dedicated builders are still the right answer for anything you intend to maintain.
One caution on cost, which we’d flag as unresolved rather than settled: Willison believes Work sessions bill against your Codex allowance rather than having their own. He hedges it, so we will too — if you use this heavily, watch your usage before assuming it’s free at the margin.
Not sure which tool fits what you’re actually building? Take the 60-second Vibe Coding Tool Finder quiz →
FAQ
Can ChatGPT build a website?
Yes, and it can publish it. ChatGPT Sites, part of ChatGPT Work, builds a site and deploys it to a live URL on Cloudflare Workers, including server-side code, a database and file storage. Simon Willison demonstrated it on 30 August 2026 by building a working site from a single prompt.
Do I need to pay extra for ChatGPT Sites?
No extra charge, but you need a paid plan. ChatGPT Work is available only to subscribers paying $20 a month or more — free users and $8 Go subscribers have no access. Hosting is included, so there’s no separate bill.
Is ChatGPT Sites better than Lovable or Replit?
Different jobs. ChatGPT Sites is excellent for a site people read — a landing page, guide or directory — with no hosting setup. Dedicated builders are better when people need to use your app: accounts, payments, stored data, and months of iteration.
