Claude Counter: Android app tracks Claude usage limits with real-time notifications

A developer has built Claude Counter, a lightweight Android app that tracks Claude usage limits in real-time by polling the Claude API. The app was created specifically for Claude users who want to monitor their message allowances without waiting for warning pop-ups.
How it was built
The developer used Claude via the Antigravity agentic coding assistant to build the entire app from scratch. Claude translated the logic from an open-source browser extension into a native Kotlin Android app with Jetpack Compose. Claude handled the WebView authentication flow, reverse-engineered the API polling intervals, and built the background foreground service and custom notification UI.
Key features
- Live Dashboard: Shows 5-Hour Session and 7-Day Weekly limits as progress bars
- Rich Notifications: Android notification shade displays horizontal bar graphs with exact percentage and time remaining without opening the app
- Background Polling: Service checks the
claude.ai/api/organizations.../usageendpoint every 2 minutes - Alerts: Notifies users the exact moment their session or weekly limit resets
- Local Only: Users log into Claude securely via an embedded WebView, with the app running locally on the device and pulling the session cookie (no middleman servers)
Technical details
The app is completely free and open source with no paid tiers, ads, or tracking. The developer has uploaded the full source code and compiled APK to GitHub for verification. The app uses a WebView for authentication and runs entirely locally on the device.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source AI Memory Storage for NodeJS Projects
Mind Palace is an open source memory storage and retrieval system for NodeJS that persists information across LLM chat sessions. It supports major LLMs and vector stores, automatically extracting and vectorizing summarized memories from interactions.

V6rge AI Suite Update Adds NVIDIA GPU Support and Beta Coding Agent
V6rge AI Suite has released an update that fixes GPU detection issues, adds full NVIDIA GPU support for better performance, and introduces a new beta coding agent that generates and assists with code directly inside the app.

Agent Safehouse: macOS-native sandboxing for local AI coding agents
Agent Safehouse is a macOS-native sandboxing tool that prevents local AI agents from accessing files outside your project directory using kernel-level enforcement. It's a single shell script with no dependencies that works with Claude Code, Codex, OpenCode, Amp, Gemini CLI, Aider, Goose, Auggie, Pi, Cursor Agent, Cline, Kilo, Code Droid, and other agents.

A 4-tier knowledge base architecture to improve AI agent accuracy
A developer built a structured knowledge base with 200+ articles to provide domain-specific context to AI agents, implementing a 4-tier pipeline with query classification that cut token costs by ~40%.