Start free
Spin up a tenant in minutes.
Free under 25 extensions, forever. No credit card. Connect your first PBX in under an hour.
VoxRidge Cloud
Hosted by us in EU (Frankfurt) or US (Virginia). Best for teams that want to be productive in an afternoon.
- Sign up with email, GitHub, or Google.
- Pick a region.
- Connect your first PBX (we'll walk you through Asterisk in the docs).
- Make your first API call.
Self-hosted
A single Go binary, plus Postgres and NATS. Runs on a single VM, a Kubernetes cluster, or air-gapped on a laptop.
$ docker pull voxridge/voxridge:latest
$ docker run -p 8084:8084 \
-e VOX_DB_URL=postgres://... \
-e VOX_NATS_URL=nats://... \
voxridge/voxridge:latest Self-host docs →