Share Claude Artifacts
with Anyone via Link
Claude Artifacts -- interactive dashboards, calculators, landing pages -- are great until you try to share them externally. Claude's native "Share" button requires the recipient to have a Claude account. If you're sharing with a client or a team member who doesn't use Claude, that's a dead end.
The fix: copy the Artifact HTML and route it through html.to. The resulting link opens in any browser with no account required.
Sharing methods compared
| Method | Recipient account | Mobile | JavaScript |
|---|---|---|---|
| Claude native Share | Required | Works | Works |
| HTML file attachment | Not needed | Inconsistent | Works |
| html.to share link | Not needed | Works | Works |
Extract Artifact HTML → Create link (4 steps)
- Click
⋮in the Artifact panel -- Select "Copy code" to copy the full HTML to your clipboard. - Paste into html.to -- Open
htmlto.puzl.co.krand paste. The rendered result appears immediately. - Click SHARE -- A shareable link is generated and automatically copied to your clipboard.
- Send the link -- Slack, email, anywhere. The recipient clicks and sees the result in their browser.
FAQ
Do Claude Artifacts require an account to view?
Claude's native share links require the recipient to have a Claude account. html.to share links remove this restriction -- anyone with the link can view the artifact in any browser.
Does JavaScript work in the shared Artifact?
Yes. html.to renders interactive Artifacts via iframe, so buttons, forms, animations, and other dynamic elements all work in the share link.
What about React or Vue Artifacts?
Claude Artifacts are delivered as self-contained HTML files, so no build step is needed. They render directly in html.to. If a CDN dependency is missing from the code, some features may not work.
Share a Claude Artifact now →