For

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.

Works with your agents
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
 
$ 

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 build

Step 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

OptionCompany authPublic URL riskInteractivityCost
Replit share link✅ (anyone)$0
Replit Deployments✅ (public)$0+
Screenshot$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: Private artifacts
  • 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: Private artifacts
  • 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: Private artifacts
  • 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 a living document, 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.

Permanent URLs

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

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