# I Visualized My Claude Code Sessions — The Results Were Fascinating

> Source: <https://dev.to/abhishekrai43/i-visualized-my-claude-code-sessions-the-results-were-fascinating-e9d>
> Published: 2026-06-03 05:01:44+00:00

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](https://github.com/abhishekrai43/claudeactivity)]
