OpenAI Codex Now Deploys Internal Apps: Sites Takes On Lovable and Replit Territory

On the recent “Intelligence at Work” livestream, OpenAI dropped three major updates for Codex — and the standout feature is already turning heads among developers and enterprise teams. Alongside six new role-specific agent plugins tailored to business workflows and a powerful new Annotations tool for precise code edits, OpenAI unveiled Sites: a built-in plugin plus managed hosting that lets Codex build, test, deploy, and share full web apps directly inside your workspace.

Ask Codex to create something, and it handles the entire lifecycle: it builds the app, validates it, deploys it to OpenAI’s hosting infrastructure, and hands you back a link you can immediately share with your team.
The focus is squarely on internal tools — the kind of everyday team infrastructure that usually lives in spreadsheets, Notion pages, or half-baked side projects. Think onboarding dashboards, internal knowledge bases, idea boards, reporting views, lightweight workflow apps, or even simple games with persistent data. It’s not about shipping public landing pages or consumer apps. It’s about turning repetitive team routines into living, interactive applications that everyone can actually use.
Persistent Storage, Built Right In

- D1 — a SQLite-compatible relational database perfect for structured data like checklist states, user bookmarks, filters, configurations, game scores, or file metadata.
- R2 — object storage for handling files, images, documents, avatars, and other assets.
These aren’t abstract promises. You can tell Codex to add persistent player scores and avatar uploads to a game, or build a project-request dashboard that remembers sign-ins and saved records — and it just works. The configuration lives in a simple `.openai/hosting.json` file, and the system provisions the storage automatically.

It’s a pragmatic move that delivers instant global scale without OpenAI having to operate yet another data-center fleet.
Sharing, Permissions, and Enterprise Controls
Security and access were clearly top of mind. By default, a newly deployed Site is visible only to the owner and workspace admins.
From there you can open it up in one of three ways:
- `admins_only` — remains locked to owner and admins;
- `workspace_all` — available to every active user in the workspace;
- `custom` — granular access to specific users or groups (owner always has access).
Everything is protected by “Sign in with ChatGPT” workspace authentication. No extra logins, no exposed public endpoints unless you explicitly want them. For now, Sites is in preview and available to ChatGPT Business and Enterprise workspaces (with Enterprise admins needing to enable it via RBAC).
Also read:
- New Media of the Day: Tech Founders Playing Mafia — Finally, Something Fun
- Bot Traffic Surpasses Human Traffic for the First Time — Thanks to AI Agents, Says Cloudflare CEO
- Part 3. The Illusion of Value: Why 90% of Crypto Projects Have Billion-Dollar Market Caps But Almost Zero Traffic and Revenue
Why This Matters — And Why Competitors Should Be Nervous

The entire flow lives inside one unified ChatGPT + Codex experience. No context switching, no separate billing portals, no “export and figure out hosting yourself” moments.
For teams drowning in tools and manual processes, this is the moment routine work finally becomes software. An HR team can get a live onboarding dashboard. A product group can spin up an idea board with voting and comments. Engineering can build internal reporting views that actually stay up to date.
The message from OpenAI is loud and clear: every ChatGPT workspace is now also a lightweight app platform. The competitors that built their entire businesses around “AI app builders” suddenly look a lot more vulnerable — especially when the new kid on the block already has millions of enterprise seats and the best models in the game.
Sites is still in preview, but the direction is unmistakable. OpenAI isn’t just improving coding assistance anymore. It’s quietly becoming the default place where internal software gets built — and deployed — in minutes instead of weeks.
Welcome to the new era of internal tooling. The link is already in your Codex sidebar. Go build something.