Embeddable badges
Drop a live status badge on your site. The iframe pulls fresh data from StatusDetector every 1 min — no signup, no JavaScript on your end, no tracking.
Internet Pulse — aggregate health
Live percentage of tracked services currently operational. Great for status dashboards or homepage trust signals.
<iframe src="https://statusdetector.com/embed/pulse" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="Internet Pulse — live status from StatusDetector"></iframe>
Service status — pick any service
Embed the live status of a specific service. Replace {slug} with any service slug (e.g. discord, chatgpt, stripe).
ChatGPTshow code
<iframe src="https://statusdetector.com/embed/service/chatgpt" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="chatgpt status — StatusDetector"></iframe>
Claudeshow code
<iframe src="https://statusdetector.com/embed/service/claude-ai" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="claude-ai status — StatusDetector"></iframe>
Discordshow code
<iframe src="https://statusdetector.com/embed/service/discord" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="discord status — StatusDetector"></iframe>
GitHubshow code
<iframe src="https://statusdetector.com/embed/service/github" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="github status — StatusDetector"></iframe>
Cloudflareshow code
<iframe src="https://statusdetector.com/embed/service/cloudflare" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="cloudflare status — StatusDetector"></iframe>
AWSshow code
<iframe src="https://statusdetector.com/embed/service/aws" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="aws status — StatusDetector"></iframe>
Stripeshow code
<iframe src="https://statusdetector.com/embed/service/stripe" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="stripe status — StatusDetector"></iframe>
Vercelshow code
<iframe src="https://statusdetector.com/embed/service/vercel" width="280" height="88" frameborder="0" style="border:0;border-radius:12px" title="vercel status — StatusDetector"></iframe>
For any other service, change the slug in the URL above. Browse all services
Markdown badge — for GitHub READMEs
GitHub strips iframes from READMEs, so use the SVG badge instead: a plain <img>that renders anywhere markdown does — READMEs, wikis, docs sites, internal dashboards. It shows the service’s own reported status and links to the full StatusDetector page.
[](https://statusdetector.com/status/github)
Swap github for any service slug. Plain HTML works too: <img src="https://statusdetector.com/badge/stripe.svg">
Honest caveat: the badge reads the service’s own status feed. Services that don’t publish one (Netflix, Gmail, YouTube, …) show status unknown rather than a guessed green.
Notes
- The badge auto-refreshes every 1 min on our side — no work on yours.
- Iframes render server-side, so they show up even without JavaScript.
- No tracking pixels, no third-party analytics in the iframe.
- Clicking the badge opens the full status page on StatusDetector in a new tab.