Why add Shareable?
Gemini Canvas can hand you a public preview link, but it’s a bare URL — no access control, no password, no expiry, and no view analytics. Shareable wraps the same HTML in a real share link you control:Decide who sees it
Anyone with the link, specific people, a password, or business-email-only.
See who viewed it
View counts, devices, locations — and names, when you share by email.
Get told when it's opened
Optional email the moment someone views the page.
Update it anytime
Re-publish a new version on the same link; roll back if needed.
Do it in 4 steps
Make the page in Gemini Canvas
Open the Gemini app, turn on Canvas, and describe what you want — “a launch
page for our new feature with a hero, three benefits, and a sign-up button.”
Gemini builds it with a live preview; iterate conversationally until it looks right.
Get the standalone HTML
Ask Gemini: “Give me the full, self-contained HTML for this Canvas — CSS, fonts,
and images inlined.” Copy it (or export the code). Keep it self-contained so it
works on any static host.
Bring the HTML into Shareable
Open Shareable, paste the HTML (or drop the exported
.html file), and publish.
You get a draft you can preview, then a clean link.The short version
| Step | Where | What |
|---|---|---|
| 1 | Gemini Canvas | Describe the page; iterate with the live preview |
| 2 | Gemini Canvas | Ask for the full self-contained HTML; copy it |
| 3 | Shareable | Paste/drop the HTML and publish |
| 4 | Shareable | Set access, turn on notifications, send the link |
Gemini Canvas outputs real HTML — no special handling needed. If a design ever relies
on a live API call at runtime, that part won’t run on a static host; keep the page
self-contained.