Claude Usage Monitor: Floating CRT Widget for Windows

What This Tool Does
A developer has created a Claude API usage monitor for Windows that addresses specific pain points with existing monitoring tools. The tool provides real-time visibility into API consumption without requiring users to click through tray icons or menus.
Key Features
- Always-visible widget: A floating amber phosphor CRT-style widget sits next to the taskbar clock, showing SESSION (5H) and WEEKLY (7D) usage bars in real time
- Alternative display option: A compact taskbar-embedded version is available if the floating widget isn't preferred
- Smart behavior: Automatically pauses API polling when the screen is locked or screensaver activates, and hides itself during fullscreen applications (like games)
- Clean wake-up: When returning from locked/fullscreen states, the widget refreshes immediately
- Settings panel: Includes a General tab for themes, poll interval, and launch on startup configuration
- Advanced metrics: A "Nerds Only" tab provides full rate limit breakdowns, burn rate, token counts, cost in USD, and per-model breakdowns
- Customization: Seven color themes available if the default amber phosphor aesthetic isn't preferred
Development Details
The tool was built using Claude Code (the developer notes the irony) and is currently Windows-only. The source code and download are available on GitHub.
Who It's For
Developers who use Claude's API and want real-time, unobtrusive monitoring without interrupting their workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Yavio: Open-Source Product Analytics SDK for MCP Apps
Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.

Benchmark: Gemma4 12B vs Qwen3 8B quantized on 24GB Mac Mini
A developer tested Gemma4 12B against Qwen3:8b-q4_K_M on a 24GB Mac Mini using two prompts. Qwen3 processed prompts 4-5x faster, while Gemma4 generated output slightly faster.

/goal for Claude Code: persistent tasks with adversarial review
A /goal command for Claude Code that keeps it working on a long task across many turns, with an optional separate Claude session reviewing the final result to prevent false completion.

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.