By Max Techera · Open-source (MIT) · Updated June 2026
Claude Code Artifacts alternative

Share Claude artifacts on your own domain

Anthropic's Claude Code Artifacts shares pages from your AI sessions — but only on Team/Enterprise, only inside your org, with no public link, no custom domain, and no password. drop is the open-source way to do it on your terms.

npxnpx drops-cli report.html --managed

An artifact is a self-contained thing Claude builds — an HTML page, an app, a doc. Claude's own sharing publishes to a claude.ai URL with Claude's branding and no password. drop publishes it to your domain, password-protected and encrypted client-side.

Claude Code Artifactsclaude.ai Publishdrop
Plan requiredTeam / EnterpriseAnyAny — free
Who can viewYour org onlyAnyone (public)Anyone w/ link + password
Your own domain
Password protected
Zero-knowledge encryption
Your branding
Any agent (Codex, Gemini…)
Open-source / self-host

How to share a Claude artifact on your own domain

Save the artifact's HTML to a file, then run:

drop my-artifact.html -p secret

Your recipient opens your branded gate, enters the password, and the page decrypts in their browser — on your domain. The server only ever stored ciphertext. No install? npx drops-cli my-artifact.html --managed.

Why “on your own domain” matters

Vendor share URLs (claude.ai, chatgpt.com) put your work — and your client's — on someone else's domain, indexable and outside your control. With drop, the link is yours: your brand, your domain, your encryption keys, nothing on a third party's server.

FAQ

Can I share a Claude artifact without a Team/Enterprise plan?
Yes. Claude Code Artifacts sharing is gated to Team/Enterprise and stays inside your org. drop is open-source and works on any plan — public or password-protected, on your own domain.
Is it really zero-knowledge?
Yes. Locked drops are encrypted client-side with AES-256 (StatiCrypt) before upload. The server stores only ciphertext — never your content or password.
Does it work with agents other than Claude?
Yes — it's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI can all use it.

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