Skip to content

obsessiondb/rudel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rudel

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.

Prerequisites

  • Bun runtime installed

Getting Started

  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.

How It Works

  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

What Data Is Collected

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.

We also use limited product analytics on the hosted service to understand whether core workflows work, diagnose failures, and improve the product. This is explicit event tracking for account and authentication flows, CLI login and enable flows, session upload outcomes, dashboard views and interactions, organization management actions, and a small set of utility interactions such as theme toggle or sidebar collapse.

This product analytics layer is intentionally limited. It does not enable blanket click autocapture, session replay, or surveys by default. It is designed to capture product events and operational context like page name, action name, date range, normalized error codes, and organization or user identifiers where needed. It should not include raw transcript content, source code, prompts, tool output, command output, or file contents from your sessions. By using the hosted app, you agree to this limited analytics processing as part of the service.

Development

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

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

Security

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

License

MIT

About

Claude Code Session Analytics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages