By Max Techera · Open-source (MIT) · Updated June 2026
Blog

What are Claude artifacts (and how to share them privately)?

Claude artifacts are standalone things Claude builds — pages, apps, docs. Here's what they are and how to hand someone a private, branded copy on your own domain.

npxnpx drops-cli report.html --managed

An artifact is a self-contained piece of work Claude generates in its own panel: an HTML page, a small app, a document, a diagram. It's separate from the chat so you can iterate on it and reuse it. The catch: Claude's built-in sharing publishes to a claude.ai URL with Claude's branding and no password.

The three ways to share an artifact

How to share a Claude artifact on your own domain

Copy the artifact's HTML to a file, then drop artifact.html -p secret. You get a link on your domain behind your branded unlock gate — decrypted in the recipient's browser, never on a server. See the full guide.

FAQ

Can I share a Claude artifact without a paid plan?
Yes — drop is open-source and works on any plan. Claude's own org sharing is gated to Team/Enterprise.
Is it zero-knowledge?
Locked drops are AES-256 encrypted in the browser via StatiCrypt before upload. The server stores only ciphertext — never your content or password.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed