Guide

How to share a Claude artifact or dashboard as a link

The fastest path is to copy your artifact's HTML from Claude, paste it into a host that gives you a permanent URL (LiveSend is purpose-built for this), and send that link. Claude's built-in share link works for same-day demos but expires after roughly 30 days and offers no view tracking. If you already deploy on Vercel or Netlify, you can host it there too — though that is overkill for a single HTML file.

Why this question keeps coming up

Claude generates real artifacts now — dashboards, mini-apps, charts, landing-page mockups. The output is HTML you can preview inside Claude, but the moment you want a client, a teammate, or an investor to see it, you hit a wall. The artifact lives inside a conversation, the share link is short-lived, and copying the HTML somewhere else means picking a host and dealing with setup. Below are the four realistic options, with what each one is actually good at.

Option 1 — Claude's built-in share link

Inside Claude, opening an artifact gives you a "Share" button. It produces a public URL the recipient can open without a Claude account. This is the lowest-friction option: zero setup, no copy-paste, the link is ready in seconds.

The trade-offs are real, though:

  • Links expire after roughly 30 days. Anthropic has not published a guaranteed lifetime, and links can break if you delete the source conversation.
  • No view tracking. You do not know whether the recipient opened the link, when, or how long they spent on it.
  • No access control. No password, no expiration you set, no toggle-off. Whoever has the URL can view it for as long as the link survives.
  • Claude branding is visible on the page. That may or may not be a problem depending on the audience.

Use it when: you are showing one person, today, and the link does not need to outlive the meeting.

Option 2 — Screenshot or PDF export

The instinct to screenshot is understandable: it works in any email client, on any device, and cannot break. But for a Claude artifact, it usually defeats the point.

  • Charts, hover states, and interactive controls become flat images. A revenue dashboard with filters is now a single frozen view.
  • Anything below the fold is awkward. Long pages turn into a chain of stitched screenshots.
  • Recipients cannot copy text, click links inside the artifact, or resize on mobile.

Use it when: the artifact is a single static visual (a chart, a flow diagram) and the recipient does not need to interact with it.

Option 3 — Deploy to Vercel, Netlify, or Cloudflare Pages

If you already have a deployment workflow, hosting the artifact as a small static site gives you full control: custom domain, your own analytics, fast CDN. This is the right move when the artifact is part of a real project.

For a one-off file, the setup cost dominates. You will need a Git repository, a project on the platform, possibly a framework configuration, and an environment to redeploy from when the artifact changes. None of these platforms offer per-recipient tracking out of the box, so you would still need to add analytics yourself.

Use it when: the artifact belongs in a larger codebase, or you need a custom domain and full deployment control.

Option 4 — Paste into LiveSend (or a similar host built for this)

LiveSend exists because the gap between "Claude generated HTML" and "a link I can send to a client" is the same 30 seconds for everyone, and that 30 seconds was the entire job.

You copy the artifact HTML from Claude (or download the file), paste it into LiveSend, and get a permanent URL. The link does not expire. Every view is logged: timestamp, viewer email if you require one, approximate country, time spent. You can add a password, set an expiration date, toggle the document off, or edit its content inline without changing the URL. Updates create new versions you can roll back to.

Honest limits: there is a 3MB (6MB for Pro) cap per file, a small LiveSend watermark on the Free plan (removable on Pro), and no custom domain support yet. For artifacts under 3MB (6MB for Pro) shared with clients, prospects, or stakeholders, those trade-offs usually beat the alternatives.

Use it when: you want the link to be permanent, you want to know whether anyone actually opened it, and you do not want to think about deployment.

Picking the right option, in one sentence

Same-day demo to one person: use Claude's share link. Frozen visual for an email: screenshot it. Part of a larger project: deploy it. Sharing to clients or stakeholders and you want it to last and to know who opened it: paste it into LiveSend.

Want a side-by-side feature comparison of LiveSend and Claude artifact links? See LiveSend vs Claude Artifacts.

Frequently asked questions

  • How long does a Claude artifact share link stay live?
    In practice, Claude artifact share links remain accessible for about 30 days. Anthropic has not committed to a fixed lifetime, and links can also break if the underlying conversation is deleted. If you need a link that survives past that window, host the HTML somewhere you control (LiveSend, Vercel, GitHub Pages).
  • Can I share a Claude dashboard with charts and interactivity intact?
    Yes. Claude artifacts often include JavaScript for Mermaid diagrams, Chart.js, or interactive controls. Any host that serves the raw HTML and allows scripts will preserve interactivity. LiveSend renders the HTML inside a sandboxed iframe that allows scripts but blocks access to the parent page, so charts and animations work while staying safe.
  • Do I need a Claude Pro account to share an artifact?
    Anyone with a Claude account can create an artifact and copy its source. The native Claude share link requires you to be signed in to publish it, and recipients see Claude.ai branding. Hosting the artifact yourself (LiveSend, Vercel) removes that dependency: recipients only need a browser.
  • What if my artifact is larger than 3MB (6MB for Pro)?
    LiveSend currently caps uploads at 3MB (6MB for Pro) per HTML file, which covers most LLM-generated dashboards including inline CSS, SVGs, and small base64 images. If you exceed that, move large assets (images, fonts, datasets) to an external CDN and reference them by URL in your HTML. The HTML itself rarely exceeds a few hundred KB once assets are externalized.
  • Can I track who opened the artifact?
    Not with the native Claude share link. Vercel and Netlify give you raw access logs but no per-recipient tracking out of the box. LiveSend logs every view with timestamp, viewer email (if you require it), approximate country, and time spent on the document — visible in your dashboard.

Related guides

Want to try the LiveSend approach?

Paste your HTML, get a permanent link. Free for the first 3 documents.

Get started free