Alerts for Developers,
hassle-free.

The simplest way to send critical notifications from your code to Telegram. Open Source, free, and designed to stay out of your way.

curl-example.sh
curl -X POST https://api.pingui-alert.dev/alert \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Critical alert",
    "message": "This is a critical alert",
    "chatId": 123456789
  }'
Pingui Alert

Dead Simple

No complicated dashboards or infinite configurations. One API Key and one endpoint. That's it.

Pingui Alert

Privacy First

We don't store your logs. We just process the message and deliver it to Telegram. Your data is yours.

Pingui Alert

Open Source

Transparent and auditable code. Self-host it if you prefer total control over your infrastructure.

The Commandments

Strict rules to keep the ecosystem healthy

Warning

I. Critical Use Only

You shall use it only for critical alerts that must be corrected immediately. Design your system to avoid alert storms.

Server

II. Production Standards

Ensure your error handling is robust before piping it to an alert. Don't use us as a logger.

Cloud

III. Self-Host for Customization

If you require any customization, use the self-hosted option. It's lightweight and easy to deploy.

Alert

IV. Actionable Alerts

Every alert should prompt a specific, immediate response. If it's not actionable, it's not an alert.

Shield

V. No Data Leakage

You shall not send sensitive user data (PII), identifiers, or secrets. Keep messages safe.

Health

VI. Fail Safely

A failed alert notification should never crash your main application. Handle errors gracefully.

How it works

Three steps to production-ready alerts

1
Start the Bot Talk to @PinguiAlertBot on Telegram
2
Get your Token Use /temporal_token to authenticate
3
Send Alerts Integrate the endpoint into your app and you're set