Back to Projects
AI Maxing
Analyze any GitHub repo, org, or user for AI commit patterns.
Stay in Touch
Share
What it does
AI Maxing analyzes any GitHub repository, organization, or user to measure how much of their work is AI-assisted. It scans recent commits and detects contributions from popular AI coding tools.
Detection signals
- Claude รขยย
Co-authored-bytrailers with@anthropic.comemails - Codex รขยย PR titles prefixed with
[codex]orcodex/branches - Copilot รขยย Co-author trailers from
@github.comaddresses
Features
- Analyze a single repo, an entire org (top 15 repos), or an individual user
- Trend chart over 1 week, 1 month, 3 months, 6 months, or 1 year
- Tool breakdown by Claude / Codex / Copilot share
- Top AI committers and a recent AI commit feed
- Server-side cached results, fast cold loads via SSR
Stack
- TanStack Start + React 19 + TypeScript on Appwrite Sites SSR
- Tailwind CSS v4 for styling, Recharts for charts, Lucide for icons
- GitHub REST API as the data source