← Back to docs

Documentation

Web Push Notification API for Websites and Apps

DNZ Notifications is an independent push platform for websites, web apps, and mobile apps. It supports Web Push with VAPID, in-app messages, delivery logs, templates, FCM, and APNs configuration.

Web Push Notification APIPush Notification API for WebsitesVAPID public keyFCM APNs push notifications

Core integration

Create an API key and VAPID key in the dashboard. Put the public VAPID key in the frontend and keep the API key on the backend.

Register each browser subscription with a recipientId, then send notifications from your server by recipientId.

Security model

The browser uses only public values. The server owns the secret API key and signs send requests.

This keeps your notification system production-ready and prevents public users from sending notifications as your workspace.

Related content