Logodochost
  • 首页
  • 发现
  • 价格
  • 关于
  • 常见问题
Telegram
Logodochost

粘贴 AI 生成的 Markdown 或 HTML,发出一个同事能直接打开的干净链接。

免费开始
产品
  • Telegram Bot
  • Browser Extension
  • Integrations
  • 功能
  • 价格
  • MCP 服务
  • 常见问题
资源
  • 博客
使用场景
  • PDF to Markdown
  • Word to Markdown
  • Markdown to Word
  • CSV to Markdown
  • Markdown to Google Docs
  • Markdown to Excel
  • Markdown to HTML
  • HTML to Markdown
  • URL to Markdown
  • Markdown Preview
  • Free HTML Hosting
  • Share ChatGPT HTML
  • All tools
公司
  • 关于我们
  • 联系我们
  • 更新日志
法律
  • Cookie政策
  • 隐私政策
  • 服务条款
© 2026 dochost All Rights Reserved.
Featured on Corey.ToolsFeatured on ToolDirsFeatured on Tiny StartupsAI Toolz DirOpenHunts Club MemberFazier badgeFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Wired BusinessFeatured on Wired Business

Turn Google AI Studio output into a link you can send

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.

Paste your AI Studio HTML

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.

From AI Studio to a shareable URL

  1. 1. In AI Studio, copy the generated HTML from the code block — the whole document, starting at the doctype, not a screenshot and not a fragment.
  2. 2. Paste it above. The preview runs the page exactly as your recipient will get it, so you can confirm the interactive parts survived the move before anyone else sees it.
  3. 3. Publish and send the URL. It opens in any browser with no Google account, no Cloud project, and nothing to install.

A real example

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.

Questions about share a Google AI Studio app as a link

Keep your links forever

Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.

See pricing

Related use cases

  • Turn any AI output into a shareable linkWhatever your AI tool produced — HTML, markdown, a long answer — paste it and get one link to send to your team, client, or group chat.
  • Share ChatGPT HTML as a clean linkTurn the HTML ChatGPT writes for you into a real page your team or client can open — no hosting, no deploy, no copy-paste of code.
  • Share a Claude artifact as a private linkClaude’s own share link publishes to a page search engines have already crawled. Paste the artifact here instead and the page stays out of search results by default.
  • HTML to URL: turn an HTML file into a linkHTML to URL in seconds: paste your HTML or upload an .html file and get a working URL — an HTML to link you can open and share.