Documentation

Everything you need to build with Novixa.

Guides, API references, and recipes — straight to the point.

Quickstart

This quickstart walks you through creating your first Novixa zone, pointing your domain at the edge, and verifying that traffic is being served from the nearest PoP.

You'll need an account, a domain you control, and about five minutes. The Novixa CLI is optional — everything below is available in the dashboard and the REST API.

Once your zone is active, Novixa automatically provisions a TLS certificate, enables HTTP/3, and starts caching according to your rules.

Install the CLI and create your first zone.

$ npm i -g @novixa/cli
$ novixa login
$ novixa zone create example.com
✓ zone created
✓ TLS certificate issued
✓ HTTP/3 enabled
✓ routing traffic from 300+ edges

Core concepts

Zones

A zone is a domain that Novixa terminates at the edge. Everything — certificates, cache rules, WAF — is scoped to a zone.

Origins

Your upstream HTTP servers. Novixa supports multiple origins per zone with health checks and automatic failover.

Cache rules

Pattern-matched rules that decide how long the edge caches responses. Rules compose; instant purge takes effect globally in seconds.

WAF rules

Managed rules cover the OWASP Top 10 out of the box. Add custom rules as code, version them in git, and deploy via CI.

Read the docs

Browse the full API reference and CLI manual.

Contact Sales