tunneldev
v1.2.4
Published
TunnelDev CLI - Expose your localhost to the internet
Maintainers
Readme
TunnelDev CLI
Expose your localhost to the internet. Test webhooks, share work with clients, and collaborate with your team directly from your terminal.
What is TunnelDev?
TunnelDev creates a secure tunnel between your local development server and the internet, giving you a public URL that forwards requests to your localhost. This allows external services and users to access your local application without deploying it.
Why Use TunnelDev?
When developing locally, your server runs on localhost which is only accessible from your machine. TunnelDev solves this by:
- Creating a public URL that anyone can access
- Forwarding all incoming requests to your local server
- Allowing you to test integrations that require public URLs
- Letting you share your work without deploying
Perfect for testing webhooks, sharing demos, mobile app development, and API testing.
Installation
npm install -g tunneldevQuick Start
Get your API key from tunneldev.vercel.app/dashboard
Login with your API key:
tunneldev login YOUR_API_KEY- Start a tunnel:
tunneldev 3000Your local server is now accessible via a public URL.
Usage
tunneldev [port] # Start tunnel (default: 3000)
tunneldev start [port] # Start tunnel
tunneldev login <api-key> # Login with your API key
tunneldev help # Show helpExamples
# Tunnel localhost:3000
tunneldev
# Tunnel localhost:8080
tunneldev 8080
# Tunnel localhost:5500
tunneldev start 5500Features
- Instant setup with zero configuration
- Secure TLS-encrypted connections
- Real-time request monitoring in your terminal
- Works with any local server (Node.js, Python, Ruby, PHP, etc.)
- Perfect for webhook testing and client demos
Use Cases
- Test webhooks from Stripe, GitHub, Twilio, and other services
- Share work in progress with clients without deploying
- Test mobile apps against your local API
- Collaborate with remote team members
- Debug third-party integrations locally
Support
- Website: tunneldev.vercel.app
- Email: [email protected]
- Telegram: t.me/unikruzng
License
MIT
