π Visit the Interactive Documentation & Live Preview
Welcome to GitHub Stats, a lightning-fast, highly aesthetic SVG statistics generator for your GitHub Profile README.
Simply copy and paste our Markdown snippets into your profileβno servers, no tokens, and no deployments required on your end!
- π Advanced Rank Badge: A complex algorithm calculates your GitHub Rank (S+, A, B...) based on your lifetime commits, PRs, issues, stars, and followers.
- π¨ True Glassmorphism Design: Enjoy a stunning glassmorphism theme (
glass) with blurred neon orbs, gradients, and frosted glass effects. - π Lifetime Data: Unlike traditional stat cards, this service extracts your All-Time Pull Requests and Issues, not just the last year.
- π Language Progress Bar: Automatically calculates your top 4 most used languages and renders a perfectly spaced, colorful progress bar.
- β‘ Plug & Play: Zero configuration needed. Just change the
userparameter in the URL.
Copy and paste these snippets into your GitHub profile's README.md.
Make sure to replace dvigo with your actual GitHub username!
<div align="center">
<img src="https://github-stats-xi-six.vercel.app/api/stats?user=YOUR_USERNAME&theme=glass" alt="GitHub Stats" />
</div>Displays your top 4 most starred/forked public repositories automatically.
<div align="center">
<img src="https://github-stats-xi-six.vercel.app/api/top-repos?user=YOUR_USERNAME&theme=glass" alt="Top Repositories" />
</div>You can change the look of your cards by passing the &theme= parameter in the URL.
| Theme Name | Description | Example URL Parameter |
|---|---|---|
| glass (Recommended) | A stunning dark indigo gradient with frosted glass cards and blurred neon orbs. | &theme=glass |
| dark | The classic GitHub dark mode aesthetic. | &theme=dark |
| dracula | Inspired by the popular Dracula color palette. | &theme=dracula |
| light | A clean, high-contrast white aesthetic. | &theme=light |
You can hide specific stats from the main card using the hide query parameter (comma-separated).
Example: ?user=YOUR_USERNAME&hide=issues,stars
Available hide parameters:
commitsprsissuesstarsfollowerscontributed
Made with β€οΈ for the Open Source community.