I built a free local-first tool that finds your dev server and generates a QR code instantly
EnvTunnel - a free, local-first desktop app that scans for active dev servers and generates instant QR codes using your real local network IP.
EnvTunnel sits in your system tray, scans 16+ dev ports every 3 seconds, and generates a big QR code the moment it detects an active server. Scan it. Open it. Done.
No cloud, no accounts, no internet required. It just sits in the system tray, monitors popular development ports, and the moment it detects an active server it creates a large QR code so you can test on your phone immediately.
Built with:
- Tauri v2 + React + TypeScript + Rust
- Digital Brutalism UI (monospace, neon green, sharp corners)
- System tray + optional Windows autostart
How it works:
- Start your dev server (
npm run dev -- --hostfor Vite/Astro) - EnvTunnel detects it automatically (ports 3000, 4321, 5173, 8080, etc.)
- Scan the QR code from your phone - done.
Repo: github.com/hsr88/envtunnel
Feedback welcome!