Elevate Your Streaming Experience with ODeck: The Open Source Alternative to StreamDeck
Read this README in other languages: English, Português, Español
ODeck is a versatile and powerful tool designed to enhance your live streams and boost productivity. Beyond catering to streamers of all levels, ODeck extends its functionality beyond streaming, allowing it to be adapted for various productivity tasks. Inspired by the idea of open-source, the "O" in ODeck underscores its commitment to transparency and customization. Give new purpose to your old, neglected smartphone by transforming it into a valuable tool.
- Electron
- React
- React Native
- Socket.io
ODeck is available on the following platforms:
- Windows
- Mac
ODeck offers a high degree of customization to meet your unique needs. Create custom devices with different key layouts, enabling precise control over your actions. Customize each key individually in the following ways:
- Change the background color
- Adjust the label text color
- Add background images to labels
- Hide labels to display only background images
- Download ODeck on your computer from the releases page, where all updates will be made available.
- Install ODeck on your mobile device.
- On your computer, create a new device, give it a name, and set the amount of keys vertically and horizontally.
- Once created, click 'Select' to access the device customization screen and, in the upper left corner, click 'Pair Deck'.
- A pop-up will appear; if necessary, select your computer's IP address.
- Open the app on your mobile device and scan the QR code displayed on your computer.
- Now you can customize your deck to suit your needs.
ODeck has undergone extensive refinement, making it easy to add new features with minimal effort. Below is a list of the currently supported features:
Deck
System
Media
Control media playback on your computer with the following options:
- Play
- Pause
- Stop
- Previous
- Next
- Decrease Volume
- Increase Volume
- Mute
Clone the repository and install dependencies:
git clone https://github.com/willianrod/ODeck.git ODeck
cd ODeck
yarn install
Launch the application in the development environment:
yarn start
Package the application for your local platform:
yarn package
Special thanks to electron-react-boilerplate for providing an excellent template for creating Electron-based React applications.
MIT © ODeck