From f1396fae32413fd5b45dfcc0e113543dc50eb320 Mon Sep 17 00:00:00 2001 From: Prabal <140295281+prabal-rje@users.noreply.github.com> Date: Sun, 5 Apr 2026 01:44:36 -0400 Subject: [PATCH] Add ClaudeDown to Usage Analytics & Cost Tracking ClaudeDown tracks the complaint-to-mention ratio for Claude AI on Twitter/X in real time, comparing against historical baselines to detect outages before the official status page acknowledges them. - Live dashboard: https://claudedown.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..0c4b639 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [ClaudeDown](https://claudedown.com) - Real-time Claude AI complaint tracker and outage detector using Twitter/X sentiment data. ---