Skip to content

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.

  1. Navigate to the Overlays section.

  2. Click the New overlay button.

    The My Overlays page with the New overlay button highlighted

  3. Choose your resolution and click the START button.

The AlertBox is a native widget that displays live events from the queue in a popup-like behavior.

To create an AlertBox:

  1. Click the + button in the overlay editor.

    New widget plus button

  2. Select AlertBox in the ALERTS section.

    New widget alert box

To enable custom code for AlertBox:

  1. Open options for AlertBox.

  2. Go to the tab for the alert type you want to customize (e.g. Followers).

  3. Toggle the “Enable custom CSS” option for the alert type you want to use.

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:

  1. Click the + button in the overlay editor.

    New widget plus button

  2. Select Custom Widget in the STATIC/CUSTOM section.

    New widget custom code