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
This commit is contained in:
Prabal
2026-04-05 01:44:36 -04:00
committed by GitHub
parent c157b23ab6
commit f1396fae32
+1
View File
@@ -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.
---