SORA
A web app for exploring, watching movies, tv shows and anime built with Remix and NextUI.
Warning
This app is a work in progress.
Table of Contents
- Tech Stack
- Development
- License
Tech Stack
- Remix with Typescript
- NextUI for pre-made components and themes
- Styled using TailwindCSS and Stitches
- SwiperJS for touch slider
- Internationalization using i18n
- Authentication, database using Supabase
- UI Components built using Radix UI
- Animation using Framer Motion
- State management using Zustand
- Custom media player using Artplayer
- Cache using LRU Cache
- Color manipulation and conversion using Tinycolor
(back to top)
Development
- Install dependencies using pnpm
pnpm install
-
Copy .env-example
and update the variables
-
Start the development server
pnpm dev
(back to top)
License
Distributed under the MIT License. See LICENSE.txt for more information.
(back to top)