Localhost tunnel
Expose localhost apps through a self-hosted tunnel
DevProxy is a self-hostable localhost tunnel for developers who want to expose local HTTP apps, receive webhooks, and share work-in-progress without deploying to a public server.
- Expose local HTTP apps through workspace subdomains.
- Use scoped CLI tokens instead of a shared global secret.
- Run the relay and web cabinet on your own VPS.
- Keep the same stack for localhost, TCP, and private RDP workflows.
Best fit
Use this mode for local development servers, webhook callbacks, demos, and temporary review environments where HTTP is enough.
How it works
The local DevProxy client opens an authenticated WebSocket session to the server. The public HTTP request arrives at the VPS, then DevProxy streams it to your local HTTP endpoint and streams the response back.