Production-Ready GitHub Profile Cards & REST/SVG Endpoints
Every GitHub Stat Tool, Unified & Instant.
Generate dynamic, customizable SVG cards and JSON endpoints for your GitHub profile README. Backed by persistent Supabase PostgreSQL caching and live view counters.
Quick Presets:
Theme:
Available Endpoints (12)
Overview Stats/api/stats
Stars, Commits, PRs, Issues, and calculated Dev Grade ring badge
Copy Embed Snippet
Markdown (Profile README)
HTML Tag
<img src="https://githubstats.vercel.app/api/stats?username=Dileepadari&theme=default" alt="Overview Stats" />Direct Raw URL
https://githubstats.vercel.app/api/stats?username=Dileepadari&theme=defaultAPI Reference & Query Parameters
All endpoints support both high-res SVG image output and JSON data format
| Parameter | Type | Default | Description |
|---|---|---|---|
| username | string (required) | - | GitHub user login handle (e.g. torvalds, octocat) |
| theme | string | default | default, radical, dracula, tokyonight, catppuccin, cyberpunk, nord, vue, synthwave, light |
| format | svg | json | svg | Return raw XML SVG for README embedding or JSON payload for headless applications |
| hide_border | boolean | false | When true, removes the outer card border |
| border_radius | number | 12 | Custom border corner radius in pixels |
| bg_color / text_color | hex string | theme defaults | Override specific colors without hash (e.g. bg_color=0d1117) |
| style (for /api/counter) | flat | pill | cyberpunk | flat | Visual style variant for the profile visitor counter badge |