GitHub Profile StatsView on GitHub
GitHub Stats for Your README
Quick Start
1Create your profile README
GitHub displays a special README on your profile when you create a repo with the same name as your username.
- Go to github.com/new
- Set the repo name to your exact username
- Make it public and check "Add a README file"
- Click Create repository
Already have a profile README? Skip to step 2.
2Add your stats card
Edit the README.md in your profile repo and paste:

Want a different look? Add &theme=tokyonight or use the editor below to customise everything.
Try It Out
Customise your card and copy the embed code.
All Parameters
Everything you can pass as a URL query parameter.
| Parameter | Type | Default | Description |
|---|---|---|---|
username | string | required | GitHub username to fetch stats for |
theme | string | "default" | Theme preset name (see Themes below) |
bg | hex | — | Custom background color (without #) |
text | hex | — | Custom text color (without #) |
title_color | hex | — | Custom title color (without #) |
icon_color | hex | — | Custom icon color (without #) |
border_color | hex | — | Custom border color (without #) |
hide_border | boolean | false | Set to "true" to remove the border |
hide_title | boolean | false | Set to "true" to remove the title |
show_icons | boolean | true | Set to "false" to hide stat icons |
show_ring | boolean | true | Set to "false" to hide the activity ring |
hide | string | — | Comma-separated stat keys to hide |
border_radius | number | 4.5 | Card corner radius (0–50) |
custom_title | string | — | Override the card title text |
Stats You Can Hide
Pass a comma-separated list of keys to the hide parameter:
?hide=stars,issues,followers
| Key | Stat |
|---|---|
stars | Total Stars Earned |
commits | Total Commits (year) |
prs | Pull Requests |
issues | Issues Opened |
streak | Current Streak |
week | Commits This Week |
trend | Weekly Trend (+/-) |
avg | Avg Commits Per Day |
active_day | Most Active Day |
grade | Activity Grade |
contributions | Contributions This Year |
repos | Public Repos |
followers | Followers |