Expose your localhost to the internet in one command. Receive webhooks, test third-party integrations, and share your local dev environment — all secured with HTTPS.
This feature is coming soon. Upgrade to Pro to be first in line when it launches.
Install the MockRoute CLI, authenticate with your API key, and run a single command to get a secure public URL pointing at your local server.
Install the CLI: npm i -g
@mockroute/cli
Authenticate: mockroute
login
Start tunnel: mockroute
tunnel --port 3000
$ mockroute tunnel --port 3000
✓ Authenticating...
✓ Establishing secure tunnel...
🌐 Tunnel URL:
https://abc123.mockroute.com
→ Forwarding to localhost:3000
Listening for requests...
Receive real webhook events from Stripe, GitHub, Twilio, and any other service directly into your local app.
Share your in-progress feature with teammates or clients — no deployment needed.
Test OAuth flows that require a publicly-reachable redirect URI without spinning up a staging environment.
Test how third-party services interact with your API endpoints before going to production.
Point your iOS or Android simulator at your local API without any network configuration.
Inspect every request and response in real time with MockRoute's built-in request inspector.
Upgrade to Pro and get instant secure tunnels with custom subdomains.
See Pro Plans