Get Started
Setup
Connect Twitch, YouTube, OBS, and configure the chat bot.
Setup
Complete these steps so triggers and handlers have working connections.
Twitch
- Open Plugins → Twitch in the sidebar.
- Click Connect and complete OAuth in the browser.
- Grant the scopes requested by the app (chat, moderation, channel events as needed).
- Confirm the plugin shows Connected.
Without Twitch connected, Twitch triggers and handlers will not fire. The Bot plugin also requires Twitch or YouTube.
YouTube
- Open Plugins → YouTube.
- Connect your Google account and select the live channel.
- Confirm live chat access for triggers.
OBS Studio
- Open Plugins → OBS.
- Enable the OBS WebSocket server in OBS (Tools → WebSocket Server Settings).
- Enter the WebSocket URL and password in Stream Kit OBS settings.
- Test connection from the plugin page.
See OBS plugin for triggers and handlers.
Bot (chat commands)
- Open Plugins → Bot.
- Set the command prefix (default
!). - Ensure Twitch and/or YouTube is connected.
- Create commands under Bot → Commands — each command runs its own action chain.
Overlays (optional)
- Open Overlays → New overlay.
- Choose an overlay for a ready-made widget (no build), or Build an overlay from a framework starter (
pnpm install/pnpm run buildwhen required). - Add the browser source URL in OBS.
See Overlays guide.