u/andrewderjack

Can you turn a claude artifact url into a hosted website automatically

The path most people don't realize exists: static.app/claude-hosting takes a claude artifact url and converts it into a hosted website without any download step.

workflow:

  1. publish your artifact in claude (click share, get the public artifact url)
  2. open static.app/claude-hosting
  3. paste the url into the "import from url" field
  4. hit fetch, wait about 30 seconds
  5. you get a live website url

From there you can connect a custom domain, turn on analytics, password protect it, or edit the html in the browser if you spot something to fix. forms inside your artifact start capturing submissions to a dashboard.

the alternative is downloading the html from claude and uploading it to netlify drop or github pages, which works but is more steps. if all you want is "artifact url in, website url out," the importer is the shortest path i've found.

u/andrewderjack — 8 days ago