display.dev for v0
v0 generates the UI. display.dev is where your stakeholders review it. Publish any v0 HTML export or prototype behind company SSO – no Vercel account required for viewers, no per-seat fees. display.dev works with any agent, so the same home holds whatever your team builds next, in v0 or anything else.
v0 generates UI. Sharing it with non-technical stakeholders is hard.
v0 by Vercel generates polished React component previews and HTML exports. The output is visually excellent and technically complete.
Getting stakeholders to review it is a different problem:
- Share the v0 link – requires a v0 account or Vercel login to view. Your PM, designer lead, and CEO don't have Vercel accounts.
- Export and deploy to Vercel – requires a Vercel project. Vercel SSO is $300/month. Vercel free tier is public-only.
- Screenshot – the interactivity that makes v0 output valuable is gone.
- Loom walkthrough – async, no hands-on exploration for the reviewer.
display.dev bridges the gap: publish the v0 export behind your company's Google or Microsoft SSO. Any stakeholder with a company email reviews it natively, in the browser, interactively.
From v0 to stakeholder review
Step 1: Export from v0
Use v0's HTML export or copy the component output to a local HTML file.
Step 2: Publish
dsp publish ./v0-export.html --name "checkout-redesign"Step 3: Share
Post the URL in Slack or Linear. Stakeholders click, authenticate with company Google or Microsoft, and interact with the UI – no Vercel account, no React setup.
The Vercel account gap
v0 is a Vercel product. Sharing v0 previews natively requires viewers to log in with a Vercel account. For teams using v0 for internal prototype review, that means:
- Every reviewer needs a Vercel account – most product, business, and executive stakeholders don't have one
- Vercel SSO – $300/month add-on, one project. Doesn't scale to a team sharing multiple v0 prototypes
- Public preview URLs – no company auth, exposes internal designs publicly
display.dev gives v0 a home that doesn't require Vercel accounts:
v0 output → dsp publish → acme.dsp.so/0kzNYG7O-checkout-redesign
Company-restricted. Permanent. Interactive.
v0 artifact sharing compared
| Option | Non-Vercel viewers | Company auth | Interactivity | Cost |
|---|---|---|---|---|
| v0 native share | ❌ (Vercel login) | ❌ | ✅ | $0 |
| Deploy to Vercel + SSO | ❌ | ✅ | ✅ | $320+/mo |
| Screenshot | ✅ (degraded) | – | ❌ | $0 |
| display.dev | ✅ | ✅ | ✅ | $49/mo flat |
Pricing
Try it. No credit card.
- 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
Individuals. Unlimited gated sharing.
- 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
For teams that need company auth.
- Included: Unlimited gated artifacts
- Included: Unlimited public artifacts
- Included: 25GB storage
- Included: 50 versions
- Included: Google + Microsoft SSO
- Included: Private artifacts
- Included: 90 days audit logs
For compliance-driven organizations.
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
Features
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.
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.
dsp publish ./file.html from your terminal, or one sentence in Claude Desktop. No git repo, no deploy pipeline, no project to configure.
Every artifact gets a URL that keeps working. Share in Slack, link in Notion, paste in email. It still works six months later.
No per-seat pricing at any tier. Share with your PM, exec, legal team, or designer for the same flat price.
Claude Code, Codex, and Cursor all work, along with anything else that creates HTML or Markdown output.
Common questions.
Does display.dev require a Vercel account?
No. display.dev is independent of Vercel. Viewers authenticate with their company Google or Microsoft email.
What format do I export from v0?
v0's HTML export produces a self-contained HTML file. dsp publish ./export.html publishes it. For multi-file exports, dsp publish ./export-dir/ publishes the directory.
Can I keep v0 for iteration and use display.dev just for stakeholder sharing?
Yes. Iterate in v0, export when you want stakeholder review, publish with dsp publish. display.dev is the last step in the workflow, not a replacement for v0.
What if my v0 export has React/Next.js dependencies?
v0's HTML export is designed to be self-contained. For complex React builds that aren't self-contained, you'd need to build to static HTML first (next export or equivalent) before publishing with display.dev.
Publish your first artifact in 15 seconds.
Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Teams ($49/month flat).