For

Display for Bolt

Bolt builds the app. Display is where your team reviews it. Export your Bolt project as a static build and publish it behind company SSO. Internal stakeholders review it with a company email click — no public URL, no Bolt account required for viewers.

Free tier available$49/month flat for TeamsGoogle + Microsoft SSOUnlimited viewers
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
 
$ 

Bolt generates apps. Internal review is the gap.

Bolt (bolt.new) by StackBlitz generates full-stack applications from natural language prompts. The output is a working web application — polished, interactive, deployable.

Getting internal stakeholders to review it without making it public:

  • Share the Bolt project URL — requires a StackBlitz account. Viewers without accounts see a limited or public view.
  • Deploy to Netlify/Vercel — free tier = public URL. SSO = $300+/month. Not appropriate for internal prototypes.
  • Screenshot walkthrough — loses the interactivity that makes a web app review valuable.
  • Loom — async, one-directional, no hands-on exploration.

Display adds a company-auth gate on top of Bolt's output. Internal stakeholders click a link, sign in with their company email, and interact with the prototype — without a public URL.


From Bolt to internal review

Step 1: Export your Bolt project

In Bolt, download the project and build it locally:

npm ci && npm run build

Step 2: Publish to Display

dsp publish ./dist/ --name "onboarding-prototype"

Step 3: Share with your team

Post the URL in Slack, Linear, or the review thread. Anyone with a @yourcompany.com email authenticates once and sees the full interactive prototype.


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$49/mo flat

Pricing

Free — one-time password auth, 50MB, unlimited viewers
Teams ($49/month) — Google + Microsoft SSO, 25GB, custom domain, unlimited viewers

See all pricing →


Publish your first Bolt prototype free →


Common questions.

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

Yes. Display 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 is for sharing UI artifacts, not for running backend services.

Can I use Display for multiple iterations?+

Yes. Publish each iteration with the same name (--name onboarding-v2) to update the URL in place, or use different names to keep a history of versions.

Do viewers need a Bolt or StackBlitz account?+

No. Display 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 Teams ($49/month flat).