Notifications

In-app notifications + realtime SSE in an AdonisJS + Inertia app. Stack: `@facteurjs/adonisjs` for the notification classes and delivery channels + `@adonisjs/transmit` for the SSE transport. Notifications persist to Postgres and push to a per-user SSE channel. Bell + unread badge in the logged-in shell. Emission goes through domain events. Use when adding a new notification type, wiring a listener, adding a custom SSE channel, or debugging the bell. Trigger on: "add notification", "notify user", "SSE", "bell", "facteur", "transmit".

filipebraida 584e133 2 files · 8.9 KB Updated

File contents

filipebraida/adonisjs-starter-kit/tree/main/packages/skills/notifications commit 584e13354f

Frequently asked questions

npx skillmds@latest add filipebraida/notifications