OpenAI Codex Sites vs Lovable vs Bolt vs v0: The 2026 Showdown
On June 2, 2026, OpenAI launched Codex Sites — prompt-to-app hosting built directly into ChatGPT. But there's a catch most headlines skipped: it's Business and Enterprise only. Here's how it really stacks up against Lovable, Bolt.new, and v0 — and which one you should actually reach for.
Quick Answer
- OpenAI Codex Sites: Best for ChatGPT Business/Enterprise teams building internal tools, dashboards, and knowledge bases — zero deploy pipeline. Not available to Plus, Pro, Go, or Free users at launch.
- Lovable: Best for solo founders shipping full-stack MVPs — built-in Supabase auth, database, and one-click deploy.
- Bolt.new: Best when you want to see and control every file — a full Node.js environment in the browser.
- v0 (Vercel): Best for production-quality UI components and pages with shadcn/ui + Tailwind.
Bottom line: If you're an indie hacker or solo dev, Codex Sites isn't for you yet — stick with Lovable, Bolt, or v0. If your company already runs on ChatGPT Business/Enterprise, Codex Sites is the fastest way to spin up internal apps.
Quick Comparison
| Feature | ||||
|---|---|---|---|---|
| Best For | Internal Tools | Full-Stack MVPs | Code Control | UI Components |
| Open to Solo Devs | ||||
| Entry Price | ChatGPT Business | Free / $25 | Free / $25 | Free / Team $30 |
| Managed Hosting | ||||
| Backend/Database | ||||
| Code Export | ||||
| Custom Domains |
● = Partial / expanding support
What is OpenAI Codex Sites?
Announced at OpenAI's "Intelligence at Work" event on June 2, 2026, Codex Sites is a new plugin for Codex that lets you create, deploy, and host interactive web apps straight from a natural-language prompt. You describe what you want — a dashboard, a project tracker, an internal knowledge base — and Codex builds the full application, deploys it to OpenAI-managed hosting, and hands you a shareable URL.
Under the hood, Sites compiles to a Cloudflare Worker output with built-in storage primitives (D1 for state, R2 for files) and uses a two-stage publish flow: you save a version, then deploy it. There's no separate build pipeline, and apps ship with workplace authentication through "Sign in with ChatGPT," plus custom-domain support.
The catch: who can actually use it
At launch, Codex Sites is a preview limited to ChatGPT Business (enabled by default) and Enterprise (an Early Access toggle). Plus, Pro, Go, and Free plans are excluded. During the preview it's included for eligible workspaces, with future pricing "to be determined." In other words: this is an enterprise internal-tools play first, not an indie-hacker product.
The Four Contenders
OpenAI Codex Sites: Internal Apps Inside ChatGPT
Codex Sites turns ChatGPT into an app factory for teams. Because it lives inside the workspace and uses Sign in with ChatGPT, it's purpose-built for internal dashboards, trackers, and tools where the audience is your own org.
Key feature: Zero deployment. Prompt → live, authenticated, hosted app on OpenAI infrastructure with state and file storage included.
Limitation: Locked to Business/Enterprise, no public code export, and you're tied to OpenAI-managed hosting — not your own stack.
Lovable: The Full-Stack MVP Builder
Lovable generates complete applications — frontend, backend, auth, and database — from natural language, with built-in Supabase integration and one-click deploy. It hit $20M ARR in two months, the fastest European startup ever.
Key feature: The shortest path from idea to a working, shippable product if you think in products, not code.
Limitation: Less low-level control; complex custom logic can need manual cleanup.
Bolt.new: Code Control in the Browser
Bolt.new runs a full Node.js environment in your browser via WebContainer, so you see and control every file and dependency. It's the choice for developers who want AI as a pair programmer rather than a black box, and reached $40M ARR in six months.
Key feature: Transparent, file-level control with live preview and instant deploy.
Limitation: Token-based usage can climb fast on complex apps.
v0 by Vercel: The UI Specialist
v0 focuses on generating production-quality UI — individual components and pages built with shadcn/ui and Tailwind CSS. It's a strong complement to the others rather than a full-app replacement.
Key feature: Best-in-class component fidelity, with image/Figma-to-code and seamless Vercel deployment.
Limitation: No backend, database, or auth — you bring those yourself.
Pricing & Availability (June 2026)
| Tier | ||||
|---|---|---|---|---|
| Free | Not availableExcluded at launch | Free5 messages/day, public | Free~1M tokens/month | Free~$5 credits/month |
| Pro / Individual | Not availableNo Plus/Pro/Go access | $25/month100 credits + 5/day, private | $25/month10M+ tokens, rollover | $30/user/monthTeam tier |
| Team / Business | ChatGPT BusinessIncluded in preview | $50/monthBusiness tier | CustomHigher tiers | $100/user/monthBusiness tier |
| Enterprise | Early Access toggle (RBAC) | Custom | Custom | Custom |
Feature Deep Dive
Who it's built for
Codex Sites: Teams already inside the OpenAI ecosystem. The killer use case is internal tooling — an ops dashboard, a request tracker, a team wiki — where authentication is your own org and you never want to think about deployment.
Lovable / Bolt / v0: Founders, indie hackers, and developers building public-facing products. They're open to everyone, including free tiers, and you keep the code.
Hosting & code ownership
Codex Sites hosts everything on OpenAI infrastructure and does not offer public code export — convenient, but a lock-in trade-off. Lovable and Bolt let you export the full project and sync to GitHub, while v0 hands you clean React/Next.js components to drop into your own repo. If owning and self-hosting your codebase matters, the three independents win.
Backend & database
Codex Sites ships with built-in state (D1) and file (R2) storage. Lovable gives you a full Supabase backend with auth and realtime. Bolt has expanding backend, auth, and payment integrations. v0 is frontend-only — bring your own backend.
Output & flexibility
Codex Sites and Lovable optimize for "working app, fast." Bolt gives you the most file-level control. v0 gives you the highest-fidelity UI. Pick based on whether you value speed, control, or design polish most.
Which Should You Choose?
Pick Codex Sites if…
- Your company runs on ChatGPT Business or Enterprise
- You're building internal tools, dashboards, or wikis
- You want auth + hosting handled with zero setup
Pick Lovable if…
- You're a solo founder shipping a public MVP
- You want auth + database + deploy out of the box
- You think in products, not code
Pick Bolt.new if…
- You want to see and edit every file
- You're a developer who wants AI as a pair programmer
- You value transparency over hand-holding
Pick v0 if…
- You need polished UI components or pages
- You already have a backend and deploy on Vercel
- You want image/Figma-to-code fidelity
Frequently Asked Questions
Can I use OpenAI Codex Sites on ChatGPT Plus or Pro?
Not at launch. Codex Sites is a preview limited to ChatGPT Business (on by default) and Enterprise (via an Early Access toggle). Plus, Pro, Go, and Free are excluded for now.
How much does Codex Sites cost?
During the preview it's included for eligible ChatGPT Business and Enterprise workspaces. OpenAI has said standalone pricing is "to be determined."
Does Codex Sites replace Lovable, Bolt, or v0?
For most builders, no. Codex Sites targets internal, authenticated apps for enterprise teams. Lovable, Bolt, and v0 remain the go-to for public products, are open to everyone, and let you export and own your code.
Can I export my code from Codex Sites?
At launch there's no public code export — apps run on OpenAI-managed hosting. If code ownership and self-hosting matter, Bolt and Lovable (GitHub sync) or v0 (component export) are better fits.
Which is best for a non-technical founder?
Lovable, thanks to its built-in backend and one-click deploy. If your company is already on ChatGPT Business, Codex Sites is great for internal tools specifically.
Need a Complete Tech Stack?
AI app builders are just one piece of the puzzle. Get a personalized recommendation for hosting, database, auth, payments, and more based on your budget and project.
Related Articles
Deep dive on the three leading AI app builders
What is Vibe Coding?The complete guide to AI-first development
Cursor vs Claude Code 2026Compare the top AI coding assistants
Build an AI App: Next.js + Supabase + OpenAIStep-by-step full-stack AI app guide
Solo Founder Tech Stack 2026Complete stack for bootstrapped startups
Best Tech Stack for SaaS 2026Complete guide to building modern SaaS