Live demo
Public · no login · copy-pasteableOne line of HTML.
Live status, anywhere.
Paste a single snippet on your marketing site, your docs, or a public status page — and a colored dot appears, tied to your real Streamwake stream health. The dot refreshes every 30 seconds without a page reload.
Try it right here
Live preview · 30s refresh
The badge below is the exact SVG your customers will see, rendered from the same endpoint their pasted snippet will call.
Static preview
The SVG served by
GET /api/badges/demo-public/svg. Click it on a real-site embed to drive into /status/demo-public.Live snippet — script tag
This is the exact
<script> your customers would paste. It self-inserts a clickable image wrapped in an <a> linking to /status/demo-public and refreshes the inner image every 30 seconds — every impression is an inbound lead into the branded status page.<script src="/api/badges/demo-public/embed.js" async></script>Live snippet — image tag
The lowest-friction option: an
<img> that points at the SVG endpoint. Refreshes when the visitor reloads.<img src="/api/badges/demo-public/svg" alt="Status" width="220" height="28" />