GitStats – GitHub Repository Viewer

GitHub API Authentication

Add a GitHub personal access token to increase API rate limits from 60 to 5,000 requests per hour.

Create a token with public_repo scope at github.com/settings/tokens

View GitStats on GitHub

How to Use

Enter a GitHub repository URL to view its details and get embeddable widgets.

Embeddable URL Format with Theme Support

Theme Options

  • light - Light theme (default)
  • dark - Dark theme with neutral colors and bright accents
  • retro - Pixelated glitchy 32-bit inspired theme

Examples

Dark mode stats widget that refreshes every minute:

<iframe src="/marvinpoo/gitstats/embed/stats/60/dark" width="300" height="200" frameborder="0"></iframe>

Retro mode commits widget showing 5 commits that refresh every 30 seconds:

<iframe src="/marvinpoo/gitstats/embed/commits/30/5/retro" width="400" height="300" frameborder="0"></iframe>