A URL for everything Bolt makes

Where humans and Bolt
work on prototypes together.

Bolt builds the app. display.dev is where your team reviews it. Export the project as a static build and publish it behind company SSO – internal stakeholders open it with one click on their company email, and no public URL exists.

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

Sharing a Bolt build for internal review

Bolt (bolt.new) by StackBlitz generates full-stack applications from natural language prompts. The output is a working web application – polished, interactive, and ready for a review it can't easily get.

display.dev adds a company-auth gate on top of Bolt's output: stakeholders click a link, sign in with their company email, and use the prototype.

  • The Bolt project URL
    Requires a StackBlitz account. Viewers without one get a limited or public view.
  • Netlify or Vercel
    The free tier is a public URL, and SSO starts at $300/month.
  • A screenshot walkthrough
    Loses the interactivity that makes a web app review worth doing.
  • Loom
    Async and one-directional, with no hands-on exploration.

From Bolt to internal review

01
Export your Bolt project
npm ci && npm run build
Download the project from Bolt and build it locally. The output lands in dist/ or build/.
02
Publish to display.dev
dsp publish ./dist/ --name "onboarding-prototype"
The command returns the URL, for example https://acme.dsp.so/0kzNYG7O-onboarding-prototype.
03
Share with your team
Post it in Slack, Linear or the review thread. The link never changes across every iteration you publish to it.

Who can open it

Anyone can open

A public URL when the prototype isn't sensitive. Nothing to sign in to.

Invited people

Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.

Everyone at your company

Anyone signing in with a verified company domain gets in – Google Workspace, Microsoft Entra ID, or a one-time password by email. Viewers are unlimited and free, and none of them need a Bolt or StackBlitz account.

You change the level any time. Move a prototype from company-gated to public and back. The URL stays the same.

Bolt prototype sharing compared

OptionNon-StackBlitz viewersCompany authInteractivityCost
Bolt native share❌ (account required)$0
Deploy to Netlify/Vercel❌ (public) / $300+/mo$0 / $300+/mo
Screenshot✅ (degraded)$0
display.dev€49/mo flat

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.

URLs that never change

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, plus any agent that creates HTML or Markdown output. Switch agents anytime: your URLs, versions, and comments stay put.

Try it free

  • Publish a Bolt prototype in under a minute, no card
  • Keep the URL when you upgrade
  • Unlimited viewers on every plan

Common questions.

Does my Bolt project need to build to static files?+

Yes. display.dev hosts static HTML, CSS, and JavaScript – no server-side code. Bolt projects built with React, Vue, or vanilla JS build to static output (npm run build). Dynamic server functions won't run, but for prototype review, the static UI is typically sufficient.

What if the build output has API calls?+

API calls will fail unless the API is accessible from the viewer's browser. For prototype review purposes, stub out API calls in the build, or use mock data. display.dev is for sharing UI artifacts, not for running backend services.

Can I use display.dev for multiple iterations?+

Yes. Keep one URL by republishing to the existing artifact with --id <shortId> --base-version <currentVersion>, or publish each iteration with a different name to create separate artifacts.

Do viewers need a Bolt or StackBlitz account?+

No. display.dev uses your company's Google or Microsoft email for authentication.

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