display.dev for Replit
Replit Agent builds the project. display.dev is where your team reviews it. Export your Replit project as a static build and publish it behind company SSO. No public Replit URL. No per-viewer fee.
Replit generates projects. Internal review needs auth.
Replit and Replit Agent generate working web applications. The output is interactive, polished, and immediately testable.
Sharing it internally without a public URL:
- Replit share link – accessible to anyone with the link. No company domain restriction. Internal prototypes exposed publicly.
- Replit deployment – Replit's Deployments feature publishes to a public URL. Company auth is not a built-in feature.
- Screenshot – interactivity gone.
For internal reviews – product feedback, stakeholder demos, engineering QA – you need a URL that only your company can access.
From Replit to internal review
Step 1: Export your Replit project
Download your Replit project. For web projects:
npm ci && npm run buildStep 2: Publish to display.dev
dsp publish ./dist/ --name "internal-tool-prototype"Step 3: Share with reviewers
Paste in Slack or Linear. Reviewers sign in with their company Google or Microsoft account – once, five seconds – and see the full interactive prototype.
Replit prototype sharing compared
| Option | Company auth | Public URL risk | Interactivity | Cost |
|---|---|---|---|---|
| Replit share link | ❌ | ✅ (anyone) | ✅ | $0 |
| Replit Deployments | ❌ | ✅ (public) | ✅ | $0+ |
| Screenshot | – | ❌ | ❌ | $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 display.dev work with Replit Agent output?
Yes. Replit Agent generates web projects that build to static output. Export, build, and dsp publish ./dist/.
What about server-side features in my Replit project?
display.dev hosts static HTML/CSS/JS. Server-side features (API routes, server functions, databases) won't run in a static export. For prototype review of the UI, the static build is typically sufficient.
Can I use Replit's built-in server while reviewing?
display.dev requires a static export. If you need server-side features during a review, consider keeping the Replit server running and using a tunnel tool for the live session – then publish the static build to display.dev for async review.
Do reviewers need a Replit 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).