Host your Claude artifact on a shareable link

Paste the HTML or upload the file, click Publish and get a live URL plus a QR code in under a minute. No signup, no git, no build step.

Tip: in Claude, open the artifact's code view and select all.

Free trial, no signup: the page is deleted after 5 minutes. Pick a plan to host pages permanently. By publishing you agree not to host phishing, malware or illegal content.

Your page is live
Open

How to get the HTML out of Claude

Two clicks in Claude, then paste or upload here.

1

Open the artifact

In Claude, open the artifact you want to publish. It works for anything Claude renders as a page: dashboards, landing pages, calculators, games, docs.

2

Download or copy

Click the menu in the top-right corner of the artifact panel and choose Download to get an .html file, or switch to the code view and copy everything.

3

Paste and publish

Drop the file or paste the code above and click Publish. You get a live URL and a QR code straight away.

Got a React (.jsx) artifact? Ask Claude to "convert this artifact into a single self-contained HTML file" first, then publish that file.

Publish a Claude artifact in three steps

Publish without an account

Every page gets its own subdomain and is served as a plain static site, exactly as Claude rendered it. A trial page stays online for 5 minutes so you can check it anywhere.

Share the link or the QR code

Send the URL in a chat, put it in a slide, or print the QR code on a poster. The page loads instantly from a CDN in front of the origin.

Keep it, update it, brand it

On a StaticFast plan pages are permanent and you can update the HTML while the URL stays the same. Plans also remove the badge and add password protection, view counts and a custom domain.

Ways to share a Claude artifact publicly

Downloading the HTML and hosting it yourself works too. Here is how the options compare.

  StaticFast (this tool) Netlify Drop GitHub Pages Claude public link
Signup required No Yes, to keep the site Yes No
Time to a live link Under a minute A few minutes 10+ minutes, needs git Instant
Looks like a normal web page Yes, full screen Yes Yes No, inside the Claude frame
QR code included Yes No No No
Update in place, same URL Yes (on a plan) Yes Yes, via commit Republish
Custom domain Growth+ plan Yes Yes No
Password protection Paid plans Paid plans No No
Page lifetime 5-minute trial, permanent on a plan Permanent with account Permanent While you keep it public

Frequently asked questions about hosting Claude artifacts

How do I get the HTML out of Claude?

Open the artifact in Claude, click the menu in the top-right corner of the artifact panel and choose Download (you get an .html file) or open the code view and copy everything. Either paste the code or upload the file here. There is nothing to install and no account needed.

Can I paste the claude.ai/public/artifacts link instead?

Not yet. Public artifact pages are protected by a bot check that blocks servers from reading them, so the tool cannot fetch the content for you. Copying or downloading the HTML takes two clicks and gives you exactly what you see in Claude.

Do React artifacts work?

Only if Claude exported them as a self-contained HTML file. A raw .jsx or .tsx artifact needs a build step and will not run on its own. Ask Claude to "convert this artifact to a single self-contained HTML file" and publish that.

How long does a published page stay online?

A trial page, published without a plan, is deleted after 5 minutes: long enough to test it on your phone and share it in a meeting. On any StaticFast plan pages are permanent, exactly like hosted PDFs.

Is there a limit on size or number of pages?

Each page can be up to 5 MB of HTML, CSS and inline JavaScript. Trial publishing is rate limited per visitor. On a plan, hosted pages share the site allowance of your tier (2 on Solo, 5 on Growth, 15 on Business) together with your PDF sites.

Can I update a page and keep the same URL?

Yes, on a plan. Open Hosted Pages in your dashboard, choose Update HTML on any page and paste the new code. The URL and the QR code stay exactly the same.

Can I use my own domain for a Claude artifact?

Yes, on the Growth or Business plan. Add a CNAME record for your domain and enter it in your dashboard; we finish the setup and email you when it is live.

What is the "Hosted free on StaticFast" badge?

A small dismissible pill in the corner of trial pages that links back to this tool and lets visitors report abuse. Pages on a plan have no badge.

Can visitors see my Claude conversation?

No. Only the HTML you paste is published. Nothing links back to your Claude account or chat.

What exactly gets hosted?

A static website: one HTML file with its inline CSS and JavaScript, served as-is from its own subdomain. There is no server-side code, no database and no build step. If your artifact needs an API key or a backend, it will not work here.

Is it safe to publish arbitrary HTML?

Every page has a report link in its badge, obvious phishing pages are flagged for review before anyone complains, publishing is rate limited, and an administrator can take a page down instantly.

a project by StaticFast