Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Latest commit

Β 

History

History
48 lines (36 loc) Β· 1.31 KB

File metadata and controls

48 lines (36 loc) Β· 1.31 KB

🎬 Recomend β€” Notify

Recomend logo

Notify is the notification API for the Recomend app, dev by @lxup. It handles in-app and push notifications using Novu and Firebase Cloud Messaging. Supabase triggers this API to send notifications based on user activity.

βœ… TODO

Nothing yet.

πŸš€ Tech Stack

βœ‰οΈ Supported notification types (routes):

  • follower β€” when someone follows a user
  • friend β€” for friend requests or acceptances
  • reco β€” new recommendations between users
  • subscriber β€” subscriber-related events

πŸ“¦ Installation

npm install
cp .env.template .env.local
# Add your environment variables to .env.local
npm run dev

Novu

Run Novu locally

npx novu@latest dev --port 9000

Push Workflows to Novu

npx novu@latest sync \
  --bridge-url {{YOUR_BRIDGE_URL}} \
  --secret-key {{SECRET_KEY}} # DEV or PROD