// use cases

Stack-by-stack tunneling guides

Pick the framework, integration, or workflow you're wiring up. Each guide ships the literal commands, the framework-specific gotcha, and the one-line you actually need to copy.

Expose your dev server

One command to put your local framework dev server on a public HTTPS URL — HMR + WebSockets intact.

Webhook + OAuth integrations

Test third-party webhooks and OAuth callbacks against localhost without redeploying.

Non-HTTP / TCP

Raw TCP tunneling — Postgres, Redis, SSH, game servers — anything that speaks bytes.

Migrating from ngrok

The same workflows on lrok with the rough edges that pushed you to look for an alternative removed.

Stripe webhooks by framework

Stripe-Signature verification + retry-friendly handlers, language by language.

GitHub webhooks by framework

X-Hub-Signature-256 verification, push/PR/issue handlers, replay loop.

OAuth callbacks by framework

Stable HTTPS redirect URIs that survive laptop restarts — register once, dev forever.

Slack events by framework

Pass the Slack url_verification challenge and ship interactive bots.

Twilio SMS webhooks by framework

TwiML-shaped responses to inbound SMS, tested against your local handler.

Discord interactions by framework

Ed25519 verification + Pong-on-Ping handlers for slash commands.

// shortcut

$ curl -fsSL https://lrok.io/install.sh | sh
$ lrok login
$ lrok http 3000

Free plan keeps one reserved subdomain forever. $9/mo flat for unlimited.