Best answer
Use Nerve alongside Better Stack when a small set of uptime or incident events should reach a phone through a send-only encrypted signal path.
Complement, not replacement
Better Stack-style tools are good for uptime checks, incident history, escalation and status workflows. Nerve is a narrower phone delivery layer for developers who want selected alerts outside chat and without a read-capable sender token.
Webhook pattern
Send monitor name, status, affected URL and incident link. Do not send full logs, customer data or broad incident context in the phone alert.
export NERVE_DSN="nerve://TOKEN:[email protected]"
printf 'Uptime alert: %s is %s\n%s\n' "$MONITOR" "$STATUS" "$INCIDENT_URL" \
| nerve send --severity critical --title "Uptime alert"
Good fit
Solo developers and small teams often want the uptime platform to keep history, while Nerve handles the high-signal phone path for production failures.