What problem does it solve?
Multi-channel notifications are complex to implement across email, SMS, chat, push, and databases. This Skill provides a unified interface and architecture to deliver notifications reliably, track delivery status, and configure channel behavior. It enables developers to compose, route, and manage notifications from a single, coherent API.
Core Features & Use Cases
- Channel factories (useEmail, useSMS, useChat, useDatabase) for deterministic task routing.
- Database notification driver with read/unread tracking.
- Configuration via config/notification.ts and per-channel config files.
- CLI commands: buddy make:notification to scaffold new notifications.
- Types and models: DatabaseNotification interface, Notification model.
- Architecture: thin aggregation layer delegating to channel packages.
Quick Start
Install the stacks-notifications package in your project and configure the default channel in config/notification.ts to start sending test notifications.