TL;DR. Codex Sites (surfaced in ChatGPT as ChatGPT Sites, and often searched as "OpenAI Sites") is OpenAI's feature for turning a prompt into a hosted website, dashboard, or lightweight web app without leaving Codex or ChatGPT. OpenAI hosts it, and as of August 2026 it is limited to paid plans and not yet offered in the EEA, UK, or Switzerland. It is a genuinely fast way to get an internal tool in front of a workspace. The trade-off is structural: the code, the runtime, and the sign-in model belong to the platform. If you want to own the code, control the domain, and be able to move later, connect Codex to Hatchable instead and let it deploy a real app you can export.

What Codex Sites is

OpenAI introduced Sites for Codex on June 2, 2026, as a preview for ChatGPT Business and Enterprise workspaces. Inside Codex you invoke it with the @Sites plugin and describe what you want. Codex writes the site, saves it, and deploys it to hosting that OpenAI runs, then hands back a URL you can share inside the workspace. OpenAI's framing at launch was that Sites are "a new kind of canvas for your ideas": dashboards, planners, review workspaces, project boards, galleries, and lightweight tools built from the plans and analysis a team already has.

Around July 9, 2026, the same capability reached individual paid subscribers as ChatGPT Sites, in public beta. OpenAI's help center describes it as a way to "create, preview, publish, and share interactive websites and lightweight apps." In Codex the plugin is still called Sites; in ChatGPT you ask for a website or use @Sites in the prompt. Public write-ups have used "Codex Sites," "ChatGPT Sites," and "OpenAI Sites" for the same thing, which is why all three show up in search.

Who can use it, as publicly described

General characterisations based on public information as of August 2026; check OpenAI's help center for current details.

What it is genuinely good at. If you are on an eligible plan, in an eligible region, and the audience is your own workspace, Sites removes every step between "I described it" and "my team can open it." For an internal dashboard, a planning board, or a one-off review hub, that is the whole job, and it does it well.

The structural trade-off

None of the following is a bug. It is what an integrated, platform-hosted builder looks like from the outside, and it matters only if you intend the thing you built to outlive the tool you built it with.

When you want something you own: Codex plus Hatchable

The open alternative keeps Codex as the builder and changes where the result lives. Connect Codex to Hatchable once (it is a listed plugin in the Codex directory, or two lines of config.toml), and from then on Codex can create a project, write the files, deploy, and hand you a live URL at your-app.hatchable.site. You never provision anything, and nothing about it depends on which ChatGPT plan or country you are in.

What changes is ownership and reach:

Codex Sites / ChatGPT SitesCodex + Hatchable
Who writes the codeCodex or ChatGPTCodex (or any AI you connect)
Where it runsOpenAI hostingHatchable, at your-app.hatchable.site or your domain
Who can sign inChatGPT identities (private modes); public when enabledYour app's own users: email code, passkeys, Google
Author prerequisitesPaid plan; supported regionAny Codex setup; free plan, no card
Taking the code elsewhereNot documented as of August 2026GitHub export with history, zip and SQL downloads

Sites characterisations are based on public information as of August 2026 and may lag OpenAI's changes; check each vendor for current details.

Getting started from Codex

  1. Install the Hatchable plugin

    In the Codex app open Plugins, or run /plugins in the CLI, search for Hatchable, and install it. Prefer the manual route? Add this to ~/.codex/config.toml:

    [mcp_servers.hatchable]
    url = "https://hatchable.com/mcp"

    then run codex mcp login hatchable. The longer walkthrough is in how to add an MCP server to Codex.

  2. Approve the sign-in

    A browser tab opens on hatchable.com. Approving creates your free account if you do not have one. No API key to paste.

  3. Ask Codex to build and deploy

    Describe the app and end with "on Hatchable." Codex creates the project, writes the files, deploys, and returns the live URL. The step by step is on deploying from Codex.

Both tools can coexist. Use Sites for the internal board your team will look at this week. When the thing you are building needs its own users, its own domain, and a future outside one vendor, point Codex at something you own.

Let Codex build it somewhere you own.

Free plan, no card, bring your own AI. Export to GitHub any time.

Get started free →

Frequently asked questions

Is Codex Sites the same thing as ChatGPT Sites and OpenAI Sites?

Yes, as far as public information shows. Sites launched inside Codex on June 2, 2026 for Business and Enterprise workspaces, then reached paid ChatGPT subscribers in July 2026 as ChatGPT Sites. "OpenAI Sites" is what people type when they are not sure which name is official. In Codex it is still the @Sites plugin.

Is Codex Sites free?

As of August 2026, no. OpenAI describes Sites as available on paid ChatGPT plans and not on Free or Go. The Codex plus Hatchable route has a free plan with unlimited private projects and one published app, with no card required.

Does Codex Sites work in the EU or the UK?

At launch OpenAI listed the EEA, Switzerland, and the UK as not yet supported, with no published timeline. Hatchable has no region gate of its own, so Codex can still build and deploy a live app from anywhere by connecting to Hatchable.

Can I export the code from a Codex Site and host it elsewhere?

We could not find a documented export path in OpenAI's public help articles as of August 2026, and independent write-ups from July 2026 report the same. Check the help center, since this may change. On Hatchable, export to GitHub with history, or download a zip and a SQL dump, is part of the free plan.

Can Codex deploy an app somewhere other than Sites?

Yes. Codex speaks MCP, so any deployment target with an MCP server works. Install the Hatchable plugin from the Codex plugin directory (or add [mcp_servers.hatchable] with url = "https://hatchable.com/mcp" to ~/.codex/config.toml and run codex mcp login hatchable), then ask Codex to build and deploy on Hatchable. See how to deploy from Codex.