// PLATFORM — NOTIFICATION CENTER

ONE INBOX FOR EVERY PLATFORM ALERT.

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.

Launch Notification Center See How It Works View Herald Directly
1
Aggregation Source
3
Filter Dimensions
4
Severity Levels
60s
Auto-Refresh
// HOW IT WORKS

From Scattered Alerts to One Triaged Feed

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.

1
Blueprints emit alerts
Any app calls Herald's emit_alert() helper, writing a row to herald_alerts tagged with its source app and severity.
2
Open the unified inbox
Launch the app shell — it calls /api/notifications to pull alerts into one chronological feed and refreshes the stats automatically.
3
Filter to what matters
Narrow by source app, severity level (critical/error/warning/info), or unread-only status to focus on the signal you care about.
4
Acknowledge & clear
Acknowledge alerts individually or in bulk; acknowledged rows dim and drop out of the unread count.
// WHAT YOU GET

Every Alert, One Place, Zero Configuration

New blueprints that emit to herald_alerts are automatically included — nothing to wire up on the Notification Center side.

🗂
Unified Inbox
Every alert emitted via Herald — from any blueprint — in a single reverse-chronological feed.
🔍
Multi-Dimension Filters
Filter by source app, severity level (critical/error/warning/info), or unread-only status — all stackable.
Bulk Acknowledge
Acknowledge individual notifications or clear an entire filtered batch in one click.
📊
Live Stats
Real-time counts for total, unread, errors + critical, and last-24h activity. Auto-refreshes every 60 seconds.
📥
CSV Export
Export notifications to CSV via the ?format=csv API parameter for audit logging or reporting.
🔌
Extensible Sources
New blueprints that emit to herald_alerts are automatically included. Zero configuration required.
// GET STARTED

Stop Checking Every App Individually

One inbox. Every blueprint's alerts. Filter, acknowledge, and triage without switching tabs.

Launch Notification Center

Requires a MelTuc account. Create one free.