❯❯ ctrl + shift + k

Projects · streamer-tools

Streamer Tools

Web tools for streamers and creators.

in progress · 2025 ongoing · solo

README.md · streamer-tools · main

readme

Started because I kept building one-off stream widgets that lived in random folders. The timer came first — I needed a clean countdown I could throw into OBS as a browser source, and every existing option was either login-walled, bloated, or couldn't be embedded cleanly. Built it in an afternoon.

The spinner came next, same logic. Needed something for a community game on stream — every wheel tool I found was styled like a 2012 Flash site or required an account just to save a list. So I built one.

The pattern was obvious — there's a whole category of streamer utilities that are simple enough to be a URL, but nobody builds them that way. So instead of scattered files, I turned it into a proper toolbox.

The core rule: every tool has to work as a plain URL. No accounts, no installs, no state stored on a server. You open it, configure it, and if you want to save that setup — the URL does it. Paste it in OBS, bookmark it, share it with your mods. That constraint shapes every tool.

Tools so far:
Stream Timer: countdown/countup, visible in browser source, shareable URL state.
Wheel Spinner: weighted, configurable, canvas-rendered. OBS-ready.
D&D Initiative Tracker: built during a live stream D&D session; tracks turn order, HP, and conditions.

More tools get added when I see a problem during a stream that a tool could solve.

TOOLS

3 released · ongoing

APPROACH

URL-first · OBS-ready embeds

PERSISTENCE

Client-side only · no accounts