A URL for everything Replit makes

Where humans and Replit
work on prototypes together.

Replit Agent builds the project. display.dev is where your team reviews it – the static build behind company SSO, no public Replit URL, no per-viewer fee.

The demo shows an agent publishing a doc to display.dev – from a chat or a terminal – then the team opening its URL, commenting, the agent publishing v2 at the same URL, and the doc being shared with someone outside the company.

Works with your agents

Cursor, Codex, Claude Code – any agent that writes a file. Switch agents anytime – your URLs, versions and comments stay put.

Trusted by thousands
Indigo Engineering

Reviewing Replit prototypes behind company auth

Replit and Replit Agent generate working web applications. The output is interactive, polished, and immediately testable. Sharing it internally without putting it on the open web is where it stalls.

Product feedback, stakeholder demos and engineering QA all need the same thing: a URL only your company can open.

  • Replit share link
    open to anyone with the link. No company domain restriction, so internal prototypes sit exposed.
  • Replit deployment
    Deployments publish to a public URL. Company auth isn't a built-in feature.
  • Screenshot
    interactivity gone.

Three ways to publish a Replit build

01
A static build
dsp publish ./dist/ --name "internal-tool-prototype"
Download the project, run npm ci && npm run build, then publish the folder.
02
A single HTML file
dsp publish ./prototype.html
For a one-page export, skip the build step entirely.
03
One sentence to your agent
publish
Ask Claude Desktop to publish the build over MCP and the URL comes back in the same turn.

Who can open the prototype

Anyone can open

A public URL, no sign-in. Free covers unlimited public links.

Invited people

Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.

Everyone at your company

Anyone signing in with a verified company domain gets in – Google Workspace, Microsoft Entra ID, or a one-time password by email. Viewers are unlimited on every plan.

No Replit account anywhere. Reviewers sign in with the Google or Microsoft account they already use – 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: 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: 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: 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 the current version at the same URL, 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.

A URL that never changes

Every artifact gets its own 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

Cursor, Codex, and Claude Code all work, along with any other agent that creates HTML or Markdown output. Change agents anytime: your URLs, versions, and comments stay put when you switch.

Try it free

  • Publish a Replit build in under a minute, no card
  • Keep the URL when you upgrade
  • Unlimited viewers on every plan

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 Pro (€49/month flat).