https://github.com/jpdoshi/you-max
You Max is a lightweight and debloated youtube client for less distraction and max focus on your content with additional features.
https://github.com/jpdoshi/you-max
Last synced: 10 months ago
JSON representation
You Max is a lightweight and debloated youtube client for less distraction and max focus on your content with additional features.
- Host: GitHub
- URL: https://github.com/jpdoshi/you-max
- Owner: jpdoshi
- Created: 2025-07-12T08:16:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T12:18:21.000Z (11 months ago)
- Last Synced: 2025-07-19T15:51:03.616Z (11 months ago)
- Language: TypeScript
- Homepage: https://you-max.vercel.app
- Size: 567 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# You Max
You Max is a lightweight and debloated youtube client for less distraction and max focus on your content with additional features.
## Setup on your own PC
```shell
# Clone repository
git clone https://github.com/jpdoshi/you-max.git
cd you-max
# Install depedencies and start dev server
npm install
npm run dev
```