How to Publish a Google AI Studio App (Free Hosting)
AI Studio can deploy to Google Cloud, or hand you the code. This is the other route: bring the ZIP or repo, your AI rebuilds it on Hatchable, and it is live at a real URL with a database and sign-in. Free, no billing account.
What happens next
Get the code out of AI Studio
In Build mode, use Download to get a ZIP, or connect the app to a GitHub repository from the app settings. Both are supported in AI Studio as of August 2026; Google's docs are the source of truth.
Hand it to your AI on Hatchable
Connect the AI you use to https://hatchable.com/mcp (Gemini, Gemini CLI, Claude Code, Cursor or ChatGPT), point it at the repo or the unzipped folder, and ask it to rebuild the app on Hatchable. It keeps your Gemini API key as a secret. A static export can skip the agent: upload it at /deploy.
Go live, then keep going
You get your-app.hatchable.site. Ask for sign-in, a table to store results, a weekly email, or your own domain (Builder, $12 a month). Each is a sentence.
https://hatchable.com/mcp
AI Studio's own deploy path, and when to use it
As of August 2026 Google describes deploying an AI Studio app to Cloud Run, including a no-cost starter tier for a first couple of apps, and connecting GitHub so you can keep developing elsewhere. For a demo tied to Google Cloud that is a fine path. The trade-offs people tend to report are the billing account, the cloud console, and the fact that sign-in, a database and email are separate services you still have to add. Check Google's current documentation for details.
What changes when the app runs here
Every Hatchable project already has a private Postgres database, sign-in, file storage, email and scheduled jobs, so the parts an AI Studio prototype usually lacks are a prompt away rather than a new service. Pricing is flat: a free plan with one published app and no card, then $12 a month for unlimited published apps. Your AI key stays yours and is stored as a secret.
What you get on the free tier
- A live URL at
your-app.hatchable.site, hosted for you. - A real database, sign-in, file storage, scheduled jobs, and email.
- No billing account, no env vars, no deploy config.
Frequently asked
Can I upload the AI Studio ZIP directly?
Do I need a Google Cloud billing account?
Which AI should do the porting?
https://hatchable.com/mcp.Is this free?
Ready to ship?
AI Studio can deploy to Google Cloud, or hand you the code. This is the other route: bring the ZIP or repo, your AI rebuilds it on Hatchable, and it is live at a real URL with a database and sign-in. Free, no billing account.
Start free →