A small web app for watching movies and shows easily
Go to file
Jorrin f3dd80f42b
Merge pull request #1150 from movie-web/fix/#962
decrease amount of margin of edit button on small screens
2024-04-22 22:45:07 +02:00
.github add sync fork workflow 2024-03-31 23:05:50 +08:00
.vscode Language dropdown, language in settings, add temporary confirmation to delete account 2023-11-18 20:55:46 +01:00
plugins add figma token extraction script for themes 2023-12-09 17:29:58 +01:00
public [ImgBot] Optimize images 2024-03-17 21:04:06 -07:00
src Merge branch 'dev' into fix/#962 2024-04-22 21:15:23 +01:00
themes Revert all color changes 2024-03-06 11:01:46 -06:00
.dockerignore add docker 2022-05-03 18:21:11 +02:00
.editorconfig new linting config 2023-01-08 15:38:27 +01:00
.eslintrc.js fix: remove unnecessary lodash functions and use setInterval instead 2024-04-10 20:25:45 +03:00
.gitattributes fix(netfilm): use different cdn 2023-03-09 15:34:54 -07:00
.gitignore Chunk react-dom away from main package for faster load times + add rollup chunking analyzer + ignore vite config from tsconfig linting 2023-12-24 14:20:47 +01:00
.npmrc fix building for PWA 2023-10-25 23:04:54 +02:00
Dockerfile feat: add autoplay configurability with `VITE_ALLOW_AUTOPLAY` and custom proxy 2024-04-01 00:43:00 +03:00
LICENSE.md Rename LICENSE to LICENSE.md 2021-07-24 13:00:06 +01:00
README.md Use quick links 2024-02-26 21:27:31 +00:00
docker-compose.yaml Update docker-compose.yaml 2024-02-27 15:05:22 -05:00
example.env use handlebars if statements in templating 2023-07-23 12:18:20 +02:00
index.html Better scrape error text for extension (#1042) 2024-03-28 09:17:17 +00:00
package.json Bump version 2024-04-14 21:52:12 +01:00
pnpm-lock.yaml Bump provider to 2.3.0 2024-04-14 21:52:12 +01:00
postcss.config.js Switch from CRA to Vite 2022-12-13 22:19:07 +00:00
prettierrc.js new linting config 2023-01-08 15:38:27 +01:00
tailwind.config.ts Merge branch 'dev' into rtl 2023-12-16 16:59:25 +01:00
tsconfig.json correct languages + settings page styling 2023-10-27 21:51:14 +02:00
vercel.json Update vercel.json 2024-03-16 13:12:34 +05:30
vite.config.mts feat: allow setting 'base' via VITE_BASE_URL 2024-03-04 20:36:39 +00:00

README.md


🔵 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