Try it now at: obb.tobycm.dev
Demo: https://youtu.be/6pOYhUaqFQc
- ✅ Lightweight
- ✅ Fast
- ✅ Simple UI
Debian/Ubuntu:
sudo apt install ffmpeg
Arch Linux:
sudo pacman -S ffmpeg
git clone https://github.com/tobycm/obb
cd web
bun i
cd ..
cd server
bun i
cd ..
cd web
bun run dev
in another terminal
cd server
bun run dev
Live at localhost:5173
cd web
bun run build
Files are output to the web/dist
directory.
- Bun JavaScript Runtime
- Vite Build Tool
- TypeScript Language
- HTML Markup Language
- CSS Styling
This project is licensed under the MIT License - see the LICENSE
file for details.
Any contribution is appreciated. Just create an issue/pull request and I will review it ASAP.
If you like this project, please give it a ⭐ and share it with your friends!