PULSEGUARD · PUBLIC TRIAL

Know when your monitor dies —
before your customers do.

Dead-man switch / heartbeat watchdog. Your job pings us on a schedule. If heartbeats stop, we alert you on Telegram within minutes.

Open console →GitHub

1. Create a probe

Get an auth token and timeout threshold.

2. Send heartbeats

curl / cron / your worker — Bearer token.

3. Get alerted

Miss the window → Telegram fires fast.

Quick heartbeat

curl -X POST \
  -H "Authorization: Bearer <token>" \
  https://YOUR_HOST/api/heartbeat

MVP trial: single-tenant console. Billing / multi-region later.