Enter any GitHub username → get an AI-powered breakdown:
- Productivity Score — commit frequency, contribution patterns, NLP analysis
- Skill Fingerprint — languages, repos, activity heatmap
- Career Predictions — linear regression on growth trajectory
- AI Chat — ask anything: "Write a recruiter bio", "Rate their open source work", "What should they learn next?"
| Layer | Tech |
|---|---|
| Frontend | Next.js 14 · React 18 · Recharts · Tailwind |
| AI | Claude API (chat + insights) |
| Infra | Vercel · GitHub REST API |
| Service | Where | What you need |
|---|---|---|
| GitHub | settings/tokens → Classic → No scopes | GITHUB_TOKEN |
| Anthropic | console.anthropic.com → API Keys | ANTHROPIC_API_KEY ($5 free credit) |
git clone https://github.com/aarushyjain/gitanalytics-v2
cd gitanalytics-v2
npm installCreate .env.local with all keys from above, then:
node scripts/setup-db.js # prints SQL → paste in Supabase SQL Editor → Run
npm run dev # → http://localhost:3000# Push to GitHub, then:
# vercel.com → New Project → Import repo → Add env vars → Deploy
Built by Aarushi Jain