Notifications & Alerts

Overview

Open Poet keeps you informed about what's happening across your projects. Get notified when sessions complete, tasks need attention, or errors occur — both in the app and on your devices via push notifications.

In-App Notifications

Push Notifications

Receive notifications even when Open Poet is not in the foreground:

  1. Set the VAPID_EMAIL environment variable (your email address, used for Web Push identification):
Enable push notifications
export VAPID_EMAIL=you@example.com
openpoet
  1. In Open Poet, go to Settings and enable push notifications.
  2. Allow notifications when your browser prompts you.

Push notifications work with the PWA (see Mobile > PWA Installation), so you'll receive them on your phone's home screen like a native app.

Notification Types

NotificationWhen it fires
Session completedA Claude Code session finishes its work.
Task awaiting approvalA task has moved to the review stage and needs your decision.
Task due soonA task's due date is approaching.
Task overdueA task has passed its due date.
Session errorA session encountered an error that needs attention.

Configuration