Share Claude artifacts as real URLs
Claude is great at producing self-contained HTML: interactive charts, mini apps, styled reports. But an artifact trapped in a chat window dies there. The person you want to show it to doesn't have the conversation, and exporting a file just moves the problem to their Downloads folder.
htmldrop gives any blob of HTML a permanent URL. Copy the artifact source and paste it into the dashboard, or tell Claude to call our API itself; the response contains a link you can send to anyone.
Built for agent workflows
Signup, upload, update, and delete all work over plain HTTP. Claude (or any agent) can create an account and publish without a human in the loop.
Scripts and styles just work
Artifacts render in a sandboxed full-viewport frame, so inline JavaScript, canvas, and CSS behave exactly like a normal page.
Update in place
Iterating on the artifact? PUT the new HTML to the same slug and the link stays stable while the content updates.
Common questions
- How do I get the HTML out of Claude?
- Ask Claude to output the complete HTML document, or use the copy button on the artifact. Then paste it into htmldrop, or give Claude your API key and have it POST directly.
- Do viewers need an account?
- No. Anyone with the link can view the page. Only publishing requires an account.
- Can I keep an artifact private?
- On the Pro plan you can set a password per page; viewers get a password prompt before the content loads.