wozhub wires Mike up to live law-change alerts
A new fork pipes real-time legal updates straight into the app, so the system reacts the moment a law shifts.
wozhub's fork adds a connection that listens for alerts from Legalize, a service that tracks when laws are updated or repealed. When a law changes, the fork clears its stale copy and drops an in-app notification so users know something moved. The signature-checking that confirms each alert is genuine is cleanly done and worth a look for anyone building similar live integrations.
The alerting itself is rougher. Right now every user gets pinged about every law change, whether or not it touches their work - noisy, and it quietly tells everyone which laws moved. There's also a deduplication flaw that can swallow a second alert about the same law. The plumbing is solid; the who-gets-notified logic needs rework before anyone leans on it.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?