Expose your localhost to the internet
Instant HTTPS URLs for your local server. Custom subdomains, WebSocket support, and request inspection built-in.
curl -sSL https://dvaar.io/install.sh | bash# Install Dvaar (choose your method)
curl -sSL https://dvaar.io/install.sh | bash # macOS/Linux
npm install -g dvaar # npm
# Login with GitHub (uses Device Flow)
dvaar login
# ! First, copy your one-time code: ABCD-1234
# Press Enter to open github.com/login/device
# Expose port 3000 to the internet
dvaar http 3000
# => https://quick-fox-847.dvaar.app
# Your local server is now accessible globally!Use Cases
Webhook Development
Test webhooks from Stripe, GitHub, Twilio, and any service locally.
[14:23:45] GET
/api/users - 200 OK (12ms)
[14:23:47] POST
/api/auth/login - 200 OK (45ms)
[14:23:50] GET
/api/products - 200 OK (23ms)
[14:23:52] WS
/ws/chat - Connected
[14:23:55] POST
/api/orders - 201 Created (89ms)
Request Inspection
See all incoming requests in real-time. Debug APIs and webhooks instantly.
Share with Anyone
Demo to clients, test on mobile devices, or collaborate with teammates, from localhost.
Features
Instant HTTPS
Get a secure public URL for your local server in seconds. No configuration needed.
Learn more >Custom Subdomains
Choose your own subdomain like myapp.dvaar.app instead of random strings.
Learn more >Simple CLI
One command to expose any port. Background mode, logs, and session management built-in.
Learn more >Request Inspection
See all incoming requests in real-time. Debug webhooks and API calls instantly.
Learn more >Pricing
Simple pricing for everyone.
Choose an affordable plan that's packed with the best features for engaging your audience, creating customer loyalty, and driving sales.
Free
Perfect for personal projects and testing.
- 5 concurrent tunnels
- 60 tunnels per hour
- 1 GB bandwidth/month
- Random subdomains
- Community support
HobbyMost Popular
For developers who need custom domains.
- 10 concurrent tunnels
- 200 tunnels per hour
- 50 GB bandwidth/month
- Custom subdomains
- Reserved subdomains
- CNAME support
- Email support
Pro
For teams and production workloads.
- 50 concurrent tunnels
- 1000 tunnels per hour
- 500 GB bandwidth/month
- Custom subdomains
- Reserved subdomains
- CNAME support
- 5 team members
- Priority support
Community
Dvaar is open source. Join our community of developers who help make localhost tunneling better every day.
Ready to expose your localhost to the world?