Get started in seconds
Simple steps to expose your local development server to the world.
Download the CLI
Download our lightweight CLI tool for your operating system.
# macOS / Linux curl -sSL https://moleburrow.com/install.sh | bash # Windows iwr https://moleburrow.com/install.ps1 | iexStart your local server
Run your development server on any local port.
# Start your app (example) npm run dev # Server running on http://localhost:3000Create a tunnel
Expose your local server with a custom subdomain.
# Create tunnel burrow -port 3000 -subdomain myapp # Your app is now live at: # https://myapp.us-west1.moleburrow.comShare and collaborate
Share your secure HTTPS URL with teammates, clients, or test on mobile devices.
✨ Pro tip: Use webhooks to test integrations with external services!
.png)


