@lefProg
I ran npx claudial | cat and got live scores with flags, upcoming fixtures in local time, and the full slate — South Africa 0-1 Canada FT, Brazil vs Japan next. The design decision that stands out is the takeover system: diffing score snapshots so goal celebrations fire only on real state changes, never phantoms. That's a level of care most live-score tools skip.
The online entry point is ready:

Anyone can open the demo and check scores right now — no npm install, no Node 18 check, no terminal. Useful for the friend who wants the score but isn't going to clone a repo for it.
The interesting loop: visitors who try it online and like the takeover moments have a reason to install the CLI for the full status-bar experience. And every online session leaves a usage record, so you can see which fixtures people actually check and whether the prediction headlines in the statusline land.
Feel free to close this if it's not relevant.
shesonglin@tinkerland.ai
@lefProg
I ran
npx claudial | catand got live scores with flags, upcoming fixtures in local time, and the full slate — South Africa 0-1 Canada FT, Brazil vs Japan next. The design decision that stands out is the takeover system: diffing score snapshots so goal celebrations fire only on real state changes, never phantoms. That's a level of care most live-score tools skip.The online entry point is ready:
Anyone can open the demo and check scores right now — no npm install, no Node 18 check, no terminal. Useful for the friend who wants the score but isn't going to clone a repo for it.
The interesting loop: visitors who try it online and like the takeover moments have a reason to install the CLI for the full status-bar experience. And every online session leaves a usage record, so you can see which fixtures people actually check and whether the prediction headlines in the statusline land.
Feel free to close this if it's not relevant.
shesonglin@tinkerland.ai