$cd ..
$cat./posts/claude-code-monitor.md
constmetadata={
date: "December 14, 2025",
category: "Blog",
tags:["mini project"]
}
Claude Code Monitor
Claude Code doesn't provide built-in token tracking. This post walks through building a real-time monitoring dashboard in Rust that parses local JSONL logs, calculates 5-hour rolling window budget consumption, and presents data via both an Axum + HTMX web interface and a Tauri menu bar app.