For

Display for Replit

Replit Agent builds the project. Display 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.

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
 
$ 

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

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$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 Replit project free →


Common questions.

Does Display 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 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 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 for async review.

Do reviewers need a Replit 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).