A lightweight Cloudflare Pages app that generates an SVG grid of GitHub repository contributors.
Best alternative to contrib.rocks and is intended for embedding in READMEs, project pages, and docs. It solves caching issues of contrib.rocks and provides a simple API for generating contributor images on the fly.
- Generate a contributors SVG from any GitHub repository name
- Filter out
Botaccounts automatically - Show up to 45 contributors in a 9 x 5 grid
- Provide a preview page with copyable image URL and Markdown snippet
- Optionally use
GITHUB_TOKENto raise GitHub API rate limits
- Homepage & Preview: https://ghcontrib.pages.dev
- API:
https://ghcontrib.pages.dev/image?repo=zly2006/ghcontrib
Go to https://ghcontrib.pages.dev and click "Copy Markdown" to get the Markdown snippet for embedding the contributors SVG in your README or project page.