watch.freelo.gay project
a polished netflix-style streaming demo built with next.js and typescript.
browse movies, tv shows, and anime with metadata from tmdb and streaming links via vidsrc.cc. the ui is responsive, keyboard-friendly, and production-ready in structure.
key features:
- browse movies, tv shows, and anime by category
- responsive design works on all devices
- video player with episodes selection
- search functionality for finding content
- light/dark mode theme toggle
tech stack:
Next.js 14ReactTypeScriptTailwindCSSVercelCloudflareTMDb API
deployment options:
VercelCloudflare PagesSelf-hosted
content categories:
Movies
TV Shows
Anime
New & Popular
Trending
Top Rated
view project on github
live demo: watch.freelo.gay
how to run:
git clone https://github.com/fr33lo/watch.freelo.gay cd movie-web-kickstart npm install cp .env.example .env npm run dev