Beautiful developer stats cards for your GitHub README
Deploy your own instance to get personalized stats with your GitHub token.
Create a personal access token at GitHub Settings.
Required scopes: read:user, repo (for private repo stats)
Choose your preferred deployment method below.
Use your deployed URL to embed the stats card in your GitHub profile.
| Variable | Required | Description |
|---|---|---|
GITHUB_TOKEN |
Required | GitHub Personal Access Token for fetching your stats |
FLUKEBASE_API_KEY |
Optional | Flukebase API key for project collaboration stats |
PORT |
Optional | Server port (default: 3000) |
Once deployed, add this to your GitHub profile README:

| Endpoint | Description |
|---|---|
/api/strike/:username |
Main stats card with Strike rank |
/api/languages/:username |
Top programming languages breakdown |
/api/achievements/:username |
Achievement bolts and badges |
/api/streak/:username |
Contribution streak stats |
/api/timeline/:username |
Contribution timeline graph |
/api/flukebase/:username |
Flukebase project stats (requires API key) |
/api/health |
Health check endpoint |
All endpoints support these optional parameters:
| Parameter | Values | Description |
|---|---|---|
theme |
electric, midnight, aurora, ember, frost, neon, sunset, ocean, forest, cyber | Card color theme |