A clean, safe, and student-focused movie and anime streaming platform.
- Strict 18+ Filter: Automatically excludes mature content from TMDB and AniList.
- Student-Centric Genres:
- Exam Time: Calming and low-stress content.
- Mood Off: Uplifting and motivational stories.
- Educational: Science, History, and Documentary focus.
- Integrated Player: Uses Vidify.top for a seamless watching experience.
- Modern UI: Built with Next.js 15, Tailwind CSS, and Framer Motion.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Icons: Lucide React
- Animations: Framer Motion
- APIs: TMDB (Movies/TV), AniList (Anime)
- Player: Vidify.top Embeds
git clone https://github.com/your-username/student-watch.git
cd student-watchnpm installCreate a .env.local file in the root directory and add your TMDB API Key:
NEXT_PUBLIC_TMDB_API_KEY=your_tmdb_api_key_hereYou can get a free API key by creating an account on TheMovieDB.org.
npm run devThis is an open-source project. Feel free to open issues or submit PRs!
MIT