Embeddable Widgets

Add real-time release data to your docs, README, dashboard, or Confluence pages. All widgets are free and link back to ReleaseRun.

1. EOL Status Widget

Show the end-of-life status for any technology. Supports 300+ products via endoflife.date.

Embed Code

<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>

Parameters

ParamDefaultDescription
productnodejsProduct slug from endoflife.date (e.g. python, kubernetes, postgresql)
cycle(latest)Version cycle (e.g. 18, 3.12, 1.29)
themedarkdark or light

Examples

2. Stack Health Card

Show the health of your entire stack in one card. Pass a comma-separated list of products.

Embed Code

<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>

Parameters

ParamDefaultDescription
stacknodejs,python,postgresql,docker-engine,kubernetesComma-separated product slugs
themedarkdark or light

3. CVE Counter Widget

Show the vulnerability breakdown for any product version. Pulls live data from the OSV database.

Embed Code

<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>

Parameters

ParamDefaultDescription
productnodejsProduct slug (nodejs, python, kubernetes, etc.)
version(latest)Specific version to check
themedarkdark or light

4. Version Card Widget

Compact card showing current version, release date, support status, and EOL date for any product.

Embed Code

<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>

Parameters

ParamDefaultDescription
productnodejsProduct slug from endoflife.date
cycle(latest)Version cycle (e.g. 3.12, 22, 1.28)
badgestrueShow SVG badges (true/false)
themedarkdark or light

5. Version Badges (SVG)

Shields-style SVG badges for any technology. Perfect for GitHub READMEs and docs.

Kubernetes Health Python EOL Node.js Version PostgreSQL Health

Badge Types

TypeURL PatternShows
Healthimg.releaserun.com/badge/health/{product}.svgHealth grade (A-F)
EOLimg.releaserun.com/badge/eol/{product}.svgEOL date or status
Versionimg.releaserun.com/badge/v/{product}.svgLatest version
CVEimg.releaserun.com/badge/cve/{product}.svgKnown CVE count

Markdown (for GitHub READMEs)

[![Kubernetes Health](https://img.releaserun.com/badge/health/kubernetes.svg)](https://releaserun.com/tools/stack-health/)
[![Python EOL](https://img.releaserun.com/badge/eol/python.svg)](https://releaserun.com/python-end-of-life/)
[![Node.js Version](https://img.releaserun.com/badge/v/nodejs.svg)](https://releaserun.com/nodejs/)

6. Release Health Card

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.

Embed Code

<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>

Parameters

ParamExampleDescription
productnodejsTechnology slug from endoflife.date / ReleaseRun
cycle18Major version or release cycle to highlight
themelightdark or light
linkhttps://releaserun.com/tools/eol-timeline/CTA destination
ctaView full timelineCTA link text

Examples

7. Stack Health Score

A compact summary widget for engineering dashboards. Shows an overall stack score, grade, support counts, and a link back to the full ReleaseRun timeline.

Embed Code

<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>

Parameters

ParamExampleDescription
stacknodejs,python,postgresql,docker-engine,kubernetesComma-separated product slugs
themelightdark or light
linkhttps://releaserun.com/tools/eol-timeline/CTA destination
ctaOpen stack timelineCTA link text

Examples

8. Full Tool Embeds

Embed any ReleaseRun tool directly in your page using iframe embed mode.

Embed Code

<iframe
  src="https://releaserun.com/tools/cve-dashboard/?rr_embed=1"
  width="100%" height="600"
  style="border:none; border-radius:8px;"
  loading="lazy"></iframe>

Available Tools

ToolEmbed URL
CVE Dashboardreleaserun.com/tools/cve-dashboard/?rr_embed=1
Stack Healthreleaserun.com/tools/stack-health/?rr_embed=1
Vuln Scannerreleaserun.com/tools/vulnerability-scanner/?rr_embed=1
.env Scannerreleaserun.com/tools/env-security-scanner/?rr_embed=1
Container Optimizerreleaserun.com/tools/container-image-size-optimizer/?rr_embed=1
GHA Optimizerreleaserun.com/tools/github-actions-workflow-optimizer/?rr_embed=1
K8s Upgrade Simulatorreleaserun.com/tools/k8s-upgrade-simulator/?rr_embed=1