An archive of sudo-flix
Go to file
Cooper Ransom 380af12138 Migrate proxy URL to new proxy 2024-02-26 15:38:52 -05:00
.github Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.vscode Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
plugins Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
public Migrate proxy URL to new proxy 2024-02-26 15:38:52 -05:00
src Migrate proxy URL to new proxy 2024-02-26 15:38:52 -05:00
themes Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.dockerignore Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.editorconfig Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.eslintrc.js Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.gitattributes Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.gitignore Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
.npmrc Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
Dockerfile Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
LICENSE.md Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
README.md Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
example.env Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
index.html Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
package.json Migrate proxy URL to new proxy 2024-02-26 15:38:52 -05:00
pnpm-lock.yaml Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
postcss.config.js Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
prettierrc.js Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
tailwind.config.ts Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
tsconfig.json Add sudo-flix code from github 2024-02-26 10:54:56 -05:00
vite.config.mts Add sudo-flix code from github 2024-02-26 10:54:56 -05:00

README.md


🔵 discord 🟢 website



What is movie-web?

movie-web is a web app for watching movies easily. Check it out at movie-web.app.

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