GitHub Recap is a “Spotify Wrapped” style experience for your coding year.
It transforms your GitHub activity into a clean, visual yearly summary — highlighting your most productive months, favorite languages, biggest commits, and overall development trends.
GitHub Recap analyzes your public GitHub data and generates:
- 📊 Total commits for the year
- 🗓 Most productive month
- 🔥 Longest commit streak
- 🧠 Top programming languages
- 📁 Most active repositories
- ⏱ Coding activity patterns
- 📈 Contribution trends over time
All presented in a clean, recap-style format.
Inspired by:
- Spotify Wrapped
- Year-in-review dashboards
- Personal analytics tools
But for developers.
- React / Next.js
- TypeScript
- GitHub REST API
- Chart.js / Recharts (for visualizations)
- Tailwind CSS
- Vercel (deployment)
- User enters their GitHub username
- App fetches public contribution data via GitHub API
- Data is processed and aggregated
- Visual summary is generated
No private repository access required.
- “You made 1,247 commits in 2025.”
- “October was your most productive month.”
- “TypeScript was your top language.”
- “You pushed code 73 days in a row.”
git clone https://github.com/yourusername/github-recap.git
cd github-recap
npm install
npm run dev