CloudSignal Docs
ExtensionsPWA & Push

PWA & push notifications

Enable push notifications and PWA features for your web applications.

Add push notifications and Progressive Web App features to any web application with CloudSignal's PWA extension.

The PWA extension requires a Professional plan or higher. See Pricing for details.

Overview

The PWA extension provides:

FeatureWhat it does
Web push notificationsSend notifications to users even when your app is closed
PWA installationLet users install your web app to their home screen
Device trackingComprehensive device/browser detection (35+ fields)
Online statusReal-time heartbeat tracking for online/offline status
Badge managementControl app badge counts

Components

How it works

Push notification flow
Your Website
PWA Service
Your Backend
User's Browser
PWA SDK Registration
POST /v2/push/send
Web Push Notification
  1. Frontend: PWA SDK registers users for push notifications
  2. Backend: Your server calls the Push API to send notifications
  3. Delivery: CloudSignal sends via Web Push protocol to the browser

On this page