A URL for every HTML file your team opens

Where your teammates
and agents work on HTML files.

One command. Your HTML file becomes its own URL that only people with your company email can access. No git repo. No deployment pipeline. No accounts for viewers to create.

Route 01 – from your agent

Your agent publishes it right now.

Paste this into Cursor, Codex, Claude Code or any other agent. It publishes and hands back the URL.

Copies the full prompt, including what your agent should do once the URL comes back.

Works with your agents

Route 02 – from a file

Publish the file you already have.

One HTML or Markdown file. Anonymous publishing takes up to 50 MB. A Storybook build, a CI report, a rendered notebook – whatever your pipeline produced.

No file to hand?

  • html + markdown
  • up to 50 MB
  • no signup

Either route returns a URL and a claim link. Claim it and the same URL sits behind your company's Google or Microsoft sign-in.

Trusted by thousands
Indigo Engineering

The command

dsp publish ./your-file.html
# Returns: https://acme.dsp.so/0kzNYG7O-your-file

That's it. Viewers click the link, authenticate with their company Google or Microsoft email once, and see the full rendered page – interactive charts, animations, tabs, everything.


HTML files don't share. They download.

HTML has to be served by a web server to render. Every tool that treats it as a file to transfer hands your teammate raw markup instead of a page.

display.dev serves the file as a page, at a URL only your company can open.

  • Slack upload
    the recipient gets a download button, then a text editor full of markup.
  • Email attachment
    blocked by most corporate security policies before it arrives.
  • Google Drive
    stores the file and prompts a download instead of rendering it.
  • A colleague's laptop
    the file opens locally, and half the relative paths break.

Works with any HTML file, from any source

01
Claude Code
dsp publish ./output.html
Architecture diagrams, competitive analyses, anything the agent writes to a single file.
02
Cursor
dsp publish ./dist/
React dashboards and UI prototypes that build to a directory. Relative assets resolve.
03
Codex
dsp publish ./report.html
Data analysis reports and tool output, published straight from the run.
04
Multi-page output
dsp publish ./dossier/
A research dossier or market map with shared assets. Publish the whole directory.
05
Written by hand
dsp publish ./file.html
Any .html file you made yourself. display.dev never inspects what produced it.

What your teammates see

01
The link arrives
In Slack, in email, or on a Jira ticket. They click it.
02
A sign-in screen appears
On Pro they click "Sign in with Google" or "Sign in with Microsoft". On Free they enter their email and get a one-time password.
03
They sign in once
With the account they already use for work. No account to create, no app to install, no IT ticket.
04
They see the page
Fully rendered and interactive – charts, animations, tabs, all of it.

Compared to the alternatives

MethodRenders HTMLCompany authPersistent URLTimeCost
Slack upload❌ (downloads)10 sec$0
Google Drive❌ (downloads)30 sec$0
GitHub Pages❌ / $2,100/mo5–30 min$0 / $2,100/mo
Vercel + SSO20+ min$320+/mo
display.dev15 sec€49/mo flat

Setup (2 minutes, once)

01
Install the CLI
npm install -g @displaydev/cli
One global install, from npm.
02
Authenticate
dsp login
Sign in once on the machine you publish from.
03
Add your company domain
acme.com
Set it in organization settings. Anyone signing in with an @acme.com address gets access, and every publish after this takes 15 seconds.

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.

Try it free

  • Share an HTML file with your company in 15 seconds, no card
  • Viewers use the Google or Microsoft account they already have
  • Unlimited viewers on every plan

Common questions.

Does this work for single-page HTML files with all CSS and JS inlined?+

Yes. Self-contained HTML files – which is what most AI coding tools generate – work with zero configuration. One command, one URL.

What about HTML files that reference external CSS or JS?+

If the external resources are on public CDNs (e.g., cdn.jsdelivr.net), they load fine. If they're local files in a directory, publish the whole directory: dsp publish ./output/ – display.dev serves all relative asset references correctly.

Can I share with someone outside my company?+

Yes. Invite their email address to that artifact, or switch the artifact to Public so anyone can open it.

Does the URL stay the same?+

Yes. The URL works until you explicitly delete the artifact. It persists through team member changes, billing cycles, and plan changes.

Can I preview before sharing?+

Yes. Every published artifact is visible to you immediately. Review it at the URL before sharing it with teammates.

What if I just want a URL for an HTML file – not necessarily for my team?+

See /host-html-file. Same product, framed for the utility intent – a URL open to anyone, to invited people, or to everyone at your company.

What if the HTML is a Claude or AI agent artifact?+

See /share-claude-artifact. Same product with the agent-loop framing (inline comments your agent reads back via MCP).

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