Spice Up Your GitHub Profile with Dynamic Stats
Your GitHub profile is your developer resume. Why not make it stand out with real-time stats that show off your contributions, top languages, and more? That’s exactly what github-readme-stats does—a nifty open-source tool that generates sleek, auto-updating cards for your README.
What It Does
Created by Anurag Hazra, this project lets you embed dynamic stats into your GitHub profile or repo READMEs. It pulls data from your GitHub activity and turns it into visual cards, like:
- Coding stats: Total commits, PRs, issues, and contributions
- Top languages: A breakdown of your most-used languages
- Streak tracker: Your current contribution streak
- Repository-specific insights: Stars, forks, and more
All of this updates automatically—no manual refreshes needed.
Why It’s Cool
- Themes & Customization: Choose from multiple themes (dark, radical, merko) or tweak colors to match your vibe.
- Lightweight: Renders as SVG, so it’s fast and works anywhere Markdown does.
- No Backend Needed: Hosted on Vercel, so you just drop a URL into your README.
- Open Source: With 75k+ stars, it’s battle-tested and community-driven.
How to Try It
- Grab a pre-made URL from the demo site.
- Tweak parameters (like
?username=yourname&theme=dracula). - Paste the generated markdown into your README:

Or, self-host it for full control (check the docs).
Final Thoughts
This is one of those simple tools that instantly elevates your GitHub presence. Whether you’re job-hunting, maintaining OSS, or just love data, it’s a fun way to showcase your work. Plus, it’s stupidly easy to set up—no JavaScript or API wrangling required.
Give it a spin and let your README do the talking.
Follow us for more cool projects: @githubprojects