Notifications History Template
> Experimental template: Only launch partners should rely on this flow. Expect asset refreshes between demos until the gallery stabilizes.
Last refreshed: 2025‑11‑12 (see templates/apps/notifications-history/template.json)
Overview
Notifications History is a production-ready template that showcases delivery timelines, resend actions, and SLA dashboards for multi-channel notifications (email + Slack). Applying the template preloads:
weldr.app.json) with the Notification + NotificationEvent entitieslib/server/notifications/, app/(dashboard)/notifications-history/, and supporting hooksUse it to demo progressive ownership around messaging workflows or as a starting point for customer notification centers.
Export / Refresh Workflow
# Regenerate the eval bundle (requires dev server)
pnpm eval:autopilot -- --scenario notifications-history
# Export the latest snapshot into templates/apps/notifications-history/
pnpm template:export notifications-history --force
# (Optional) refresh the gallery cache in dev
curl -X POST http://localhost:3000/api/templates/reloadArtifacts land in templates/apps/notifications-history/:
| File | Purpose |
| --- | --- |
| bundle.json | Eval bundle (files + metadata) |
| weldr.app.json | DSL snapshot used when hydrating a chat |
| weldr.ownership.yaml | Ownership manifest (notification providers marked extended/ejected) |
| template.json | Gallery metadata (status, summary, commands) |
| README.md | Maintenance notes for this template |
Using the Template in the App
/templates and select Notifications History.Demo Checklist
lib/server/notifications/providers/*.pnpm template:export notifications-history --force before demos to keep timestamps fresh.