All 61 Dependencies
Every package Rudel depends on, ranked by repo health score.
Rudel gives visibility into how Claude Code and Codex are actually being used: token consumption, session duration, activity patterns, and model choice, surfaced in a dashboard instead of scattered across terminal scrollback. A CLI installs hooks that run when a coding-agent session ends, uploading the transcript automatically (or in a batch for past sessions), and Rudel processes uploaded transcripts into analytics backed by ClickHouse.
While the fastest path is Rudel's hosted cloud (a free account at rudel.ai), the project is genuinely self-hostable: the repo includes a Docker Compose setup, a Dockerfile, and a documented self-hosting guide describing a Bun server backed by Postgres (for auth) and ClickHouse (for session/analytics storage), deployable on any provider that can run those, not just the specific stack (ObsessionDB, Neon, Fly.io) used in the guide's example.
MIT licensed, the project is a monorepo of `apps/api`, `apps/cli`, and `apps/web`, giving teams the same analytics whether they use the hosted version or run the full stack themselves.