Next.js app preview
instatunnel 3000 --subdomain next-previewOpen https://next-preview.instatunnel.my on a phone, tablet, or teammate laptop.
Share your local app with teammates, clients, or mobile devices using a secure public URL.
Quickest path for demos and local QA.
Answer-first summary
Install InstaTunnel CLI, authenticate once, and start a tunnel on your local port. You get an HTTPS public URL that works for demos, mobile testing, QA, and webhook callbacks.
Quick command
instatunnel 3000 --subdomain localhost-demoCommon failures and quick fixes
Custom subdomains keep your share links consistent across restarts.
All tunnels are secured with SSL without extra configuration.
Keep demo environments live without frequent reconnects.
Step 1
npm install -g instatunnelStep 2
it --port 3000Step 3
Send the generated URL to anyone who needs access.
Use the same tunnel pattern for frontend QA, backend webhook callbacks, and stakeholder demos.
instatunnel 3000 --subdomain next-previewOpen https://next-preview.instatunnel.my on a phone, tablet, or teammate laptop.
instatunnel 5173 --subdomain vite-demoShare a stable HTTPS URL while keeping the Vite dev server running locally.
instatunnel 8000 --subdomain api-qaLet QA call local API endpoints through https://api-qa.instatunnel.my.
| Workflow need | InstaTunnel | Common alternative |
|---|---|---|
| Sharing with teammates | One HTTPS URL points to your local service during active development. | Screenshots or staging deploys slow down review loops. |
| Webhook testing | External providers can POST directly to localhost through the tunnel. | Provider callbacks usually require a public staging endpoint. |
| Stable demos | Reserved subdomains keep links memorable and reusable. | Random URLs can break docs, tickets, and provider configuration. |
A localhost tunnel gives your local development server a public HTTPS URL so external services, teammates, and mobile devices can reach it.
Yes. Start the tunnel on your local app port and open the generated HTTPS URL from the phone or tablet you are testing.
No. InstaTunnel forwards requests directly to your local service, so you can review features before creating a staging build.
Great for demos, QA, mobile testing, and remote debugging.