Solutions

Share interactive architecture diagrams behind company auth

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.

Works with your agents
terminal
$ display publish ./report.html
 
Uploading    47kb
Auth       Google Workspace ✓
 
✓ Published
 
→ https://view.display.dev/p/f474hfd/8f3kx9
 
Viewers    anyone at acme.com
Expires    never
Version    1
 
$ 

The command

dsp publish ./architecture.html --name "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.


Architecture proposals deserve more than a screenshot.

Claude Code, Cursor, and Codex generate architecture diagrams as self-contained HTML files. D3 force graphs, animated Mermaid flow charts, interactive system topology maps – all living in a single .html file.

Then they get shared as screenshots.

The interactive elements – click to expand, hover for details, zoom and pan, node filtering – are gone. The diagram that took 10 minutes to generate becomes a flat image that someone has to zoom into on their phone.

The other options aren't better:

  • Confluence – strips JavaScript. Interactive diagram becomes broken HTML.
  • Notion embed – pastes a static image or broken preview.
  • GitHub (raw file) – shows HTML source code.
  • Google Slides – screenshot only, loses all interactivity.

For AI-generated architecture diagrams

AI coding tools generate architecture proposals as rich HTML artifacts by default:

 
dsp publish ./architecture-proposal.html --name "q2-auth-migration"

The architecture proposal stays in its natural format: interactive, zoomable, with annotations and decision trees intact. Your entire review committee – engineers, PMs, and leadership – clicks one link and sees what Claude built.


Workflows by tool

From Claude Code / Cursor / Codex
``bash dsp publish ./output.html --name "migration-plan-v2" ``
Mermaid diagrams
``bash mmdc -i architecture.mmd -o architecture.html dsp publish ./architecture.html --name "system-architecture" ``
D3 multi-file diagram
``bash npm run build dsp publish ./dist/ --name "network-topology" ``
Draw.io HTML export
Draw.io (diagrams.net) exports diagrams as interactive HTML. File → Export → HTML. ``bash dsp publish ./diagram.html --name "data-flow-diagram" ``

What reviewers see

A VP Engineering, security lead, and three PMs receive the URL in a Slack thread or Linear comment.

They click it. They authenticate with their company Google or Microsoft account – once. They see the full interactive architecture diagram:

  • Click nodes to expand detail
  • Hover for component descriptions
  • Zoom and pan for large system maps
  • Tab between views (current state / proposed state)

Every interactive element the diagram was built with. No Lucidchart account. No Miro license. No Confluence markup rendering issues.


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: Private artifacts
  • 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: Private artifacts
  • 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: Private artifacts
  • 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 a living document, 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.

Permanent URLs

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

Claude Code, Codex, and Cursor all work, along with anything else that creates HTML or Markdown output. The best agent changes. The home doesn't: your diagrams, versions, and comments stay put when you switch.

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