Generate beautiful, customizable GitHub stats cards for your README profile.
- Stats Card - Display your GitHub stats (stars, commits, PRs, issues, rank)
- Top Languages Card - Show your most used programming languages
- Repository Pin Card - Pin specific repositories
- Gist Card - Display GitHub gists
- React 19 + TanStack Start (SSR)
- oRPC for type-safe APIs
- Satori for SVG rendering
- Cloudflare Workers for edge deployment
- R2 for caching
Default:
Themes:
| Theme | Preview |
|---|---|
| dark | |
| radical | |
| tokyonight |
Icon Sets:
| Icon Set | Preview |
|---|---|
| default | |
| lucide | |
| pixelarticons |
Options:
- Hide rank:
hide_rank=true - Hide border:
hide_border=true - Include all commits:
include_all_commits=true
Default:
Layouts:
| Layout | Preview |
|---|---|
| compact | |
| normal | |
| pie | |
| donut |
Options:
- Number of languages:
langs_count=8 - Hide languages:
hide=html,css
Default:
With owner:
Available Themes:
default, dark, radical, tokyonight, dracula, nord, gruvbox, onedark, cobalt, synthwave, highcontrast, github_dark, github_light, catppuccin_mocha, catppuccin_latte
Available Fonts:
google-sans-flex, jetbrains-mono, fira-code, maple-mono, inter, roboto, noto-sans, outfit, oxygen
Available Icon Sets:
default, lucide, tabler, phosphor, heroicons, solar, hugeicons, pixelarticons
Custom Colors:
title_color=fff&text_color=aaa&bg_color=000&border_color=333
# Install dependencies
pnpm install
# Start development server
pnpm run dev
# Build
pnpm run build
# Check code
pnpm run checkgithub-code-stats/
├── apps/
│ └── web/ # Fullstack application (React + TanStack Start)
├── packages/
│ ├── api/ # API layer / business logic
│ └── card-renderer/ # SVG card rendering
cd apps/web && pnpm run deployInspired by github-readme-stats by Anurag Hazra.
MIT
