Stream Tools

Tycoon Stream Bridge

A tiny desktop app that connects your TikTok chat (via TikFinity) to Word Tycoon game overlays. Free, lightweight, runs locally.

Windows 10/11 · ~40 MB · No install required
Three steps to go live
1

Open TikFinity

Launch TikFinity and connect it to your TikTok stream. It listens on localhost:21213 by default.

2

Launch Stream Bridge

Run TycoonStreamBridge.exe. A small launcher window should appear first, with buttons for the dashboard and the supported stream game pages. Keep it running while you stream.

3

Open a Game

Click one of the game links below (or add the URL as an OBS browser source). Chat activity will appear in the game automatically.

Launch streamer mode

RecTangled

Word-search grid puzzle

Open Stream Page

eRecTangled

Droplet word grid

Open Stream Page

Searchle

Semantic word search

Open Stream Page
Troubleshooting
The dashboard says "Disconnected"
Make sure TikFinity is running and connected to your TikTok stream. The Stream Bridge needs TikFinity open on the same computer. The status should flip to "Connected" automatically once TikFinity is ready.
What is localhost:21213?
That's the local address TikFinity uses to send chat events. It only works on your own computer and is not exposed to the internet. The Stream Bridge listens to it automatically — you don't need to configure anything.
The game page isn't receiving chat
Check three things:
1. Is TikFinity running and connected to your TikTok stream?
2. Is the Stream Bridge dashboard showing "Connected"?
3. Is the game page URL exactly one of the supported /stream pages listed above?

If all three are yes and it still doesn't work, try refreshing the game page.
Can I use this on macOS or Linux?
The packaged .exe is Windows-only. If you have Node.js installed, you can run the bridge from source on any platform:

git clone the repo, cd tools/streamer-bridge, then npm install && npm start.
How do I add this to OBS?
Add a Browser Source in OBS and set the URL to one of the game stream pages (e.g. https://rectangled.live/stream). The game page will automatically connect to the Stream Bridge running on your computer.
Is my data safe?
Yes. The Stream Bridge runs entirely on your computer. It only connects to TikFinity locally and serves game data to pages you open yourself. No data is sent to any external server by the bridge.