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.
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:
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.
Step 1: Export your Bolt project
In Bolt, download the project and build it locally:
npm ci && npm run buildStep 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.
| Option | Non-StackBlitz viewers | Company auth | Interactivity | Cost |
|---|---|---|---|---|
| Bolt native share | ❌ (account required) | ❌ | ✅ | $0 |
| Deploy to Netlify/Vercel | ✅ | ❌ (public) / $300+/mo | ✅ | $0 / $300+/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 Bolt prototype free →
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.
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.
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.
No. Display uses your company's Google or Microsoft email for authentication.
Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Teams ($49/month flat).