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: Edge Regions. Choose a region that stays close to your provider and your machine.
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.
Pick nearest node
Selected lowest-latency active region
Live relay terminal
Edge Regions
operator@binboi:~$ tail -f relay.log
Preferred node: fra-edge-01
> Edge-to-agent latency settled at 42ms
> Session warmed for webhook retries and bursts
Route remained stable across repeat deliveries
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