Claude Code Karma: Local Observability Dashboard for Claude Code Sessions

What Claude Code Karma Does
Claude Code Karma is a local observability dashboard built specifically for monitoring Claude Code sessions. The tool parses the JSONL files stored in ~/.claude/ and provides a web-based interface for analyzing how Claude Code interacts with custom MCP tools.
Key Features
- Visualizes Claude Code session data through a local web UI
- Provides visibility into plugin usage patterns
- Shows full session timelines including subagents, skills, and tool calls
- Tracks tool, agent, and skills usage across multiple sessions
- Catches silent failures in custom tools
- Allows searching old sessions by prompt, name, or project
- Includes live session tracking via hooks
- Supports tracking across multiple projects and repositories
Technical Stack and Setup
The dashboard is built with FastAPI, Svelte-Kit 2, Svelte 5, and SQLite. All data stays local, and setup takes under 2 minutes according to the developers.
Unexpected Benefits
The developers reported several unexpected benefits from using the dashboard:
- They stopped needing to scan terminal outputs manually
- Gained understanding of their plugin/skills usage patterns, which helped them engineer context better
- Improved prompting skills by reviewing old session timelines
- Caught custom tools failing silently across dozens of sessions
Current Limitations and Call for Contributions
The project has basic cost estimation based on token consumption, but the developers note that "the math is wrong." The per-session and per-project cost numbers in the analytics are currently unreliable. The developers are seeking help from anyone who understands Anthropic's pricing model or has experience with token cost calculation to fix the analytics. Specifically, session-level and project-level cost breakdowns and overall cost analysis are inaccurate.
📖 Read the full source: r/ClaudeAI
👀 See Also

Parallel Claude Chat Architecture for Next.js Development
A developer created a system to run multiple Claude AI chats simultaneously on the same Next.js codebase using a shared database table and polling agent, achieving 87% build success rate with zero merge conflicts in one session.

Weejur: A Simple UI Front-End for GitHub Pages Publishing
Weejur is a free tool that provides a simplified UI for publishing websites via GitHub Pages, allowing users to paste HTML or upload files after OAuth login.

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

Silos Dashboard: Open-source web UI for managing OpenClaw agents
Silos Dashboard is an MIT-licensed web UI for managing OpenClaw agents, replacing config files and CLI with a single interface. It offers agent management, live chat with streaming, skill installation, task boards, channel integrations, and analytics.