What is Mix It Up?
Mix It Up is a free, community‑driven, open‑source stream bot for Windows. It integrates with platforms like Twitch and YouTube to automate chat commands, timers, overlays, alerts, channel point redemptions, sound effects, moderation, and more — using a visual “Actions” system.
No coding required. You build commands as sequences of actions (send chat, play sound, show overlay, toggle OBS source, apply cooldown, etc.).
Requirements
- Windows PC (runs as a desktop app)
- Streaming platform account (Twitch or YouTube; others may be supported)
- Optional: OBS Studio 28+ (with built‑in OBS WebSocket)
- Stable internet; allow the app in your firewall
Security reminder: Use a dedicated bot account if you plan to self‑chat (commands) and moderate from that account. Always grant the bot /mod in your channel if you need moderation actions.
Download & Install
- Go to the official site: mixitupapp.com
- Download the latest Windows installer and run it.
- Launch Mix It Up. If prompted, let Windows firewall allow network access.
If the site is temporarily unavailable, try again later or check the app’s community/Discord from within the app’s Help/About section.
First‑Run Wizard
On first launch, Mix It Up guides you through initial setup:
- Choose your platform (Twitch / YouTube)
- Sign in with your streamer account to grant permissions
- (Optional) Add your bot account — a separate account you control, which will send chat messages and execute commands
Bot vs Streamer accounts
- Streamer account: owns the channel.
- Bot account: submits chat, runs commands, gets mod privileges.
Many creators prefer this split for safety and clarity.
After login
In your channel chat, run /mod yourBotName to grant moderator. This enables moderation actions & link posting where needed.
OBS & Overlay
Connect OBS WebSocket
- In OBS: Settings → Advanced → Confirm WebSocket is enabled (OBS 28+). Note the port and password.
- In Mix It Up: Settings → Services → OBS → Enter host (usually
127.0.0.1), port, and password → Connect.
- Test an OBS action (e.g., toggle a source) from a test command in Mix It Up.
Add Mix It Up Overlay
- In Mix It Up: locate the Overlay URL (commonly served from
http://localhost with a port, e.g., 8911).
- In OBS: Add Browser Source → Paste the overlay URL → Set width/height to your canvas (e.g., 1920×1080).
- Place the source at the top of your scene list so alerts/animations appear above gameplay.
If the overlay doesn’t appear: ensure the URL matches the port, allow Mix It Up through Windows Firewall, and confirm no other app is using that port.
Basic Commands
Commands are sequences of Actions. Here are three useful starter commands.
1) Shoutout command (!so)
- Create a new Chat Command:
!so
- Add Actions:
2) Uptime command (!uptime)
- Create
!uptime
- Add Action → Send Chat Message:
The stream has been live for {uptime}
3) Discord link (!discord)
- Create
!discord
- Send Chat Message:
Join the community: https://discord.gg/yourInvite
Variables differ by version. Look for variable pickers like {user}, {targetUser}, {game}, {title}, {uptime} directly in Mix It Up when building Actions.
Timers
Timers post messages on a schedule (e.g., every 15 minutes, minimum chat lines between posts). Typical uses: social links, rules, sponsors.
- Open Timers → Add a new timer.
- Set interval (e.g., 15 min), chat line gating (e.g., 10 lines), and the message.
- Enable/disable per scene or profile if supported in your version.
Avoid spam: Use chat line gating and vary the messages. Respect platform rate limits.
Currency, Ranks, Redemptions
Channel Currency
- Enable a currency (points) and accrual rate (e.g., 1/min while live)
- Optionally give bonuses for follows, subs, raids, or first chat
Ranks / Titles
- Create rank thresholds based on total points or watch time
- Use a command to display a user’s rank/title
Channel Point Redemptions (Twitch)
- Sync or create redemptions in Mix It Up
- Attach Actions: play sound, show overlay, trigger OBS source, add cooldown, etc.
- Consider “per‑user” cooldowns to reduce spam
Events & Triggers
Automate reactions to live events:
- Follow/Sub/Gift/Raid: thank the user in chat, play a sound, show overlay text
- Goals: increment counters, show progress overlay
- Clips: auto‑create a Twitch clip and share the link in chat
Events + Overlays + OBS Actions = powerful workflows. Example: On Raid → Switch to “Raid Welcome” scene → Show animated overlay → Play a sound → Post shoutout.
Moderation & Safety
- Enable link filters, spam protection, banned words
- Set timeouts/bans for rules; whitelist regulars/mods
- Use a separate bot account and /mod it
- Rate limits: add cooldowns to noisy commands
Only grant Mix It Up the minimum required scopes. Never share tokens. If compromised, revoke tokens in your platform’s security settings and re‑authorize.
Tips, Backup, Troubleshooting
Tips
- Profiles: Use separate profiles for “Live”, “Recording”, “Special Events”.
- Sound management: Centralize audio files in one folder and back it up.
- Action re‑use: Save common action chains as templates (if supported) or duplicate commands and tweak.
Backup & Export
- Use the app’s Backup/Export features (in Settings) to save commands, timers, overlays, and currency data.
- Store backups in cloud (OneDrive/Drive) for safety.
Troubleshooting
- OAuth/Auth fails: Log out in your browser, retry; disable popup blockers; verify correct account; complete 2FA.
- Bot can’t moderate: In your chat, run /mod yourBotName; confirm bot joined the channel.
- Overlay not visible: Check the URL/port; move Browser Source above other sources; allow through Firewall; try a simple test overlay text.
- OBS won’t connect: Confirm WebSocket port/password; OBS 28+ has built‑in WebSocket; ensure no other tool is using the port.
- Duplicate messages: Disable platform auto‑relay (e.g., Streamlabs/StreamElements chat overlays) if both bot and overlay post the same text.
- High CPU: Limit overlay effects; reduce timers; close unused pages; prefer audio formats optimized for playback.
Need more? Check Mix It Up’s in‑app links for Docs/Discord, or search for community profiles and command packs compatible with your version.
About this guide
This is an independent guide to help creators get productive quickly with Mix It Up. Features and menus can vary by version. Always refer to the app’s in‑app help and official resources for the latest details.