# notifme/notifme-sdk

A Node.js library to send all kinds of transactional notifications.

Repository: https://github.com/notifme/notifme-sdk
Canonical: https://ross.abutalabs.com/products/notifme-sdk
Homepage: https://notifme.github.io/www/
Language: JavaScript
License: MIT
License Family: permissive
Topics: notification, transactional-notifications, sms, email, push-notifications, webpush, nodejs, strategy, multi-provider-strategies, hacktoberfest
Last push: 2026-07-20T10:13:14+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 40, longevity 100
- inputs: {"age_days": 3311, "days_push": 44, "days_rel": 526, "gap_med": 7, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1985, forks 153 (observed 2026-08-28T04:06:02.693919+00:00)

## What it is
Notifme SDK is a Node.js library for sending transactional notifications across multiple channels including email, SMS, push, webpush, and Slack. It unifies provider APIs behind a single interface and supports multi-provider strategies like fallback and round-robin.

## Use cases
- send transactional emails from node.js
- send sms notifications with fallback providers
- unified api for push and webpush notifications
- switch email providers without rewriting code
- round-robin across multiple notification providers
- test notifications locally with a catcher web interface

## When to choose
- you need to send notifications across multiple channels (email, SMS, push, webpush, Slack) from Node.js
- you want provider-agnostic code so switching or adding providers is trivial
- you need resilience via fallback or round-robin strategies across providers
- you want a local tool to intercept and inspect notifications during development

## When to avoid
- you only use a single provider and its official SDK suffices
- you need a hosted notification service with dashboards and delivery analytics out of the box
- your stack is not Node.js/JavaScript
- you need marketing campaigns or bulk email features rather than transactional notifications

## Facets
- artifact type: library
- maturity: active
- function: sdk, email, webhook, developer-tools
- domain: developer-tools, backend, apis
- platform: -
- tags: notifications, sms, push-notifications, webpush, multi-provider, fallback-strategy, round-robin, transactional-notifications, messaging, nodejs, javascript

## Member repositories
- notifme/notifme-sdk (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:02.693919+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:03:17.645549+00:00, confidence not recorded.
  - readme: https://github.com/notifme/notifme-sdk (fetched 2026-08-28T04:06:02.693919+00:00, sha 2e9ac46bb14f)
  - homepage: https://notifme.github.io/www/ (fetched 2026-08-29T10:43:21.055357+00:00, sha 5675d0174f46)
  - registry_npm: https://registry.npmjs.org/notifme-sdk (fetched 2026-08-29T10:43:21.064276+00:00, sha cd205e1dd377)
- Data as of 2026-08-30T08:39:29.467469+00:00.
