One small binary, no dependencies — it runs next to your app and forwards a port you're already serving. Download it, or let the one-line installer set it up and connect for you.
$env:TROPA_TOKEN="<key>"; $env:TROPA_PORT="3000"; irm https://tropa.doshka.me/install.ps1 | iexcurl -fsSL https://tropa.doshka.me/install.sh | TROPA_TOKEN=<key> sh -s -- 3000curl -fsSL https://tropa.doshka.me/install.sh | TROPA_TOKEN=<key> sh -s -- 3000Run your service locally as usual — say a dev server on localhost:3000. tropa forwards to it; it doesn't take the port.
Create a workspace or sign in to get a key, then run tropa up 3000 --relay wss://tropa.doshka.me --token <key>. The relay and key are saved.
tropa 3000 — the subdomain is auto-named from your folder. Use tropa api=8080 to name it yourself, or tropa service to keep it running at login.