Badges & embeds

Put your live status where users already are — your website, docs or app.

Status badge

A badge is a small SVG image that reflects current status (for example "operational" in green). Because it's an image, you can drop it into a README, docs page or footer:

![Status](https://pulse.servilo.in/acme/badge/…)

Badges are cached briefly and update automatically as status changes.

Embed

An embed renders a compact live status widget you can place in an <iframe> on your own page:

<iframe
  src="https://pulse.servilo.in/acme/embed/…"
  style="border:0;width:100%;height:180px"
  title="Service status"
></iframe>

The exact badge and embed URLs are shown in the console for each page/monitor.

RSS

Every page also publishes an incident feed at history.rss, so users can subscribe in a reader:

https://pulse.servilo.in/acme/history.rss

Tip

Add a badge to your app's footer and link it to your full status page — it's the lowest-effort way to build trust and cut "is it down?" support tickets.