PWA & Notifications
Installable mobile experience with real-time push alerts
Danvas is a Progressive Web App (PWA) with push notification support. Staff can install it on their mobile devices and receive alerts for staff messages, board announcements, pre-shift updates, incidents, and compliance reminders.
Installation
Danvas meets PWA installability criteria:
- HTTPS required (Vercel deployment)
- Service Worker for offline capability
- Web App Manifest with icons and theme
- Standalone display mode
Users can install via:
- Mobile browser "Add to Home Screen" prompt
- Desktop Chrome/Edge "Install" button in address bar
- Settings page → Push Notifications → "Install App"
Service Worker
Danvas uses Serwist (v9.5.11), a Next.js/Service Worker library built on Workbox: