HTTPS for your local server

Get a real TLS certificate for your local dev server in 60 seconds. No self-signed warnings. No proxies. Just works.

Get Started

How it works

1
Sign up with an invite code and claim your subdomain — like mygame.biggestcouch.com
2
Install the CLI and configure it with your API key
3
Go live — run localdev up mygame --port 5000 and players can connect over HTTPS

Why HTTPS?

Modern browser APIs like DeviceOrientationEvent (gyro/tilt) require a secure context. Self-signed certs trigger scary warnings. This gives you a real Let's Encrypt certificate that browsers trust — pointed at your local IP.

Perfect for game jams, classrooms, LAN parties, or any local multiplayer setup.