Map your local apps to custom domains in seconds.
No admin headaches. No proxy mess. Just code, run, and go!
Modern local dev, zero chaos
myapp.local instantly./etc/hosts — PortPilot handles it for you.Get up and running in minutes
npm install -g portpilot
pnpm add -D portpilot
npm install -g portpilot@next
.pilotrc.json in your project root:
{
"https": true,
"domains": {
"myapp.local": 3000
}
}
"https": true to enable HTTPS with automatic SSL (requires mkcert installed globally).npx portpilot start
portpilot start if installed globally.
portpilot stop