Getting started
Hosted vs self-host
Same software. Invite-only cloud at vector5.ai, or Docker Compose on your metal.
Side by side
| Hosted (vector5.ai) | Self-host | |
|---|---|---|
| Access | Invite-only waitlist | Clone and compose up |
| Auth | Supabase | Admin user, or your own Supabase |
| Tracker URL | https://<your-host>/js/v5.js | http://localhost:8080/js/v5.js or your domain |
| Data residency | Our region | Yours |
| LLM | Optional, your key or ours later | Ollama on-prem, or any provider |
| Updates | We ship them | You pull |
| Licence | Same AGPL + MIT split | Same — cloud resellers must publish modifications |
When to self-host
- You need the data to stay in your VPC.
- You want Ollama and zero third-party model calls.
- You are evaluating before requesting hosted access.
When to use hosted
- You do not want to operate Postgres.
- You want the dashboard on a Vector 5 domain with backups handled.
- You are fine with invite-only while the product is early.
Something off? Open an issue · Edit on GitHub

