github-stats-widget — zsh
$ whoami
github-stats-widget
$ cat README.md
Self-hosted GitHub stats served as SVG via Next.js API routes.
Deploy to Vercel, embed in any README with an <img> tag.
$ ls src/api/
streak/ trophy/ top-langs/ visitor/
$ curl /api/github-stats/streakSVG
Contribution streak — total commits, current streak, and longest streak.
embed › <img src="https://yoixo-gitstats-7czsunrcq-yoixo-cheeks.vercel.app/api/github-stats/streak?username=dhikicheeks" alt="GitHub streak" />
$ curl /api/github-stats/trophySVG
Achievement trophies — stars, followers, commits, PRs, and issues.
embed › <img src="https://yoixo-gitstats-7czsunrcq-yoixo-cheeks.vercel.app/api/github-stats/trophy?username=dhikicheeks" alt="GitHub trophy" />
$ curl /api/github-stats/top-langsSVG
Top programming languages by repository usage.
embed › <img src="https://yoixo-gitstats-7czsunrcq-yoixo-cheeks.vercel.app/api/github-stats/top-langs?username=dhikicheeks" alt="GitHub top-langs" />
$ curl /api/github-stats/visitorSVG
Profile visitor counter with persistent tracking.
embed › <img src="https://yoixo-gitstats-7czsunrcq-yoixo-cheeks.vercel.app/api/github-stats/visitor?username=dhikicheeks" alt="GitHub visitor" />
@dhikicheeks — github-stats-widget← portfolio