nikoksr/notify
A dead simple Go library for sending notifications to various messaging services. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 61
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 2047
- days_rel: 261
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
3759 stars · 282 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Notify is a Go library that provides a simple, unified API for sending notifications to many messaging services such as Telegram, Slack, Discord, email, and WhatsApp. It lets developers register multiple notification services and send messages through them with a single call.
Use cases
- send alerts from a Go app to Slack and Telegram
- notify a Discord channel when a job finishes
- send email notifications via AWS SES or SendGrid
- push messages to multiple messaging platforms from one codebase
- add notification support to a CLI tool
- send WhatsApp or Twilio messages from Go
When to choose
- you need to send notifications to several different messaging services from Go with one consistent API
- you want a lightweight, easy-to-integrate notification layer for non-critical alerts
- you prefer a library inspired by middleware-style composition
When to avoid
- you need guaranteed delivery for critical or production-critical alerting
- you need to receive or process incoming messages rather than send them
- your project is not written in Go
Facets
library · maturity active
message-queue email webhook sdk messaging-platforms developer-tools go cross-platform notifications multi-service telegram slack discord email push-notifications messaging automation
1 source
- readme: https://github.com/nikoksr/notify · fetched 2026-08-28 · 334fdb95185d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nikoksr/notify | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem