Add real-time release data to your docs, README, dashboard, or Confluence pages. All widgets are free and link back to ReleaseRun.
Show the end-of-life status for any technology. Supports 300+ products via endoflife.date.
<iframe
src="https://releaserun.github.io/widgets/eol-status.html?product=nodejs&cycle=18"
width="360" height="120"
style="border:none; border-radius:8px;"
loading="lazy"></iframe>
| Param | Default | Description |
|---|---|---|
product | nodejs | Product slug from endoflife.date (e.g. python, kubernetes, postgresql) |
cycle | (latest) | Version cycle (e.g. 18, 3.12, 1.29) |
theme | dark | dark or light |
Show the health of your entire stack in one card. Pass a comma-separated list of products.
<iframe
src="https://releaserun.github.io/widgets/stack-card.html?stack=nodejs,python,postgresql,docker-engine,kubernetes"
width="480" height="260"
style="border:none; border-radius:8px;"
loading="lazy"></iframe>
| Param | Default | Description |
|---|---|---|
stack | nodejs,python,postgresql,docker-engine,kubernetes | Comma-separated product slugs |
theme | dark | dark or light |
Show the vulnerability breakdown for any product version. Pulls live data from the OSV database.
<iframe
src="https://releaserun.github.io/widgets/cve-counter.html?product=kubernetes&version=1.28"
width="380" height="200"
style="border:none; border-radius:8px;"
loading="lazy"></iframe>
| Param | Default | Description |
|---|---|---|
product | nodejs | Product slug (nodejs, python, kubernetes, etc.) |
version | (latest) | Specific version to check |
theme | dark | dark or light |
Compact card showing current version, release date, support status, and EOL date for any product.
<iframe
src="https://releaserun.github.io/widgets/version-card.html?product=python&cycle=3.12"
width="340" height="220"
style="border:none; border-radius:8px;"
loading="lazy"></iframe>
| Param | Default | Description |
|---|---|---|
product | nodejs | Product slug from endoflife.date |
cycle | (latest) | Version cycle (e.g. 3.12, 22, 1.28) |
badges | true | Show SVG badges (true/false) |
theme | dark | dark or light |
Shields-style SVG badges for any technology. Perfect for GitHub READMEs and docs.
| Type | URL Pattern | Shows |
|---|---|---|
| Health | img.releaserun.com/badge/health/{product}.svg | Health grade (A-F) |
| EOL | img.releaserun.com/badge/eol/{product}.svg | EOL date or status |
| Version | img.releaserun.com/badge/v/{product}.svg | Latest version |
| CVE | img.releaserun.com/badge/cve/{product}.svg | Known CVE count |
[](https://releaserun.com/tools/stack-health/)
[](https://releaserun.com/python-end-of-life/)
[](https://releaserun.com/nodejs/)
A compact, copy-pasteable widget for docs, dashboards, and internal portals. Shows support status, days to EOL, and live ReleaseRun badges for a single product cycle.
<iframe
src="https://releaserun.github.io/widgets/release-health-card.html?product=nodejs&cycle=18"
width="100%" height="265"
style="border:none; max-width:360px;"
loading="lazy"></iframe>
| Param | Example | Description |
|---|---|---|
product | nodejs | Technology slug from endoflife.date / ReleaseRun |
cycle | 18 | Major version or release cycle to highlight |
theme | light | dark or light |
link | https://releaserun.com/tools/eol-timeline/ | CTA destination |
cta | View full timeline | CTA link text |
A compact summary widget for engineering dashboards. Shows an overall stack score, grade, support counts, and a link back to the full ReleaseRun timeline.
<iframe
src="https://releaserun.github.io/widgets/stack-health-score.html?stack=nodejs,python,postgresql,docker-engine,kubernetes"
width="100%" height="250"
style="border:none; max-width:420px;"
loading="lazy"></iframe>
| Param | Example | Description |
|---|---|---|
stack | nodejs,python,postgresql,docker-engine,kubernetes | Comma-separated product slugs |
theme | light | dark or light |
link | https://releaserun.com/tools/eol-timeline/ | CTA destination |
cta | Open stack timeline | CTA link text |
Embed any ReleaseRun tool directly in your page using iframe embed mode.
<iframe
src="https://releaserun.com/tools/cve-dashboard/?rr_embed=1"
width="100%" height="600"
style="border:none; border-radius:8px;"
loading="lazy"></iframe>
| Tool | Embed URL |
|---|---|
| CVE Dashboard | releaserun.com/tools/cve-dashboard/?rr_embed=1 |
| Stack Health | releaserun.com/tools/stack-health/?rr_embed=1 |
| Vuln Scanner | releaserun.com/tools/vulnerability-scanner/?rr_embed=1 |
| .env Scanner | releaserun.com/tools/env-security-scanner/?rr_embed=1 |
| Container Optimizer | releaserun.com/tools/container-image-size-optimizer/?rr_embed=1 |
| GHA Optimizer | releaserun.com/tools/github-actions-workflow-optimizer/?rr_embed=1 |
| K8s Upgrade Simulator | releaserun.com/tools/k8s-upgrade-simulator/?rr_embed=1 |