Back Original

Show HN: Rudel – Claude Code Session Analytics

Try the hosted version for free at rudel.ai

Analytics for Claude Code. Rudel gives you a dashboard with insights on your coding sessions — token usage, session duration, activity patterns, model usage, and more.

  • Bun runtime installed
  1. Create an account at app.rudel.ai
  2. Install the CLI and connect it to your account:
npm install -g rudel

rudel login     # authenticate via your browser
rudel enable    # auto-upload sessions when Claude Code exits
  1. Invite teammates (optional): go to Settings → Organization in the dashboard, enter their email, and share the generated invite link with them.

That's it. Your Claude Code sessions will now be uploaded automatically.

Already have past sessions? Upload them in one go:

rudel upload    # interactive picker for batch upload

See the CLI documentation for all available commands.

  1. You install the CLI and run rudel enable
  2. This registers a Claude Code hook that runs when a session ends
  3. The hook uploads the session transcript to Rudel
  4. Transcripts are stored in ClickHouse and processed into analytics

Each uploaded session includes:

  • Session ID & timestamps (start, last interaction)
  • User ID & organization ID
  • Project path & package name
  • Git context (repository, branch, SHA, remote)
  • Session transcript (full prompt & response content)
  • Sub-agent usage

Security & Privacy Disclaimer

Rudel is designed to ingest full coding-agent session data for analytics. That means uploaded transcripts and related metadata may contain sensitive material, including source code, prompts, tool output, file contents, command output, URLs, and secrets that appeared during a session.

Only enable Rudel on projects and environments where you are comfortable uploading that data. If you use the hosted service at app.rudel.ai, we do not have access to personal data contained in uploaded transcripts and cannot read that data. Review the Rudel Privacy Policy before enabling uploads for yourself or your team.

See CONTRIBUTING.md for local setup, development commands, and PR guidelines.

For self-hosting your own instance, see docs/self-hosting.md.

To report a vulnerability, see SECURITY.md. Do not open public issues for security concerns.

MIT