Hunters Live Server launches a local dev server with auto-reload โ then exposes it to the world through a secure tunnel with one click. No deploy, no config.
Pick the mode that fits the moment โ from a quiet localhost preview to a public link you can drop in any chat.
Serves your HTML on 127.0.0.1 with auto-reload on save. Fast, private, perfect for everyday front-end work.
Tunnels your local server through the Hunters relay and hands you a public share URL โ no deploy, no port forwarding, no hosting.
Serves static files but forwards every /api request to your local backend port โ front-end and API on one origin.
Proxies the entire app to your running backend, so your full stack gets the same live reload and one-click public sharing.
Built for speed and sharing โ all inside VS Code, controlled from the right-click menu, command palette, or editor title bar.
Save a file and the browser refreshes automatically over a WebSocket connection โ no manual reloading.
The Copy Share URL command gives you a public link to your local site in seconds.
Traffic is tunneled over a secure WebSocket relay (wss://) โ no firewall or router changes required.
Point backendPort + apiPrefix at your server and requests are forwarded transparently.
Start from the editor context menu, explorer, command palette, or the editor title bar โ wherever you are.
Sensible defaults out of the box, with optional relayUrl and relayToken for private relays.
Open the Command Palette (Ctrl/Cmd + Shift + P) and type Hunters.
Lightweight, fast, and built directly on the VS Code extension API.
Open VS Code, search for Hunters Live Server in Extensions, and hit Install. Or grab it from a marketplace below.