A web application for controlling Streamlabs alerts during live streams.
- Control page for managing alert settings
- Display page for showing current alert status
- Real-time status updates
- Green screen background for easy overlay
- Clone the repository
- Install dependencies:
npm install
- Create a
.envfile in the root directory with your Streamlabs API credentials:VITE_STREAMLABS_API_KEY=your_api_key_here VITE_STREAMLABS_API_URL=https://streamlabs.com/api/v2.0 - Start the development server:
npm run dev
- Control Page (
/): Use this page to toggle alert muting and suppression - Display Page (
/display): Use this page as an overlay in your streaming software
- The display page has a green background for easy chroma keying
- The control page updates the Streamlabs API in real-time
- The display page polls the API every 5 seconds for status updates