Get pinged in your browser when generations finish · even when the tab is closed.
Turn it on
- Click the bell icon (top-right of the nav).
- At the bottom of the panel, click Browser notifications · Enable.
- Approve the permission prompt in your browser.
That's it · we'll show a native OS notification when your generations complete.
Turn it off
Same place · the button toggles to Disable once subscribed. You can also revoke the permission in your browser's site settings.
Browser support
Web Push works in Chrome, Firefox, Edge, Opera, Brave, and Safari (16.4+). It does not work in incognito / private windows because service workers are disabled there.
For self-hosters
The button shows up only when VAPID keys are configured. Generate them once:
php artisan ffl:vapid:generate
Paste the output into your .env and run php artisan config:clear. Until that's set, the toggle stays hidden and the public-key endpoint returns 503.