Plexy is an alternative web UI for the Plex app, designed to provide a user experience similar to Netflix. This project was inspired by PerPlexed, without which Plexy would not have been possible.
Follow these steps to run the project locally:
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open http://localhost:3000 in your browser to view the app.
You can also run Plexy using Docker:
- Clone the project repository:
git clone https://github.com/ricoloic/plexy.git
- Build and start the Docker container:
docker compose up -d # If using Compose v1, use docker-compose up -d
- Access the application at http://localhost:3000.
Plexy is in active development, and contributions are welcome! If you encounter any bugs or have suggestions for new features, please open a GitHub issue.
- Complete the implementation of Mark as Watched and Mark as Unwatched across all relevant areas.
- Introduce additional features to enhance the user experience.
- Refine the UI for better usability and polish.