Push Notification Setup

Get VAPID Keys
VAPID keys are required for push notifications to work. Use these demo keys for testing.

After copying the keys, add them to your environment variables:

NEXT_PUBLIC_VAPID_PUBLIC_KEY=your_public_key_here
VAPID_PRIVATE_KEY=your_private_key_here