Open source · MIT

Everything is on GitHub

The SDKs, the dashboard, the agent, the skills. Self-host on your own infra. Submit PRs. The hosted version is just convenience — you can run the whole stack locally with one docker compose.

The whole platform is at gitlab.com/AKnyaZP/metrics. Apache-2.0. PRs welcome.

Packages

Self-host

Clone, edit apps/api/.env with your OpenRouter key and AUTH_SECRET, then:

docker compose up -d

Brings up Postgres + ClickHouse + Redis + Mailhog + workers + api + web. Visit localhost:3000 and you have the full stack.