Why add Shareable?
Claude Design can share a page as an internal org URL or a public artifact link, but those have no access control, no expiry, no password, 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 Claude Design
Open Claude Design (available in research preview on Claude Pro, Max, Team, and
Enterprise) and describe what you want — “a launch page for our new feature with
a hero, three benefits, and a sign-up button.” You can also sketch a layout
or upload a photo of a whiteboard and let it build from that. Iterate
conversationally until it looks right.
Export standalone HTML
When you’re happy with it, export → HTML to get a single self-contained
.html file. (Claude Design also exports to Canva, PDF, and PPTX, and can share
an internal org URL — but for a public, controllable link, you want the HTML
file.)Bring the HTML into Shareable
Two ways, depending on how you work:
- By hand: open Shareable, paste the HTML (or drop the exported
.htmlfile), and publish. - From an agent: if you publish from Claude Code or another agent, hand it the exported HTML and ask it to publish through the Shareable MCP server — Claude creates the page and returns the link.
The short version
| Step | Where | What |
|---|---|---|
| 1 | Claude Design | Describe (or sketch) the page; iterate |
| 2 | Claude Design | Export → HTML (standalone file) |
| 3 | Shareable | Paste/drop the HTML, or publish via the MCP |
| 4 | Shareable | Set access, turn on notifications, send the link |
Claude Design exports 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 (which is what Claude Design’s HTML export produces).