Account

Browser notifications · Web Push

Updated 2026-05-30

Get pinged in your browser when generations finish · even when the tab is closed.

Turn it on

  1. Click the bell icon (top-right of the nav).
  2. At the bottom of the panel, click Browser notifications · Enable.
  3. 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.

Was this helpful? More articles Ask support