A small web app for watching movies and shows easily
Go to file
LeBron James 1d97dca90c Translated using Weblate (Turkish)
Currently translated at 98.4% (323 of 328 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/tr/
Author: LeBron James <ollie.the0000@gmail.com>
2024-03-29 17:32:20 +00:00
.github [ImgBot] Optimize images 2024-03-17 21:04:06 -07:00
.vscode
plugins
public [ImgBot] Optimize images 2024-03-17 21:04:06 -07:00
src Translated using Weblate (Turkish) 2024-03-29 17:32:20 +00:00
themes
.dockerignore
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.npmrc
docker-compose.yaml Update docker-compose.yaml 2024-02-27 15:05:22 -05:00
Dockerfile
example.env
index.html Better scrape error text for extension (#1042) 2024-03-28 09:17:17 +00:00
LICENSE.md
package.json bump version and providers 2024-03-29 18:32:15 +01:00
pnpm-lock.yaml bump version and providers 2024-03-29 18:32:15 +01:00
postcss.config.js
prettierrc.js
README.md
tailwind.config.ts
tsconfig.json
vercel.json Update vercel.json 2024-03-16 13:12:34 +05:30
vite.config.mts


🔵 discord 🟢 docs



What is movie-web?

movie-web is a web app for watching movies easily.

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

🔥Features

  • Automatic saving of progress - optionally synced to an account.
  • Bookmark shows or movies, keep track of what you want to watch.
  • Minimalistic interface that only shows whats required - no algorithm to consume you.

🍄 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

  • Due to being a static site, there can be no SSR
  • To keep it cheap to host, amount of proxied requests need to be kept to a minimum
  • Also to keep it cheap, no content must ever be streamed through the proxy. So only streams not protected by CORS headers.

🧬 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. Inspire it from the content of example.env.

To build production files, run:

pnpm build

Tip

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

🥔 Selfhosting

A simple guide has been written to assist in hosting your own instance of movie-web. Check it out below

Selfhosting guide

🤝 Thanks to all Contributors

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

Contributors