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
AccessInvite-only waitlistClone and compose up
AuthSupabaseAdmin user, or your own Supabase
Tracker URLhttps://<your-host>/js/v5.jshttp://localhost:8080/js/v5.js or your domain
Data residencyOur regionYours
LLMOptional, your key or ours laterOllama on-prem, or any provider
UpdatesWe ship themYou pull
LicenceSame AGPL + MIT splitSame — 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