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-by trailers with @anthropic.com emails
  • Codex — PR titles prefixed with [codex] or codex/ branches
  • Copilot — Co-author trailers from @github.com addresses

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