Skip to content

Claude Code artifact guide

Share the result of a Claude Code session, not the session itself.

When Claude Code creates a local HTML prototype or Markdown report, Viewable gives that selected file its own private review link. Viewable uploads the file you choose, not the Claude Code session or the rest of your repository.

One file to one review link

npm
$ npx @viewable/cli share ./claude-report.html
Claude Code output ready to review

Input: claude-report.html. Output: a private URL and a separate access code.

View the CLI package

Ask for a handoff-ready file.

Have Claude Code produce one self-contained HTML file or one Markdown document. A focused artifact is easier to review than a transcript and fits Viewable's current one-file sharing model.

Keep the source tool separate.

Viewable works with a file on disk, regardless of which coding agent created it. It does not need access to the Claude Code conversation or require the reviewer to use Claude.

Use the right sharing surface.

Use Claude's own artifact features when the work should live inside that product. Use Viewable when you already have a local HTML or Markdown file and need a narrow, cross-tool handoff.

Workflow

From local file to human review.

  1. 01

    Generate the artifact

    Ask Claude Code to save the final review surface as one .html or .md file. For HTML, include the styles and scripts needed by the page.

  2. 02

    Share from the terminal

    Run the Viewable CLI against that file. Guest sharing requires no sign-in and returns a URL plus access code.

  3. 03

    Review outside Claude

    Send the private access details to a teammate or client. They open the selected result in a browser without an AI-tool seat.

Details

What to know before sharing.

Does this upload my Claude session?
No. Viewable uploads only the local HTML or Markdown file named in the share command.
Does the reviewer need Claude?
No. The review happens in a normal browser and requires no Claude or Viewable account.
Does it support a built app directory?
Not in the current public scope. Viewable currently accepts one HTML or Markdown file, not a static build directory, SPA bundle, backend, or production application.
Can an agent run the command?
Yes. Viewable exposes a CLI and an llms.txt instruction file. An agent can run the share command and return the review link in a human-friendly format.

Related guides

Choose the file you need to hand off.

Back to Viewable →