1
1
Fork
You've already forked ui
0
[mirror] [BETA] The official Frontend for CinePro - Watch Movies Online for Free without ads! Ever! http://ui.cinepro.cc
  • TypeScript 96.9%
  • CSS 2%
  • HTML 1%
  • JavaScript 0.1%
2026年06月22日 11:39:59 +02:00
.github/workflows chore: formatting 2026年05月24日 21:37:34 +02:00
.run chore: refactor backend cleanly 2026年05月04日 20:51:26 +02:00
src chore: formatting 2026年06月22日 11:37:39 +02:00
.env.example Add env 2026年05月19日 21:08:00 +02:00
.gitignore feat: service worker for caching 2026年05月19日 17:59:07 +02:00
.prettierignore initial scaffolding 2026年03月22日 20:23:16 +01:00
.prettierrc feat: several new stuff and refactor 2026年05月09日 20:09:21 +02:00
LICENSE.md chore: formatting 2026年05月24日 21:37:34 +02:00
package-lock.json Merge branch 'dev' of https://github.com/cinepro-org/ui into dev 2026年06月19日 08:06:00 +02:00
package.json fix: deployment 2026年05月24日 20:59:03 +02:00
README.md chore: formatting 2026年05月24日 21:37:34 +02:00
tsconfig.base.json chore: refactor backend cleanly 2026年05月04日 20:51:26 +02:00
tsconfig.client.json chore: refactor backend cleanly 2026年05月04日 20:51:26 +02:00
tsconfig.json chore: refactor backend cleanly 2026年05月04日 20:51:26 +02:00
tsconfig.server.json fix: deployment 2026年05月24日 20:59:03 +02:00
vite.config.client.ts chore: formatting 2026年05月24日 21:37:34 +02:00
vite.config.ts chore: refactor backend cleanly 2026年05月04日 20:51:26 +02:00

CinePro/ui

In development at the moment. This is a @fastify/vite setup + shadcn + react.

Test it out here: ui.cinepro.cc

Preview

image

image

image

image

Notice

This is in early beta. Expect bugs and missing features. If you find any, please report them. We are looking for contributors to help us build this project. If you (or your motivation and your agent) are interested, please fork and open a PR.

Thanks!

Deployment Notice

I just found out that scripts (like 'tsc') can't really get .env variables from the .env file. So to build the project, you need to set the environment variables in your terminal before running the build command.