No Infrastructure Required - Prebuilt UI Kit - Simple APIs & Websocket
// Back-Endnotificationapi.send({type: 'usage_alert',to: {userId: '123',},inapp: {title: "You have used 80% of your credits"}})// Front-End<NotificationAPIProvider userId="123"><NotificationPopup /></NotificationAPIProvider>
Group in-app notifications live (as they arrive) based on a shared key.
Guard against duplicate notifications from bugs or retries with intelligent deduplication.
Schedule notifications to be sent in the future and set retention policies to automatically delete old notifications.