Notification Center is the unified alert inbox for the MelTuc platform. Instead of checking each
blueprint individually, it aggregates the shared herald_alerts
feed — every alert any blueprint emits through Herald — into a single filterable, acknowledgeable list.
Filter by source app, severity, or unread status, acknowledge one alert or a whole filtered batch, and
export to CSV.
Notification Center reads the platform-wide herald_alerts
table and presents every blueprint's signals in a single, filterable, acknowledgeable inbox — no
per-app configuration required.
emit_alert() helper,
writing a row to herald_alerts tagged with its source app and severity.
/api/notifications
to pull alerts into one chronological feed and refreshes the stats automatically.
New blueprints that emit to herald_alerts are automatically included — nothing to wire up on the Notification Center side.
?format=csv API parameter for audit logging or reporting.
One inbox. Every blueprint's alerts. Filter, acknowledge, and triage without switching tabs.
Launch Notification CenterRequires a MelTuc account. Create one free.