A URL for every diagram your agents draw

Where your reviewers
and agents work on diagrams.

Architecture proposals, system diagrams, migration plans – generated as HTML by Claude Code, Cursor, or your own Mermaid/D3 scripts. Published behind company SSO in 15 seconds.

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

The command

dsp publish ./architecture.html --name "auth-migration-proposal"
# Returns: https://acme.dsp.so/0kzNYG7O-auth-migration-proposal

Your VP Engineering, security lead, and the four PMs who need to review it click the link, authenticate once with their company email, and see the full interactive diagram.

Starting from a blank page? The architecture diagram template publishes in one click – no account.


Architecture proposals deserve more than a screenshot.

Claude Code, Cursor and Codex generate architecture diagrams as self-contained HTML: D3 force graphs, animated Mermaid flow charts, interactive topology maps, all in one .html file. Then they get shared as screenshots, and the diagram someone generated in 10 minutes becomes a flat image to pinch-zoom on a phone.

Click to expand, hover for detail, zoom and pan, node filtering – none of it survives any of those.

  • Confluence
    strips the JavaScript, so the diagram arrives broken.
  • Notion embed
    pastes a flat image or a broken preview.
  • GitHub raw file
    shows the HTML source instead of the diagram.
  • Google Slides
    a screenshot, with every interaction gone.

Workflows by tool

01
Claude Code, Cursor or Codex
dsp publish ./output.html --name "migration-plan-v2"
The proposal keeps its native format: interactive, zoomable, annotations and decision trees intact.
02
Mermaid
mmdc -i architecture.mmd -o architecture.html
Render the Mermaid source to self-contained HTML, then publish the file.
03
D3, multi-file
dsp publish ./dist/ --name "network-topology"
Build to a directory and publish the directory. Relative asset paths resolve.
04
Draw.io export
dsp publish ./diagram.html --name "data-flow-diagram"
Draw.io (diagrams.net) exports an interactive HTML file under File → Export → HTML.

What reviewers see

01
One link
The VP Engineering, the security lead and three PMs get the URL in a Slack thread or a Linear comment.
02
One sign-in
They authenticate with their company Google or Microsoft account, once. No Lucidchart account, no Miro license.
03
The diagram itself
Click nodes to expand detail, hover for component descriptions, zoom and pan a large system map, tab between current and proposed state.

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

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.

A URL that never changes

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, along with any agent that creates HTML or Markdown output. Your diagrams, versions and comments stay put when you switch agents.

Try it free

  • Publish an interactive diagram in 15 seconds, no card
  • Reviewers sign in with the Google or Microsoft account they already use
  • Unlimited viewers on every plan

Common questions.

Does display.dev work with Mermaid diagrams exported as HTML?+

Yes. mmdc -o diagram.html produces a self-contained HTML file. dsp publish ./diagram.html serves it with all interactivity.

What about draw.io / diagrams.net HTML exports?+

Yes. draw.io's HTML export produces a self-contained file that renders the interactive diagram in a browser. display.dev serves it as-is.

Can I version architecture diagrams?+

Yes. Publish each version with a unique name: --name arch-v1, --name arch-v2. Or keep one URL by republishing to the existing artifact with --id <shortId> --base-version <currentVersion>. Both are valid depending on whether you want separate artifacts or one version history.

Can I share specific sections with a link anchor?+

If your HTML diagram uses anchor links internally (e.g., #section-3), the display.dev URL supports them: acme.dsp.so/0kzNYG7O-architecture-proposal#section-3. Viewers jump directly to the referenced section.

What file size can architecture diagrams reach?+

Simple Mermaid diagrams: 100KB–1MB. Complex D3 force graphs: 1–10MB. AI-generated interactive diagrams with embedded data: 2–20MB. Smaller diagrams fit display.dev's Free tier (10MB per artifact, 50MB total storage); larger ones need Solo or Pro, which permit the platform maximum of 50MB per artifact.

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).