Web interface of the Recomend app, dev by @lxup.
- Adding seasons and episodes (TV Shows)
- Update english translations
- ⚡️ Next.js – React Framework
- 🧬 Supabase – Auth & Database
- 💳 Stripe – Payments
- 🔔 Novu – In-app Notifications
- 📲 Firebase Cloud Messaging – Push Notifications
- ☁️ Cloudflare R2 – Media Storage
- ⚙️ Prefect – DB Sync Scripts (with TMDB)
- 🎞️ TMDB – Movie & TV Metadata Provider
npm install
cp .env.template .env.local
# Add your environment variables to .env.local
npm run dev