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 | bash
# Install Dvaar (choose your method)
curl -sSL https://dvaar.io/install | 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

Stripe webhook received
GitHub push event
Slack notification sent

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 >

WebSocket Support

Full duplex WebSocket communication for real-time applications.

Learn more >

Simple CLI

One command to expose any port. Background mode, logs, and session management built-in.

Learn more >

Multi-Region

Edge nodes around the world for low latency access from anywhere.

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

$0/ year

Perfect for personal projects and testing.

  • 5 tunnels per hour
  • 60 requests per minute
  • Random subdomains
  • Community support

Hobby
Most Popular

$50/ year

For developers who need custom domains.

  • 20 tunnels per hour
  • 600 requests per minute
  • Custom subdomains
  • Reserved subdomains
  • CNAME support
  • Email support

Pro

$150/ year

For teams and production workloads.

  • 100 tunnels per hour
  • 3000 requests per minute
  • 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.

A
B
C
D
E

Ready to expose your localhost to the world?