Getting Started with Overlays
This guide explains how to create a Custom Widget or Custom Code AlertBox using StreamElements’ Overlay Editor UI.
We’ll start by creating an Overlay, then add widgets like an AlertBox and a Custom Widget, which you can edit.
Creating an Overlay
Section titled “Creating an Overlay”-
Navigate to the Overlays section.
-
Click the New overlay button.

-
Choose your resolution and click the START button.
AlertBox
Section titled “AlertBox”The AlertBox is a native widget that displays live events from the queue in a popup-like behavior.
To create an AlertBox:
-
Click the + button in the overlay editor.

-
Select AlertBox in the ALERTS section.

Enabling Custom Code for AlertBox
Section titled “Enabling Custom Code for AlertBox”To enable custom code for AlertBox:
-
Open options for AlertBox.
-
Go to the tab for the alert type you want to customize (e.g. Followers).
-
Toggle the “Enable custom CSS” option for the alert type you want to use.
Custom Widget
Section titled “Custom Widget”The Custom Widget is a native widget that you can use to display any content you want. It’s ideal for displaying your own content in the overlay and can consume local events (like tips, follows, etc.) as well as remote events read from a websocket or REST API.
To create a Custom Widget:
-
Click the + button in the overlay editor.

-
Select Custom Widget in the STATIC/CUSTOM section.
