AI Studio deploys apps to Cloud Run, and your first two are free. For the third — and for anything that is one page rather than an app — paste the HTML here and you have a URL.
Interactive pages keep running — scripts are enabled in the published sandbox. Free link, no account.
Google AI Studio is unusually good at producing a finished, self-contained page — a dashboard, a quiz, a small canvas game, a chart that actually runs. Its own publish path is real and worth knowing: the Starter Tier deploys your first two full-stack apps to Cloud Run with no Google Cloud project and no credit card. What it is not is unlimited or lightweight. Past those two, publishing means a Cloud project with billing enabled, and every deploy — even of a single static page — produces a running Cloud Run service you now own and are expected to look after. When the thing you actually want is "let one person look at this page", copy the HTML out of the code block and paste it here instead: a link, no project, no service to decommission afterwards.
Say you used AI Studio to build a one-page interactive budget calculator: a few sliders, a live-updating total, and a chart, all in a single HTML file with the CSS and JavaScript inlined. In the AI Studio response, hit the copy control on the code block so you take the whole document from the opening <!doctype html> down. Paste it into the box above and the preview runs it — sliders move, the chart draws — because published HTML renders inside a sandboxed frame with scripts enabled rather than being flattened to static markup. Publish, and send the link to the person who asked for the calculator. They open it on a phone on the train and it behaves the same. The one category that will not survive the trip is an app that calls the Gemini API with your own key: AI Studio runs that against credentials tied to your project, and a published page has neither those credentials nor any business holding them. Anything self-contained travels; anything that phones home to your API key does not.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing