Loading repository data…
Loading repository data…
Parthakashyap / repository
AniMovie is an open-source movie, anime, and manga streaming platform that integrates TMDB, AniList, and VidSrc APIs to deliver ad-free HD streaming, full metadata, and a unified discovery experience for films, shows, and series.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AniMovie is a modern, web-based media streaming platform that allows users to discover, search, and watch a vast library of Anime, Manga, Movies, and TV Shows. Built with Next.js and Tailwind CSS, it offers a clean, intuitive, and responsive user experience similar to top-tier streaming services.


This application acts as a sophisticated search engine and user interface for media content. It dynamically fetches data from public, third-party APIs:
The platform itself does not host or store any video, image, or manga files on its servers. It simply presents the data from these services in a user-friendly way.
To get a local copy up and running, follow these simple steps.
git clone https://github.com/Parthakashyap/AniMovie.git
cd animovie
npm install
To run the application, you need to provide an API key from The Movie Database (TMDB).
Sign up for a free TMDB account and request an API key here.
In the root of your project, create a file named .env.
Add your TMDB API key to the .env file like this:
NEXT_PUBLIC_TMDB_API_KEY="your_tmdb_api_key_here"
Once the dependencies and environment variables are set up, you can start the development server:
npm run dev
Open http://localhost:9002 (or your configured port) with your browser to see the result.
This website, AniMovie, is a search engine for publicly available media content and does not host, store, or own any video, image, or manga files on its servers. All media content is sourced from and embedded from third-party services like VidSrc and others.
We are not responsible for the legality, accuracy, or content of any external sources. This project is for educational and demonstrational purposes only. If you believe any content linked on this site infringes on your copyright, please contact the respective third-party content providers to have it removed.