Smart badges that go beyond simple counts - health status, activity levels, and intelligent metrics.
Shows the number of stars a repository has received
<img src="/api/badge?repo=vercel/next.js&type=stars" alt="Stars Badge" />Displays the number of repository forks
<img src="/api/badge?repo=vercel/next.js&type=forks" alt="Forks Badge" />Shows the number of open issues
<img src="/api/badge?repo=vercel/next.js&type=issues" alt="Issues Badge" />Repository health status based on multiple factors
<img src="/api/badge?repo=vercel/next.js&type=health" alt="Health Badge" />Recent commit activity level
<img src="/api/badge?repo=vercel/next.js&type=activity" alt="Activity Badge" />Number of contributors to the repository
<img src="/api/badge?repo=vercel/next.js&type=contributors" alt="Contributors Badge" />Repository license type
<img src="/api/badge?repo=vercel/next.js&type=license" alt="License Badge" />Repository size in MB
<img src="/api/badge?repo=vercel/next.js&type=size" alt="Repository Size" />RepoPulse badges automatically update with fresh data from GitHub. They reflect real-time repository health and metrics.
Traditional badges from services like Shields.io show fixed data that doesn't update automatically.
vercel/next.js with your repository's owner/name| Parameter | Required | Description |
|---|---|---|
| repo | Yes | Repository in format owner/name |
| type | No | Badge type: stars, forks, issues, health, activity, contributors, license, size (default: stars) |
| theme | No | Badge theme from the themes gallery (default: flat) |
Powered by RepoPulse