How to Deploy Apps from ChatGPT (Free, No Servers)
Connect Hatchable in ChatGPT from the app directory. Then just tell ChatGPT to deploy — you get a live URL, database, and auth, free.
What happens next
Open the listing
Open Hatchable in the ChatGPT app directory, or inside ChatGPT open Apps and search Hatchable. Click Connect.
Sign in to Hatchable
ChatGPT opens a Hatchable tab to approve. No account yet? This signs you up — free, no card, no credits. Nothing to paste.
Tell ChatGPT to deploy
Ask ChatGPT: "Build a booking page and deploy it on Hatchable." It builds the app, deploys it, and hands back a live {slug}.hatchable.site URL in under a minute.
https://hatchable.com/mcp
What you get on the free tier
- A live URL at
{slug}.hatchable.site— published the moment ChatGPT callsdeploy. - Postgres database. Auth. File storage. Scheduled jobs. All wired up — no config files.
- Free forever for personal projects. No surprise paywalls, no expiring credits.
- Custom domain? That is on the Builder plan ($12/mo). Free projects keep their
{slug}.hatchable.siteURL.
Works in the ChatGPT desktop app and Codex
Hatchable is a listed ChatGPT app, so it connects the same way everywhere ChatGPT runs — the web app, the desktop app, and the Codex agent workspace. Build on your laptop, deploy to a real URL, and pick the project back up anywhere. The connection is tied to your account, not a device.
How this is different from deploying to Vercel or Replit
Vercel and Replit are great for a different shape of work. The difference is where the build happens:
- Vercel — you push code from a repo. Great if you write code by hand; less helpful when ChatGPT is the one writing it, because you still round-trip through git, framework configs, and deploy logs.
- Replit — a full in-browser IDE with its own AI. Great if you want everything in one tab; less helpful if you already build in ChatGPT and want to keep using it.
- Hatchable — ChatGPT stays where you already work. Hatchable is the deploy target it talks to over MCP. No build step, no framework config, no
npm run build. Source files are production.
Your code stays yours
No proprietary framework, no build step, no black box — your app is plain JavaScript, HTML, and standard Postgres. Every deploy is a real git commit you can browse and roll back to in the console. Genuinely portable code, not a locked-in platform.
Frequently asked
Do I need ChatGPT Developer Mode?
Does it work in the ChatGPT desktop app?
Does it really cost nothing?
Is my code locked in?
What if ChatGPT makes a mistake while deploying?
Ready to ship?
Connect Hatchable in ChatGPT from the app directory. Then just tell ChatGPT to deploy — you get a live URL, database, and auth, free.
Open Hatchable in ChatGPT →