Awesome Badges

A curated collection of awesome things related to status badges.
While this list is maintained by members of the Shields core team, it
includes Shields-related and non-Shields-related resources.
Dynamic badge services
- Shields.io – Original home of the badges,
launched in 2014.
- Badgen.net – Fast badge generating service launched
in 2018.
- NodeICO – Large-format status badges for Node.js
projects – which were once very popular!
- PlayBadges – Show off your Play Store™ app’s downloads and ratings in your repo
- badge.fury.io – Service for version badges of packages like PyPI, npm, RubyGems, etc.
- dependents.info – Showcase GitHub repository’s network dependents with a badge and image.
- BadgeSize.com – Display the size of any file accessible on GitHub, npm, a CDN service, or hosted elsewhere.
- shieldcn – Shields.io alternative that
renders badges as shadcn/ui Button components via Satori. Supports npm,
GitHub, Discord, Reddit, and more with dark/light mode, multiple variants,
and 40k+ icons.
- Badgetizr – Automatically adds customizable badges to your GitHub and GitLab pull/merge requests.
- Badgie – Scans the contents of your repository and
adds badges based on what it finds.
- Badges – Node.js/Deno/Browser npm package for rendering the HTML of various badges
- Projectz – Render Badges into your README based on your package.json configuration
- shields.io Raycast extension – A more convenient UI for creating shields.io badges
- shields-badge – RubyGem for generating shields.io badge URLs and Markdown
Raster badges
SVG badges are encouraged because they render better on Retina displays and
scale up beautifully. However in a few environments, such as Slack and HTML
email, SVG images won’t render, so PNG badges are preferred. Shields offers
raster badges through its raster server, raster.shields.io.
- svg-to-image-proxy –
Rasterizing proxy based on Node and Puppeteer which can be hosted on Vercel.
(Since 2019 this code has been used to run raster.shields.io, however it’s
about to be deprecated in favor of squint.)
- squint – Rasterizing proxy based on
Rust and libcairo.
Static badges
- For The Badge – Provides static badges
using a flat and boxy badge design which has become a classic. (This badge
format is available as ?style=for-the-badge on Shields.io.)
Static badge collections
Dynamic data providers
Dynamic data providers are third parties who publish data APIs which can be
used to back one of the dynamic badge services:
Badge-rendering software
Icons
Academic articles
Historical articles
Talks
Hosting your own badge service
- Shields self-hosting
– Host your own copy of Shields to Heroku, Vercel, using Docker, or on a Node server.
- Badgen self-hosting –
Host your own copy of Badgen on Vercel.
- ChostPulse –
Self-hosted Cloudflare Worker to generate real-time status badges for game servers.
Achievement badges