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.
Replit and Replit Agent generate working web applications. The output is interactive, polished, and immediately testable.
Sharing it internally without a public URL:
For internal reviews — product feedback, stakeholder demos, engineering QA — you need a URL that only your company can access.
Step 1: Export your Replit project
Download your Replit project. For web projects:
npm ci && npm run buildStep 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.
| Option | Company auth | Public URL risk | Interactivity | Cost |
|---|---|---|---|---|
| Replit share link | ❌ | ✅ (anyone) | ✅ | $0 |
| Replit Deployments | ❌ | ✅ (public) | ✅ | $0+ |
| Screenshot | — | ❌ | ❌ | $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 Replit project free →
Yes. Replit Agent generates web projects that build to static output. Export, build, and dsp publish ./dist/.
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.
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.
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).