A self-hosted gateway that exposes the databases, AI models, and HTTP APIs running on your machine — through a secure tunnel, with scoped keys and per-request logs.
Host agentmacbook-pro-m4
Live requestslast 6 · auto
// What it does
Ngrok gives you a URL. LocalLink gives you a URL plus the access control and observability you'd build around it anyway.
Host agent opens an outbound encrypted WebSocket to your gateway. No port forwarding, no firewall changes, no public IP needed.
Register Postgres, Ollama, ComfyUI, or any HTTP service by name. Hot-reload on file save; URLs stay stable across restarts.
Issue keys scoped to specific resources and methods. Revoke instantly — propagates to the host agent in <100ms.
Every proxied request recorded: timestamp, method, path, status, latency, key. Filter, tail, export to your logging stack.
// 60 seconds
Three commands. The gateway runs on a $5 VPS (or your homelab); the agent runs on your laptop.
Installs locallink to /usr/local/bin.
Opens an outbound WebSocket. No firewall rules to change.
Reachable at /r/postgres-dev with an auto-generated key.
Open the gateway dashboard to manage resources, rotate keys, and tail the request log.