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: TLS Edge. Keep HTTPS public while your local target stays simple.
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.
Normalize headers
Passed x-forwarded-* headers to the app
Live relay terminal
TLS Edge
operator@binboi:~$ tail -f relay.log
TLS terminated at edge for binboi public URL
> Forwarded x-forwarded-proto and host metadata
> Local service received normalized request headers
Trusted forwarding chain stayed intact
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