Rawtoh Rawtoh / Docs

Board Module

A customizable control panel for your stream — shareable with your team.

The Board module is an interactive control panel that runs in the browser. Design a custom grid of buttons, share a link with your moderators, and let them control your stream from anywhere — no app to install, just a browser.

What is the Board?

Think of it as a web-based stream deck. You design a grid layout with buttons, switches, and text elements. When someone clicks a button, Rawtoh receives the event and can trigger any automation you've set up.

Element types

Type Description
ButtonClickable — sends an event to Rawtoh when pressed
SwitchClickable — navigates to another board (like pages)
TextDisplay only — shows information (updated in real time)

Each element can be styled with colors, background images or videos, custom labels, and CSS. Elements can span multiple grid cells.

Events

The Board emits one event you can use as a trigger:

Event Description
board.clickA button or switch was clicked on the board

The event payload includes the board name, element name, element type, and label — so you can filter by which button was pressed in your trigger code.

Live updates

Rawtoh can update the board in real time from your actions. This lets the board reflect the current state of your stream:

These updates are temporary — they change what's displayed without modifying the board design. Perfect for dynamic info like viewer count, current scene, or song name.

Example automations

Getting started

  1. Deploy the Board module and connect it to Rawtoh with an API key
  2. Open the admin panel and create your first board
  3. Add buttons and arrange them in the grid
  4. In Rawtoh, create triggers that listen for board.click events
  5. Share the board link with your team — they can start clicking right away