nwhitehouse puts its Mike fork into production, and bolts the door behind it
The interesting part isn't the deployment grind - it's who's allowed to sign up.
Most of this thread is the unglamorous work of getting a fork running on live hosting: smoothing out the friction that breaks deploys, fixing a cross-origin misconfiguration that was silently killing chat (users got an "API key required" pop-up on every message), and patching a flagged security hole in a core dependency before the host would ship it.
The telling move is access control. nwhitehouse added a hard rule, enforced at the database level so it holds no matter how someone tries to register, that only people with email addresses at three specific firms - Onit, McCarthy Finch, and K1 - can create accounts. The signup page mirrors the same list so outsiders get turned away instantly. This isn't a public demo; it's a private deployment built for a named set of organisations.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?