DEV Community

Ab
Ab

Posted on

I Visualized My Claude Code Sessions — The Results Were Fascinating



I built a small tool called ClaudeActivity that parses Claude Code session logs and generates visual HTML reports.

It shows things like:

• repository traversal patterns
• most explored + edited files
• session heatmaps
• coding personas
• token usage + cache hit rates
• project activity over time
• tool usage distribution

The interesting part was realizing how rich Claude Code logs actually are once visualized properly.

The tool runs fully locally and generates static HTML reports.

No need to Install, simply run:

npx claudeactivity scan
GitHub:
[https://github.com/abhishekrai43/claudeactivity]

Top comments (0)