Push Notification Demo
Push notifications are not supported in this browser. Please use a modern browser like Chrome, Firefox, or Edge.
Create Event
Add events and get notifications before they happen
Your Events
You'll receive notifications for these events
No events yet. Create one to get started!
How It Works
Understanding the backend-less notification system
This demo uses modern web technologies to send push notifications without requiring a backend server:
- Service Workers: Background JavaScript that runs even when the browser is closed
- Web Push API: Allows websites to send notifications to users even when they're not on the site
- Local Storage: Stores your events and notification settings in your browser
- Progressive Web App (PWA): Makes this site installable on mobile devices