Quasa
Use QUASA App
Join the pioneer of Web3 crypto freelancing today!
Open
Work

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

|Author: Viacheslav Vasipenok|5 min read| 10
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.

OpenAI Codex Now Deploys Internal Apps: Sites Takes On Lovable and Replit TerritoryThis isn’t just another code generator. Sites transforms a simple prompt into a live, production-ready internal application — complete with a shareable URL — all without leaving the Codex thread. No spinning up instances, no wrestling with cloud regions, no manual CI/CD pipelines.

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

OpenAI Codex Now Deploys Internal Apps: Sites Takes On Lovable and Replit TerritoryTo make these apps actually useful beyond one-off demos, OpenAI added two first-class storage options:

  • 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.

OpenAI Codex Now Deploys Internal Apps: Sites Takes On Lovable and Replit TerritoryFun (and telling) detail: D1 and R2 are the exact names of Cloudflare’s storage products. Under the hood, Sites deployments output Cloudflare Worker-compatible ES modules. OpenAI isn’t building its own hosting stack from scratch — it’s smartly wrapping Cloudflare’s battle-tested infrastructure, rebranding it, and exposing it through seamless ChatGPT/Codex authentication.

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:


Why This Matters — And Why Competitors Should Be Nervous

OpenAI Codex Now Deploys Internal Apps: Sites Takes On Lovable and Replit TerritoryLovable, Replit, and a growing crop of AI-powered app builders have been promising “prompt-to-app” magic for months. OpenAI just stepped onto their turf — but with a crucial twist: it’s laser-focused on internal enterprise use cases and backed by the full weight of OpenAI’s ecosystem.

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.

Share:
0