How to publish
In the widget editor, hit Publish to Library. Give it a title, a description that says what it actually does, and a few tags. Submit. A StreamWizard admin reviews it before it goes live. That’s a quality pass, not a gate for perfection: does it work, is it safe, does the description match.What installers get
Their own copy. They can change the fields, edit the code, break it, fix it. Your original stays yours; published updates don’t overwrite their copies.What makes a good library widget
- Fields over hardcoding: colors, text, images, and sounds belong in fields so non-coders can make it theirs.
- Use asset fields:
image/audiofields let installers pick files from their own media library instead of editing URLs. - Handle the empty case: no image chosen, sound missing, zero events yet. The widget should look fine before the first follow arrives.
- Test all four buttons: Follow, Sub, Cheer, Raid, plus rapid-fire clicking. Queue your alerts so they don’t overlap.

