A collection of dynamic, customizable GitHub profile components generated on the fly using Vercel Edge Functions.
The ultimate profile summary. Displays your avatar, bio, contribution streaks, top languages, activity graph, and GitHub statistics in a beautiful, responsive bento-style grid.
Copy and paste this into your README.md:
<div align="center">
<img src="https://components-github.vercel.app/api?username=your-username" alt="Bento Grid" width="900" />
</div>A sleek, full-width card that combines your Contribution Streak, GitHub Stats, and Top Languages into a single, gap-less layout. Perfect for a clean and informative footer.
<div align="center">
<img src="https://components-github.vercel.app/api/card?type=combined&username=your-username" alt="Combined Stats" width="900" />
</div>Prefer a custom layout? Use these individual cards to build your own design.
Displays your current and longest contribution streaks.
<img src="https://components-github.vercel.app/api/card?type=streak&username=your-username" alt="Streak Card" />Shows your total stars, commits, PRs, issues, and a calculated grade.
<img src="https://components-github.vercel.app/api/card?type=stats&username=your-username" alt="Stats Card" />Displays your most used languages in a donut chart.
<img src="https://components-github.vercel.app/api/card?type=languages&username=your-username" alt="Languages Card" />A sparkline graph showing your contribution activity over the last 50 days.
<img src="https://components-github.vercel.app/api/card?type=activity&username=your-username" alt="Activity Card" />A simple card displaying your avatar, name, and bio.
<img src="https://components-github.vercel.app/api/card?type=profile&username=your-username" alt="Profile Card" />Want to host your own instance?
- Fork this repository.
- Deploy to Vercel.
- Configure Environment Variables:
GITHUB_TOKEN: Your GitHub Personal Access Token (Scope:repoor public).
MIT