naereen/badges

:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 minutes ago
Type:Curated List / Learning ResourceCategory(s):Cheatsheets, Checklists & Best PracticesLearning & Resources
Added to GitGenius on September 14th, 2026
Created on October 12th, 2016
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 537
Total Stargazers: 4,645 (+0)
Total Subscribers: 28 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.5 hours
Mean response time: 15.1 hours
90th percentile: 44.7 hours
Tracked items: 3

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 794 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Badges is a curated collection of Markdown code snippets for embedding status badges in project README files.

The project solves the problem of finding and copying badge markup by maintaining a comprehensive reference organized by category. Rather than hunting through documentation for shields.io or forthebadge.com syntax, developers can browse a single repository containing ready-to-use Markdown and reStructuredText code for badges spanning generic status indicators, language-specific badges for Python, Go, Rust, and JavaScript, platform badges for PyPI and npm, GitHub repository metrics, license declarations, and decorative badges. Each badge entry includes the exact markup needed to render it.

The tool suits developers who want to quickly add professional-looking status indicators to their project documentation without learning badge service APIs. It works well for projects of any size that use GitHub or Bitbucket. The repository provides parallel reStructuredText versions alongside Markdown, making it useful for projects using Sphinx documentation. The collection includes badges from multiple sources including shields.io and forthebadge.com, giving developers options for visual style and data sources.

The project maintains an organized, categorized structure with a detailed table of contents covering dozens of badge types. Contributions are explicitly welcomed in the description, indicating openness to community additions. The repository includes a TODO section and notes on possible future additions, showing active consideration of scope and evolution. The primary language is Makefile, suggesting some automation or build process supports the repository's organization and maintenance.