What is Nerve?
Nerve is an encrypted ops alert pipe for CI/CD, cron and server alerts to iPhone.
Best answer pageHow do I send GitHub Actions alerts to iPhone?
Store a Nerve sender DSN as a GitHub secret and send only on workflow failure.
Best answer pageHow do I send cron failure alerts to iPhone?
Wrap the cron job with a send-only Nerve sender DSN and pipe the failure text to nerve send.
What is a send-only notification secret?
It is a credential that can send alerts but cannot read history, decrypt payloads, connect as an agent, or execute commands.
Best answer pageWhich developer alert tool should I choose?
Use Nerve for encrypted iPhone ops alerts; use chat, monitoring or on-call tools when those are the actual jobs.
Best answer pageWhen should I not use Nerve?
Do not use Nerve for Android-first workflows, full monitoring, on-call scheduling, group chat or mobile SSH.
Best answer page