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

✍️ OpenClawRadar📅 Published: February 25, 2026🔗 Source
Claude Counter: Android app tracks Claude usage limits with real-time notifications
Ad

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.

Ad

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.../usage endpoint 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

Ad

👀 See Also