stdpush is private push notifications for developers.
Send a push from any script, server, CI pipeline, or AI agent to your phone with one authenticated HTTP request, or use the CLI and SDK. No public topics. No guessing channel names. Your keys, your devices, your inbox.
WHAT YOU GET
• Sign in with the same account as app.stdpush.com
• Enable notifications and register this device for FCM delivery
• Inbox of recent notifications with status and detail
• Topics you can mute per device (stop the 3am nightly build spam)
• Settings for device status and sign out
HOW YOU SEND
curl, CI, Node SDK, or:
npm install -g stdpush
stdpush login
stdpush "Build finished"
API: POST https://api.stdpush.com/v1/notify
Auth: Bearer API key (or CLI login)
BUILT FOR
• Long-running scripts and jobs
• Deploy and CI status
• Claude Code / Codex and agent hooks
• Cron and on-call style alerts
• Anything that can make an HTTPS request
PRIVATE BY DEFAULT
• Every send is authenticated
• Topics are private to your project — knowing a name grants nothing
• API keys are shown once, stored hashed, and revocable
• Device push tokens encrypted at rest
• TLS everywhere
PLANS
Free tier for personal use (250 notifications per day), Pro and Team options on stdpush.com for higher volume and collaboration.
LEARN MORE
Website: https://stdpush.com
Docs: https://docs.stdpush.com/docs
Dashboard: https://app.stdpush.com
Privacy: https://stdpush.com/privacy/
Compare to alternatives: https://stdpush.com/compare/
stdin · stdout · stderr · **stdpush**
Authenticated push notifications for scripts, CI, and AI agents