SUPPORT

How can we help?

Find answers below, or reach out directly. We are a small team and we respond personally.

✉️

Email

For account issues, billing questions, and anything that doesn't fit in a GitHub issue.

support@novagate.dev
🐛

GitHub Issues

For bug reports and feature requests. Open a public issue so the community can follow along.

Open an issue
🏢

Enterprise

Need an SLA, private Slack, or a dedicated engineer? Talk to us about an enterprise plan.

Enterprise contact

Frequently Asked Questions

Does NovaGate see my API traffic?

No. The gateway node runs on your server. Your request and response payloads never leave your infrastructure. Only telemetry (request metadata: method, path, status code, latency) is sent to the control plane.

What happens if the NovaGate control plane goes down?

Nothing — your gateway continues routing requests using its in-memory config and local Redis cache. The control plane being unreachable only prevents config changes and new log collection. Live traffic is unaffected.

Can I run multiple gateway instances?

Yes. All instances connect to the same control plane using the same API key and receive the same config. They operate independently — there is no shared state between gateway nodes beyond what is in Redis.

How do I rotate my Gateway API key?

Go to Dashboard → Settings → Gateway Key → Rotate Key. Your old key is revoked immediately. The new key is shown once. Update your gateway container's GATEWAY_API_KEY environment variable and restart it.

How quickly do config changes reach the gateway?

Config changes are pushed over an authenticated WebSocket. In most cases your gateway receives the update within 100–300ms of the dashboard save. If the gateway is offline, the update is queued and delivered on reconnect.

Is there a free plan?

Yes. NovaGate is currently in public beta and completely free. We will introduce paid plans for higher limits and enterprise features — free users will be given advance notice before any changes.

What Redis version do I need?

Redis 6.0 or higher. The rate limiter uses ZRANGEBYSCORE and ZADD which are available in all modern Redis versions. Redis Cluster is not yet supported — use a single-node or Sentinel setup.

Can I use NovaGate without Redis?

No. Redis is required. It serves as the rate-limit store, warm-start config cache, and the pub/sub channel between the control plane and your gateway. A minimal Redis Cloud free tier instance is sufficient.

Didn't find what you were looking for?

Email us at support@novagate.dev and we will get back to you within 24 hours.