Pilot
A notification relay service that delivers alerts, errors, and status updates from any application to Telegram, with account management, billing, and SDKs for Python, JavaScript, and Go.
A production-ready notification relay with Telegram bot onboarding, destination management, Stripe billing, and multi-language SDKs
What It Is
Pilot is a notification relay that lets developers send alerts, errors, and status updates from any application directly to Telegram. Each project that needs notifications points at Pilot instead of building its own Telegram integration. One call, one destination name, message delivered.
How It Works
Users sign up through the Telegram bot, verify their email, and add the bot to whichever channels or groups they want to receive notifications. Each destination gets a name. From that point, sending a notification from any application is a single call with a destination name and a message.
What We Built
Backend The core service handles authentication, routing messages to the correct destination, rate limiting, and delivery via Telegram. Stripe powers the subscription and billing layer, with usage limits enforced per plan. If a limit is reached, a final alert is still delivered so critical messages are never silently dropped.
Telegram Bot Users manage everything through the Telegram bot itself: sign up, email verification, registering destinations, viewing API keys, and deleting accounts. Adding a channel or group as a destination is done by adding the bot and clicking a button no dashboard needed.
SDKs Native libraries published for Python, JavaScript, and Go so developers can integrate Pilot in a few lines of code without dealing with raw HTTP requests.
Interested in a similar project?
Get in touch