A URL for everything Claude Code makes

Where humans and Claude Code
work on dashboards together.

Claude creates the artifact. display.dev is where your company sees it – one command, its own URL, and no Claude seat for viewers. It works with any agent, so switch to Codex or Cursor later and everything you published stays exactly where it is.

The demo shows an agent publishing a doc to display.dev – from a chat or a terminal – then the team opening its URL, commenting, the agent publishing v2 at the same URL, and the doc being shared with someone outside the company.

Works with your agents

Cursor, Codex, Claude Code – any agent that writes a file. Switch agents anytime – your URLs, versions and comments stay put.

Trusted by thousands
Indigo Engineering

Why Claude Code output gets stuck locally

Claude Code writes self-contained HTML to disk: architecture proposals, competitive analyses, visual reports, interactive presentations. All beautifully rendered, all stuck on your machine. Claude Code Artifacts turn session work into an interactive page, but on Pro and Max that page stays private to you alone – sharing is Team and Enterprise only, it reaches authenticated seats inside your Claude org and nobody else, the source has to be Claude, and there are no comments.

The artifact took 60 seconds to generate. display.dev opens it to anyone with their company Google or Microsoft login, no Claude seat required, and comments from anyone feed straight back to the agent.

  • Screenshot
    Charts, tabs and animations all flatten into a picture.
  • Claude org share
    Needs a paid seat per viewer, and only inside your Claude org.
  • GitHub Pages
    Your PM, your exec and your client have no GitHub account.
  • Vercel plus SSO
    A git project, a deploy pipeline and $320/month before anyone reads it.

Three steps. Fifteen seconds.

01
Install the CLI once
npm install -g @displaydev/cli
One global install and every project on your machine can publish.
02
Publish
dsp publish ./output.html --name "q1-architecture"
The command returns the URL, for example https://acme.dsp.so/0kzNYG7O-q1-architecture.
03
Share the URL
Paste it in Slack, Notion, Jira or email. The link never changes, so it still resolves six months later.

Who can open it

Anyone can open

A public URL for a demo or a client. Nothing to sign in to, no Claude seat.

Invited people

Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.

Everyone at your company

Anyone signing in with a verified company domain gets in – Google Workspace, Microsoft Entra ID, or a one-time password by email. One time, five seconds, and viewers are unlimited and free.

You change the level any time. Move an artifact from company-gated to public and back. The URL stays the same.

Or: say it in Claude

Configure the display.dev MCP server once. After that, in any Claude conversation:

"Publish this architecture proposal to my team."

Claude invokes the publish tool, gets back a company-gated URL, and returns it in the conversation. No terminal. Works in Claude Desktop, Claude Code (with MCP), and any Claude-compatible client.

// Claude Desktop config (Settings → MCP Servers)
{
  "mcpServers": {
    "display-dev": {
      "url": "https://api.display.dev/v1/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_..."
      }
    }
  }
}

Or paste https://api.display.dev/v1/mcp into Claude's "Add custom connector" field and sign in with your work email – no key to manage.

MCP setup guide →


Everything Claude Code generates

Architecture diagrams
D3, Mermaid or custom SVG, rendered as the page Claude wrote.
Competitive analyses
Sortable tables and interactive filters, still sortable and still interactive.
Visual reports
Charts, animated transitions and data grids.
Interactive presentations
Tabs, slides and dynamic content in one link.
Dashboards
Rich layouts with the data Claude assembled.
Technical specs
Long documents rendered as polished HTML instead of a file attachment.

Claude Code sharing options compared

OptionNon-engineer viewersCompany authInteractivityTimeCost
Screenshot✅ (degraded)10 sec$0
Claude org share❌ (needs seats)5 sec$25+/seat/mo
GitHub Pages❌ / $2,100/mo5–30 min$0 / $2,100/mo
Vercel + SSO20+ min$320+/mo
display.dev15 sec€49/mo flat

Pricing

2 months free
Free

Try it. No credit card.

€0
  • Included: 10 gated artifacts
  • Included: Unlimited public artifacts*
  • Included: 50MB storage
  • Not included: Version history
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs

display.dev branded

Get started
Solo

Individuals. Unlimited gated sharing.

€15/mo
  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: 1GB storage
  • Included: 10 versions
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs
Get started
Enterprise

For compliance-driven organizations.

Contact us

From €499/mo

  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: Custom storage
  • Included: Unlimited versions
  • Included: Google + Microsoft SSO
  • Included: 365 days audit logs
Talk to us

The free tier covers individual use with email OTP. Pro adds one-click Google and Microsoft SSO once the team is on board.

Features

Authentication

Viewers click a link and sign in with their Google or Microsoft account, or a one-time password. No app to install. No account to create. No IT ticket.

Comments

Inline comments on every artifact. Your agent reads them via MCP, fetches the current version, republishes with short_id and base_version, and resolves the thread. The artifact stays the current version at the same URL, not a one-shot screenshot.

Publish in 15 seconds

dsp publish ./file.html from your terminal, or one sentence in Claude Desktop. No git repo, no deploy pipeline, no project to configure.

URLs that never change

Every artifact gets a URL that keeps working. Share in Slack, link in Notion, paste in email. It still works six months later.

Unlimited viewers

No per-seat pricing at any tier. Share with your PM, exec, legal team, or designer for the same flat price.

Any agent

Cursor, Codex, and Claude Code all work, plus any agent that creates HTML or Markdown output.

What teams say

We use it to share and collaborate on markdown and HTML artifacts, and it's helped us work together more seamlessly in this weird new agentic coding era. Our whole 7-person team uses it.
Max Wood
Max WoodCEO, Indigo Engineering
Read the story

Try it free

  • Publish a Claude Code artifact in under a minute, no card
  • Keep the URL when you upgrade
  • Unlimited viewers on every plan

Common questions.

Do my teammates need Claude accounts to view the artifact?+

No. display.dev authentication is based on your company's Google or Microsoft email – the same account they use for everything else. No Claude subscription required for viewers.

Does this work with Claude Code CLI, not just Claude's web UI?+

Yes. Claude Code writes HTML to disk. dsp publish ./file.html publishes any file on disk, regardless of which tool generated it.

What if my Claude Code output is a directory of files, not a single HTML file?+

Run dsp publish ./dist/ – display.dev serves the whole directory at a single URL, with index.html as the root and all relative asset paths resolved.

Can I update a published artifact?+

Yes. Fetch the current version, then run dsp publish ./updated-file.html --id <shortId> --base-version <currentVersion>. The URL stays the same – everyone who bookmarked or shared it sees the updated version.

Does the MCP version work from Claude Code CLI?+

display.dev's MCP server works in any Claude-compatible MCP client. Claude Code's CLI supports MCP. Configure it in your ~/.claude/settings.json the same way you'd configure any MCP tool.

What about Claude Desktop artifacts specifically?+

See /share-claude-artifact – same product, framed for Claude Desktop and the web app, including the inline comments your agent reads back via MCP.

Is my agent's work attributed to me?+

Yes. When Claude Code publishes through display.dev it is recorded as "claude-code on behalf of you", in the comment thread and the audit log. See how identity works.

Publish your first artifact in 15 seconds.

Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Pro (€49/month flat).