Examples
Complete flows you can read node by node, grouped by difficulty. Start at Basic and work up to concurrent, multi-threaded Expert flows.Basic
A single trigger or condition leading to one effect.- Reply to a !hello commandWhen a viewer types !hello, reply in-thread with a greeting, then end the flow.Basic
- Welcome a first-time chatterThe first time someone chats this session, reply with a warm welcome.Basic
- Thank raiders automaticallyWhen another channel raids in, post a thank-you message to chat.Basic
- Post your socials on commandWhen a viewer types !socials, reply with all your links in one message.Basic
Medium
Multiple conditions, triggers, or branching results.- Thank big cheersWhen a viewer cheers 100 bits or more, send an extra thank-you to chat.Medium
- Scale the raid welcome to its sizeWhen a channel raids in, give big raids a louder shout-out and small ones a warm welcome.Medium
- Thank subs by tierWhen someone subscribes, switch on their tier and post a message tailored to it.Medium
- Announce a follow to chat and DiscordWhen someone follows, thank them in chat and post their name to your Discord at the same time.Medium
Advanced
Harder flows, including asynchronous steps like delays and timeouts.- Welcome a first-time chatter, after a beatWhen someone chats for the first time, wait 30 seconds, then reply with a warm welcome.Advanced
- Flash a celebration scene on a cheerWhen a viewer cheers, switch OBS to a Celebrate scene for 5 seconds, then bounce back to Main.Advanced
- Sync a now-playing label from SpotifyEvery minute, query Spotify for the current track and write its title into an OBS text source.Advanced
Expert
Concurrent, multi-threaded flows: parallel, race, and for-each-parallel.- Welcome a raid across chat, OBS, and Discord at onceWhen a channel raids in, run three welcomes concurrently: chat, an OBS scene, and a Discord post.Expert
- Shout out every live teammate in parallelOn a mod command, find your live team members and shout each one out concurrently.Expert
- Take whichever lookup answers firstRace a Spotify and a Twitch query, then report whichever one wins.Expert
