Where it is
- Widget editor — the Demo bar sits above the preview.
- Overlay editor — the Demo button in the toolbar opens the same bar, and events go to every widget on the canvas at once.
One-shot events
Pick an event and hit Fire. The four events most widgets are built around (follow, sub, cheer, raid) have their own buttons. The picker leads with a Used by this widget group — the events your widget’s source actually references — then lists everything else by category. Nothing is hidden; the detected ones just come first.Detection reads your JavaScript for listener strings. If you build them at
runtime (
'channel.' + kind) there’s nothing to find, and you get the full
list instead. Everything still works, it’s just less sorted.Editing the payload
Open Payload to edit the JSON before firing — change the username, the bit amount, the message text. Edits stick to that one event and are remembered per widget. Reset payload puts the default back. Untouched payloads are rebuilt on every fire, so timestamps and IDs stay fresh.Simulators
Some things only make sense in motion. A speed readout, a distance counter, or a chat feed can’t be judged from a single event.
Press to start, press again to stop. They keep running while the panel is
collapsed — the toolbar button shows a count so you don’t forget one is going.
Local vs Live
Local posts straight into the editor preview. Instant, private, no server involved. Live sends through StreamWizard’s overlay server, so the event travels the same path a real one does and reaches every overlay you have open — including the browser source in OBS. Use it to confirm a widget behaves in OBS, not just in the editor. Live is rate limited to 120 events a minute. A running simulator counts against that, so a simulator that trips the limit stops itself rather than retrying forever.Geo and offline
streamwizard.geo carries its own status. GPS fix sends a normal reading;
GPS offline sends the frame your widget gets when the IRL phone
disconnects, so you can check what your bar does when the signal drops without
unplugging anything.
