🚀 PortPilot

Pilot your ports like domains

Features

Everything you need for local development

🔄

Custom Domain Mapping

Map any local port to a custom domain of your choice.
🛡️

Automatic Port Handling

Smart port 80 handling with automatic fallback options.
🖥️

Cross-Platform

Works seamlessly on Windows, macOS, and Linux.

Quick Start

Get started in minutes

1. Install PortPilot

npm install -D portpilot

2. Create .pilotrc.js

export default {
  port: 3000,
  domain: 'myapp.local',
  isHttps: false,
  isLog: true
}

3. Run PortPilot

npx portpilot