DOCUMENTATION
From zero to a live, rate-limited, JWT-authenticated API gateway in under 10 minutes.
NovaGate has two components: the gateway node (a Docker container you run on your server) and the control plane (a cloud service we operate). The gateway handles all your live traffic. The control plane manages config and collects observability data.
Create a free account at novagate.dev/register. After registration, you will be redirected to the setup flow where your Gateway API Key is shown. Copy it — it is shown only once.
gw_abc123...xyz. Store it in a secrets manager or environment variable immediately.Run the gateway container on your server:
Verify it started correctly:
In the dashboard, go to Services → Add Service. A service represents one of your downstream applications.
Go to Routes → Add Route. A route maps an incoming path pattern to a service.
The gateway receives this config update over WebSocket within milliseconds. No restart required.
Check the Logs page in the dashboard. You should see the request appear within a few seconds.