rikka0x/rikka-github-stats — explained in plain English
Analysis updated 2026-05-18
Add a custom stats card to your GitHub profile README
Deploy your own themed stats card generator on Vercel for free
Switch between purple/teal and dark/blue color themes via a URL parameter
Show live repo, follower, star, and fork counts on a profile page
| rikka0x/rikka-github-stats | 0pen-sourcer/hearth | 13127905/deep-learning-based-air-gesture-text-recognition- | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Rikka GitHub Stats generates a custom, anime themed image card that shows statistics from a GitHub profile, such as repository count, followers, stars, forks, and join date. The card is drawn as an SVG image with gradient progress bars for each stat and the user's GitHub avatar embedded directly in the image, so nothing else needs to load. It is designed to be self hosted on Vercel rather than run on your own server. Using it is simple: you add one image link to your GitHub profile README, pointing at the hosted service with your GitHub username as a parameter. The card then updates automatically each time it is viewed, since it pulls live data from the GitHub REST API rather than a cached snapshot, with results cached for one hour to keep load reasonable. Two color themes are included out of the box: the default purple and teal anime style, and a darker blue and pink alternative, chosen with a theme parameter in the link. Anyone who wants their own version can deploy it for free by forking the repository and importing it into a new Vercel project. Vercel detects that it is a Python project automatically, without needing a vercel.json configuration file, then deploys it as a serverless function. The project intentionally avoids using a web framework like Flask, instead building the server directly with Python's built in http.server module, which keeps the deployment lightweight. The tool runs on Python 3.11 or newer as a Vercel serverless function, and produces its output as an SVG image with an inline base64 encoded avatar rather than linking to an external image. It is released under the MIT license, so it can be freely reused, modified, or redeployed by anyone.
Generates a custom anime-themed GitHub stats card as an SVG image, self-hosted for free on Vercel.
Mainly Python. The stack also includes Python, Vercel, GitHub REST API.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.