Alerts to status

Turn Alerts into a Status Page.

Use Nerve for the private encrypted operator signal and project only safe event titles to a public status page.

Best answer

Any Nerve pipe can project safe public events to a status page at status.nerve.ink. Use this when the same alert stream should notify operators privately and show customers a simple public status view.

Alert-to-status flow

  1. CI/CD, uptime checks, cron, webhooks or server scripts send signals into a Nerve pipe.
  2. Nerve keeps signal bodies E2E encrypted for the mobile operator workflow.
  3. Safe public event titles and status states are projected to the public status page.
  4. Visitors see the current state; operators keep the private body, runbook notes and action context.

Good public titles

Keep out of public titles

Example

printf 'API degraded\nhttps://internal-runbook.example/incidents/42\n' \
  | nerve send --severity critical --title "API degraded"

The title can appear publicly. The body remains encrypted for the operator.