This is my tool to suggest me what to watch next.
# Install dependencies
bun install
# Start development server
bun run start
# Build for production
bun run build
- Add movies or series to your watch list
- Watch suggested series or movie on home page
- Mark watched item as watched
- Rinse and repeat
Data is stored locally in your browser using localStorage. Nothing is ever sent to a server. Your watch history stays on your device.