Peer-to-peer
Traffic moves over a WebRTC data channel, browser to browser. It never touches a server.
free · open source · peer-to-peer
Share your localhost, peer-to-peer.
npx exposeme 3000
How it works
npx exposeme 3000No install, no account. The CLI prints a 6-digit code and a share link.
Your teammate enters the 6-digit code at the viewer page — or just opens the link.
Your dev server in their browser, like a deployed site. Every byte flows peer-to-peer.
caveat — hot reload can't tunnel yet: dev servers (next dev, vite) need a WebSocket and may reload endlessly. Share a production build instead — next build && next start.
Features