display.dev for Bolt
Bolt builds the app. display.dev 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 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.dev 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 buildStep 2: Publish to display.dev
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
| 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.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. The best agent changes. The home doesn't: your URLs, versions, and comments stay put when you switch.
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 Teams ($49/month flat).