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.

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.