Self-hosted tunnel platform

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.

HTTP tunnels firstWebhook inspection built inAccess token auth for CLI machines
Tunnel engine

Full request visibility from public webhook to local response.

Active focus: Relay Logs. Move from raw transport logs to product-level debugging clues.

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.

HTTP Routing
Webhook Trace
Token Auth
Relay Logs
Edge Regions
TLS Edge

Tail relay events

Streamed connection and proxy events

Mark tunnel lifecycle

Marked tunnel ACTIVE after handshake ACK

Guide troubleshooting

Linked runtime hints to docs and assistant search

Live relay terminal

Relay Logs

operator@binboi:~$ tail -f relay.log

Tunnel logs live for stripe-dev

> Agent handshake acknowledged by relay

> Proxy stream opened and request metadata captured

Operator hint: compare status, duration, and local route registration

Captures headers, payload, timing, and status
Capability

What Binboi
Unlocks Fast

Not growth hacks. Not fluff.
Just ingress, visibility, and safer sharing.

· 01
Inbound Lead

Fast Public
URLs

· 02

Request
Visibility

· 03

Traffic Clarity
Before Guesswork

· 04
Mon
Tue
Wed
Thu
How we str…10:30 AM
Binboi keyy…14:00 PM
Growth Rev…16:00 PM

Webhook Flows
That Stay Legible

· 05
Acquire
Activate
Retain
Expand

Access Control
That Scales

How it works

From install to live in 60 seconds.

No port-forwarding. No firewall changes. Just a token and a command.

Step 01

Install the CLI

One command, no dependencies.

$ npm install -g @binboi/cli
Step 02

Authenticate

Paste your access token from the dashboard.

$ binboi login --token <your-token>
Step 03

Expose your port

A stable public URL appears instantly.

$ binboi http 3000 my-app
FAQ

Knowledge 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

Get started

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