31
Term Bridge lets two developers share a terminal session with a 6-digit pairing code — no SSH keys, no open ports, no server reading your keystrokes. Terminal data flows peer-to-peer over an encrypted WebRTC DataChannel. Cloudflare handles only the initial handshake, then steps out completely.
Host types term-bridge, shares the code, and both machines are connected in seconds. Use /switch to flip control — the host can drive the client's terminal or vice versa. Built-in file transfer, terminal resize sync, and a kick command included.
Built on Cloudflare Workers + Durable Objects for signaling, node-pty for full PTY emulation, and node-datachannel for WebRTC outside the browser.
Built with