What is KoalaGitHub?

KoalaGitHub (github.koalastuff.net) solves a common problem developers face when designing their GitHub profile README: instead of hunting through dozens of separate websites and repositories to test different stats cards, streak graphs, activity charts, and trophies, KoalaGitHub brings them together on a single, responsive comparison dashboard.

Core principles

  • Fast UI: SvelteKit prerenders the interface; a small Go API provides live stars and pseudonymous votes.
  • 🔒 Privacy Focused: No analytics, ad trackers, accounts, or tracking cookies.
  • 🔗 Shareable Custom URLs: Share your customized view using ?user=yourusername.
  • 🛠️ Guided setup: Copy Markdown for instant visualizers or the required workflow for repository-generated assets.

How to contribute a new visualizer

Visualizer metadata is maintained in the central JSON registry src/lib/data/visualizers.json.

  1. Fork the repository on GitHub: github.com/Shik3i/KoalaGithub
  2. Add your visualizer definition to src/lib/data/visualizers.json.
  3. Run npm run test to run data integrity checks.
  4. Submit a pull request.

How sorting works

  • Most Voted uses only votes recorded by KoalaGitHub.
  • Most Stars uses only the current star count of each source repository.
  • Alphabetical sorts by visualizer name.
  • Recently Added sorts by the registry's addition date.

Votes and repository stars are never combined into a weighted score.

Part of the KoalaStuff ecosystem

KoalaGitHub is part of the open-source KoalaStuff project suite. For legal and domain notices, please visit koalastuff.net/legal ↗.