Auto-updating SVG badges for GitHub READMEs, docs, and dashboards. Real-time data for 300+ technologies. Free, no signup, no API key.
Drop a badge into any Markdown file. It updates automatically.



https://img.releaserun.com/badge/{type}/{product}.svg
https://img.releaserun.com/badge/{type}/{product}/{version}.svg
The .svg extension is required. All badges return SVG with proper CORS headers for embedding anywhere.
Pin badges to the exact version your project uses. Much more useful than generic "latest version" badges.



Or generate them automatically with the CLI:
npx releaserun badges # scan project, copy badge markdown to clipboard
npx releaserun readme --write # inject badges into your README automatically
Overall release health score based on version age, CVE count, and EOL proximity.
/badge/health/{product}.svg
Shows EOL date and how long until support ends. Turns red when EOL is approaching.
/badge/eol/{product}.svg
Latest stable version number. Updates automatically on new releases.
/badge/v/{product}.svg
Known CVE count for the latest version. Color-coded by severity.
/badge/cve/{product}.svg
Cloud provider support status for major platforms.
/badge/cloud/{product}.svg
300+ products supported. Here are the most popular ones:
| Product Slug | Technology | Types Available |
|---|---|---|
python | Python | health, eol, v, cve |
kubernetes | Kubernetes | health, eol, v, cve, cloud |
nodejs | Node.js | health, eol, v, cve |
go | Go | health, eol, v, cve |
rust | Rust | health, v |
docker-engine | Docker Engine | health, eol, v, cve |
react | React | health, v |
postgresql | PostgreSQL | health, eol, v, cve |
ruby | Ruby | health, eol, v, cve |
php | PHP | health, eol, v, cve |
dotnet | .NET | health, eol, v |
terraform | Terraform | health, v |
redis | Redis | health, eol, v |
nginx | Nginx | health, eol, v |
mysql | MySQL | health, eol, v, cve |
mariadb | MariaDB | health, eol, v |
java | Java (OpenJDK) | health, eol, v |
typescript | TypeScript | health, v |
angular | Angular | health, eol, v |
vue | Vue.js | health, v |
For the full list of 300+ supported products, visit the Badge Generator tool.
# My Project
[](https://releaserun.com/nodejs/22/)
[](https://releaserun.com/python/3.12/)
[](https://releaserun.com/postgresql/16/)
Badges show health grades for the versions YOUR project actually uses.
# My Project



Show the latest stable version across the ecosystem.
<img src="https://img.releaserun.com/badge/eol/python.svg" alt="Python EOL status">
<img src="https://img.releaserun.com/badge/cve/kubernetes.svg" alt="Kubernetes CVE count">
.. image:: https://img.releaserun.com/badge/v/python.svg
:alt: Python version
:target: https://releaserun.com/python/
image:https://img.releaserun.com/badge/health/kubernetes.svg[Kubernetes Health, link="https://releaserun.com/kubernetes/"]
Combine ReleaseRun badges with shields.io for a consistent look:
[](...)
[](https://releaserun.com/python/)
[](LICENSE)
2,000 requests per minute. Badges are cached server-side (TTL varies by type). No API key or signup needed.
All badges return image/svg+xml with proper cache headers and CORS (Access-Control-Allow-Origin: *).
Version and EOL data from endoflife.date API, enriched with CVE data from NVD and cloud provider compatibility matrices.
Badge service runs on dedicated infrastructure. Current uptime >99.9%.
Automate version checks in your CI pipeline with the ReleaseRun GitHub Action:
- name: Check stack health
uses: Releaserun/releaserun-action@v2
with:
path: '.'
comment: 'true'
fail-on: 'F'
v2 detects versions from your project files (package.json, Dockerfile, go.mod, requirements.txt, Cargo.toml, docker-compose.yml) and generates version-specific badge markdown in PR comments.
- name: Update README badges
uses: Releaserun/releaserun-action@v2
with:
path: '.'
update-readme: 'true'
Automatically commits updated version-specific badges to your README on every PR.
Scan any project directory and get version-specific badges instantly:
# Scan project and generate badge markdown
npx releaserun badges
# Inject badges into your README (between markers)
npx releaserun readme --write
# Full health check with grades
npx releaserun check
The CLI reads package.json, Dockerfile, go.mod, requirements.txt, Cargo.toml, composer.json, Gemfile, pom.xml, docker-compose.yml, .nvmrc, .python-version, and .tool-versions to detect what your project actually uses.
Source: github.com/Releaserun/releaserun-cli | npm
Badges are just one of 30+ free developer tools:
| Tool | What It Does |
|---|---|
| Dependency EOL Scanner | Paste package.json, requirements.txt, go.mod and get EOL status for every dependency |
| Vulnerability Scanner | Scan your stack for known CVEs with severity ratings |
| K8s Deprecation Checker | Paste a Kubernetes manifest and find deprecated APIs before upgrading |
| Dockerfile Linter | Security and best-practice linting for Dockerfiles |
| Stack Health Scorecard | Get a health score across your entire technology stack |