bridgy
v0.3.4
Published
Lightweight tunneling tool to expose localhost to a secure public URL. Instantly share local servers, test webhooks, and access apps globally.
Downloads
42
Maintainers
Readme
bridgy
Bridgy exposes your local server on a public HTTPS URL with a single command.
✨ Features
- One command:
bridgy --port 3000 - Instant HTTPS URL, no password prompts
- Minimal, dependency-light CLI
📦 Installation
npm install -g bridgy🚀 Usage
- Start your app locally (e.g. on port 4000)
- Run:
bridgy --port 4000Example output (clean):
✅ Bridgy is ready: https://<random>.lhr.lifeOpen the printed URL in your browser or share it.
✅ Requirements
sshmust be installed and allowed outbound (port 22)- Your app must be reachable at
http://localhost:<port>
🔧 Troubleshooting
- "no tunnel here :(" — re-run the command; if it persists, your network may be blocking SSH keep‑alives. Try a different network.
- Command exits immediately — ensure
sshis installed and available in your PATH. - Need a stable custom domain? Run your own relay or use a paid tunneling provider.
