Use these guides when you have a real thing to test and just need the shortest path from local code to a public HTTPS URL.
If you are new to Tunnee, start with how to expose localhost. It covers the basic flow: start your local app, open a tunnel, use the public URL, and shut things down safely when you are done.
Start here
- How to expose localhost - share a local app, API, webhook endpoint, or demo page with a public HTTPS URL
Common testing workflows
These guides are being built around the jobs developers usually need tunnels for:
- Webhook testing - receive events from services like Stripe, GitHub, Telegram, and Discord while your handler runs locally
- OAuth callback testing - give an OAuth provider a redirect URL that can reach your local app
- Mobile app testing - open a local development server from a physical phone or tablet without fighting your Wi-Fi setup
Useful references
- Open a tunnel - the fastest command reference for
tunnee open - Tunnel commands - list, reserve, update, destroy, and open tunnels from the CLI
- Security - how to think about access controls and public tunnel URLs