Expose local.
Debug faster.
Binboi gives your localhost a stable public URL, captures every inbound request, and surfaces webhook failures before you touch a redeploy.
Full request visibility from public webhook to local response.
Active focus: HTTP Routing. Fast public exposure without hiding the forwarding path.
Public URL
binboi-dev.binboi.link
Stable enough for providers to call back into local development.
Tunnel state
ACTIVE
Handshake, attach, and proxy lifecycle surfaced instead of hidden.
Debugging clue
Signature mismatch
Headers, raw body, status, and response timing stay close together.
Reserve subdomain
Allocated stripe-dev.binboi.link
Match public host
Mapped Host header to stripe-dev
Forward to localhost
Sent POST /webhooks/stripe to 127.0.0.1:3000
Live relay terminal
HTTP Routing
operator@binboi:~$ tail -f relay.log
Public URL reserved: https://stripe-dev.binboi.link
> Matched host and active tunnel session
> Forwarded request to localhost:3000/webhooks/stripe
Delivery completed with 200 OK in 38ms
What Binboi
Unlocks Fast
Not growth hacks. Not fluff.
Just ingress, visibility, and safer sharing.
Fast Public
URLs
Request
Visibility
Traffic Clarity
Before Guesswork
Webhook Flows
That Stay Legible
Access Control
That Scales
From install to live in 60 seconds.
No port-forwarding. No firewall changes. Just a token and a command.
Install the CLI
One command, no dependencies.
$ npm install -g @binboi/cliAuthenticate
Paste your access token from the dashboard.
$ binboi login --token <your-token>Expose your port
A stable public URL appears instantly.
$ binboi http 3000 my-appKnowledge Base
A self-hosted tunnel platform built for developers who want request visibility without a managed SaaS dependency.
Open source
MIT licensed
Self-hosted
Your infra only
TLS always
End-to-end encrypted
Webhooks
First-class support
Start tunneling
in 60 seconds.
Deploy Binboi on your own server, create an access token, and expose your first local port—all before your coffee cools.
~npm install -g @binboi/cli
~binboi login --token ••••••••
~binboi http 3000 my-app
✓ Tunnel live → https://my-app.binboi.com