cc-lens: Local Dashboard for Claude Code Session Analysis

A developer has created cc-lens, a local dashboard tool for analyzing Claude Code usage by reading session data stored locally in ~/.claude/. The tool transforms raw JSON logs into an interactive dashboard that runs entirely on your machine without cloud sync, sign-ups, or telemetry.
Key Features
- Usage overview: sessions, messages, tokens, estimated cost
- Per-project breakdown: see which repositories are using the most tokens
- Full session replay: inspect conversations turn-by-turn with token counts and tool calls
- Cost & cache analytics: stacked charts by model and cache usage
- Activity heatmap: GitHub-style view of when you're using Claude the most
- Memory & plan explorer: browse/edit Claude memory files and saved plans
- Export/import: move dashboards across machines
Installation and Usage
You can run cc-lens instantly with:
npx cc-lensAlternatively, you can clone the repository from GitHub. The tool is designed for developers who want to understand their Claude Code usage patterns, token consumption, and costs without manually parsing JSON files.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis
A new MCP server lets Claude Code and Claude Desktop control Apple Music — list playlists, search songs, create playlists, and analyze listening patterns via natural language.

OpenClaw as Infrastructure-as-Code Interface for Home Lab Management
OpenClaw transforms from AI gadget to primary computer interface for home lab management, executing tasks like configuring Traefik containers, creating Dashy configurations, and setting up Tailscale access with direct machine access.

Persistent AI Advisor with Cross-Platform Memory: Tracks Decision History for 3 Months
A Reddit user built a persistent AI advisor that remembers every product decision across Claude Code, Cursor, and a web interface, catching contradictions and improving over months.

Flotilla v0.5.0 Overhauls Background Execution to Beat Claude SDK Credit Caps
Flotilla v0.5.0 replaces sequential agent execution with non-blocking parallel loops, 30-minute per-agent timeouts, and local delegation to cut SDK credit usage.