Stable HTTPS domains for local development. No ports. No /etc/hosts. No certificate warnings. One command and you're there.
curl -fsSL https://antra.iifelse.com/install.sh | bash
brew install ifelse-codes/antra/antraantra run --domain myapp.localhost -- pnpm dev. That's it.
Local CA, SNI certs, zero browser warnings. One-time trust, then forget.
Visit https://myapp.localhost. No :5173. No :3000. Done.
Transparent WebSocket tunnel. Vite, Next, Rails, anything.
Run antra run N times. Each app gets its own domain. The daemon handles it.
Drop an antra.toml. Run antra dev. The whole team gets the same setup.
| localhost:port | mkcert + Caddy | ngrok | Antra | |
|---|---|---|---|---|
| Stable local domain | — | Manual | Random / paid | .localhost / .test |
| HTTPS without warnings | — | Manual | Yes | antra trust once |
| Hosts file edits | n/a | You edit it | No | Only for .test |
| WebSocket / HMR | Yes | Config-dependent | Yes | Transparent |
| Multi-app routing | DIY | Config file | Extra tunnels | antra run x N |
| Cloud account | No | No | Yes | No |
| One-command UX | — | — | Close | Yes |
Install Antra. Run your app. Visit a real URL. That's the whole product.