Collectory
in progress
A browser-based, drag-and-drop tracker maker for streamers. Build a custom collection or progress tracker, share it with a code, and embed it as an OBS browser source — no design tools, no code.
The Problem
Streamers constantly want bespoke on-stream trackers — bingo boards, achievement grids, collection checklists, "beat every boss" runs — but each one is a one-off build. Collectory turns that into a tool: make the tracker yourself, share it, and drop it into your scene.
This matters more than ever with the rise of randomizers. Archipelago and other multiworld setups shuffle items, goals, and logic across games, and a single seed's flag options produce a combinatorial explosion of run types — so no two challenges track the same way. Off-the-shelf trackers can't keep up, which makes custom, challenge-specific trackers essential rather than nice-to-have.
What's Being Built
- Drag-and-drop grid editor — place icons, size the board, arrange freely
- Per-icon state cycles (e.g. locked → in-progress → done) you define
- Share a finished tracker via a short code
- Embed as an OBS browser source that updates live
- Twitch sign-in + a Convex real-time backend for state and sharing
The Stack
Vite / React / TypeScript / Convex / Twitch OAuth
Status
In active development at collectory.app — auth and the real-time backend are in place; the editor is next.