Guide
Dashboard
Home screen with configurable widgets from Core and plugins.
Dashboard
The Dashboard is the home screen when you open Stream Kit. It shows widgets — small panels from Core and installed plugins.
Adding widgets
- Open the Dashboard.
- Click Add widget (or the layout edit control).
- Pick a widget from Core or a plugin.
- Drag to reorder; resize using column width where supported.
Layout (order and column span) is saved automatically.
Core widgets
| Widget | Description |
|---|---|
| Collections | Browse and edit collection key-value data |
| Log entries | Recent lines from the Core Log handler |
| Running actions | Live list of actions currently executing, with current trigger or handler progress |
Plugin widgets
Plugins register widgets in their manifest (widgets + customViews). Examples depend on installed plugins — check Add widget for the current list.
Widget vs plugin page
- Menu items — full pages under the sidebar (Bot → Commands, OBS → Settings).
- Widgets — compact dashboard panels for at-a-glance data or quick edits.
Plugin authors can ship both. See Plugin API — widgets.