v0 generates the UI. Display 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.
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:
Display 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.
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.
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:
Display gives v0 a home that doesn't require Vercel accounts:
v0 output → dsp publish → yourco.display.dev/checkout-redesign
Company-restricted. Permanent. Interactive.
| Option | Non-Vercel viewers | Company auth | Interactivity | Cost |
|---|---|---|---|---|
| v0 native share | ❌ (Vercel login) | ❌ | ✅ | $0 |
| Deploy to Vercel + SSO | ❌ | ✅ | ✅ | $320+/mo |
| Screenshot | ✅ (degraded) | — | ❌ | $0 |
| Display | ✅ | ✅ | ✅ | $49/mo flat |
Free — one-time password auth, 50MB, unlimited viewers
Teams ($49/month) — Google + Microsoft SSO, 25GB, custom domain, unlimited viewers
Publish your first v0 prototype free →
No. Display is independent of Vercel. Viewers authenticate with their company Google or Microsoft email.
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.
Yes. Iterate in v0, export when you want stakeholder review, publish with dsp publish. Display is the last step in the workflow, not a replacement for v0.
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.
Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Teams ($49/month flat).