Hardware widget and Chrome extension monitor Claude API rate limits

What this is
A developer created a hardware widget and Chrome extension combination to monitor Claude's API rate limits in real time, eliminating the need to rely on Claude's rate limit banner notifications.
Key details from the source
The solution consists of two components:
- Chrome extension: Intercepts Claude's internal /usage API, shows a live badge on the browser icon, and tracks a 14-day hourly heatmap of usage patterns. The extension works standalone without the hardware component.
- Hardware widget: Uses an ESP8266 microcontroller with an OLED display that counts down to the rate limit reset window in real time, even with the browser closed. The NodeMCU polls Claude's API directly.
The system architecture includes:
- The Chrome extension silently handles session cookie rotation in the background
- The hardware widget provides continuous monitoring independent of browser state
- Total bill of materials cost: approximately ₹550 (~$6.50 USD)
The project is available on GitHub at github.com/acervenky/over-engineered-claude-usage-monitor.
📖 Read the full source: r/ClaudeAI
👀 See Also

CC-Ledger: Track Claude Code Costs Per Session and Per PR with Local SQLite
CC-Ledger is a Rust binary that hooks into Claude Code, logging each turn to local SQLite. Catch runaway sessions live and see per-PR cost without an API key. Includes macOS menu bar, web dashboard, and CLI views.

Claude skill for Devvit improves code generation accuracy from 73% to 100%
A developer created a structured SKILL.md prompt layer for Claude that provides context for Reddit's Devvit platform, improving evaluation results from 7/10 to 10/10 on common Devvit tasks by preventing specific runtime bugs.

GodotIQ MCP Server Gives AI Coding Agents Spatial Understanding of Godot Scenes
GodotIQ is an MCP server that provides coding agents with true understanding of 2D/3D scenes, signals, and code dependencies in Godot. In a test, it autonomously built a twin-stick survivors game in one hour from assets and a prompt.

Freddy MCP Server: Give Your OpenClaw Agent Read Access to Personal Health Data
Freddy is a personal health data server that exposes sleep, recovery, training load, and more as an MCP server, allowing OpenClaw agents to reason over real body data.