commentable<html>

Blog/Claude

How to share a Claude artifact with anyone

Claude can publish artifacts, but the link is public, unbranded, and blocked entirely on Team and Enterprise plans. Here is every way to share an artifact, including private, password-protected links.

July 13, 2026 · 8 min read · by the commentable team

Claude got very good at producing finished things. Interactive dashboards, landing pages, calculators, little games, working prototypes. They appear in the artifact panel, and then comes the practical question: how do you get this in front of someone who was not in the conversation?

There are more answers than you would expect, and the right one depends on who is receiving it. Here is the full menu, including the sharp edges the Claude docs do not dwell on.

Option 1: the built-in Publish button

Open the artifact, hit Publish, copy the link. Anyone can open it without a Claude account. For a quick "look what I made" to a friend, this is the answer and you can stop reading.

For work, the fine print starts to matter:

Option 2: copy the code, host it yourself

Every artifact has a copy button. HTML artifacts copy out as a complete page you can drop onto any static host: GitHub Pages, Netlify, Vercel, an S3 bucket, whatever you already use. You get a permanent URL, your own domain if you have one, and total control.

The cost is the workflow. Copy, save to a file, create a repo or a site, deploy, then repeat every deploy when Claude revises the artifact, which it will, because iteration is the whole point. For one page shipped once, fine. For the third revision this afternoon, tedious. Our comparison of free static hosts goes deeper on the options here.

Option 3: paste it into a private sharing link

In between those two: copy the artifact code, paste it into a sharing tool, get a controlled link. This is the use case we built commentable around, so here is precisely what that flow gives you:

This also works on Team and Enterprise plans, because copying code out of an artifact is always allowed. The publishing restriction only applies to Claude's own hosting.

Option 4: skip the copy-paste entirely (MCP)

If you share artifacts often, the copy-paste step itself can go away. Claude supports connectors (MCP servers), and commentable ships one. Once connected, you say "publish this as a commentable link" in the conversation and Claude hands you back the finished URL, encrypted, branded, with comments on. When you revise the artifact, Claude updates the same link instead of minting a new one, so the URL you already sent your client quietly gets the new version.

This is our favorite way to work and the reason the product exists. The artifact never touches your clipboard.

Choosing between them

You are sharing withUse
A friend, publicly, no stakesBuilt-in Publish
A client, or anyone paying youA private link with password and your branding
The whole internet, permanentlyCopy the code to a static host
Reviewers who need to give feedbackA link with pinned comments
Anyone, several times a dayThe MCP connector

One habit worth forming regardless of tool: share a link, never a file. An artifact saved as an attachment is dead on arrival half the time, and the other half it opens without the fonts and scripts it needed. The page working is the whole demo. Send the URL.

Common questions

Why is the Publish button missing on my Claude artifact?

Team and Enterprise workspaces disable public publishing. Artifacts on those plans can only be shared inside the organization. To share with an outside client, copy the artifact code and publish it through a separate tool.

Can people see my Claude conversation if I share an artifact?

No. Publishing an artifact shares only the artifact itself, not the chat that produced it. The same is true when you copy the code out and host it elsewhere.

Do published Claude artifacts expire?

No, they stay up until you unpublish them, and stay public the whole time. If you want a link that expires on its own after a project wraps, you need to host the artifact through a tool with expiry controls.

Can I put a password on a Claude artifact?

Not with the built-in Publish. Copy the artifact HTML into a sharing tool that supports passwords. On commentable you can add a password, an expiry date, and your own logo to the page, free.

Try it with your own file

Paste HTML or upload a file and get a private, encrypted link with your logo on it. Free, and nobody needs an account to comment.

Create a link now

Keep reading