Library Settings Get Help
Stacktora
Stacktora / Vault / Bun + Postgres + Redis: In-app Notification Center / Activity Feed
Notifications by @ops

Bun + Postgres + Redis: In-app Notification Center / Activity Feed

The bell-icon dropdown showing recent activity, read/unread state, Redis for fast unread counts — distinct from Notification Dispatch and Newsletter Management: those send to external channels (email/SMS/push), this is the in-app feed itself.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Bun 1.3 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install bun-inapp-notification-feed --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault