VidBingeApp / VidBinge

A web app for watching movies and shows easily
https://vidbinge.com
MIT License
151 stars 79 forks source link

This is the source code to VidBinge, allegedly. I do not condone piracy of any kind. I just simply like coding stuff.

⚡What is VidBinge?

This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.

🔥Features

🍄 Philosophy

This project is meant to be simple and easy to use. Keep features minimal but polished. We do not want this project to be yet another bulky streaming site, instead it aims for minimalism.

On top of that, hosting should be as cheap and simple as possible. Just a static website with a proxy, with an optional backend if you want cross-device syncing.

Content is fetched from third parties and scraping is fully done on the client. This means that the hoster has no files or media on their server. All files are streamed directly from the third parties.

⚠️ Limitations

🧬 Running locally for development

To run locally, you must first clone the repository. After that, run the following commands in the root of the repository:

pnpm install
pnpm run dev

You have to also make an .env file to configure your environment. Use example.env as a reference.

To build production files, run:

pnpm build

Note You must use pnpm (npm i -g pnpm) and run NodeJS 20

❗ Important Note

The vidbingedotcom branch is specifically tailored for the official VidBinge website (vidbinge.com) and includes custom features such as exclusive advertisements and proprietary analytics code. These modifications are intended solely for VidBinge’s production environment.

We recommend using the dev branch as your source for general development. This branch is fully functional for production use but does not include the site-specific modifications found in the vidbingedotcom branch. Deploying the dev branch will help avoid unintended incorporation of VidBinge-specific advertising and analytics into your projects.

✉️ Contact

Discord Server

Email

⭐ Star History

Star History Chart

🤝 Thanks to all Contributors

This project would not be possible without our amazing contributors and the community. Thanks a lot! Keep rocking 🍻!