nwhitehouse opens Mike to a hand-picked roster
Launch-week plumbing brings the fork up as a hosted product, with signups locked to three named firms at the database.
nwhitehouse spent launch week getting this fork onto production hosting - the kind of work that's invisible until it breaks, and a fair amount of it did. The piece worth noticing from outside the engine room is what's gating the front door: a database-level rule that rejects any new account whose email domain doesn't belong to one of three firms - Onit, McCarthy Finch, and K1.
Enforcing it at the database, rather than only at the signup form, is the tell. It means the restriction holds even if someone tries to create an account through an admin console or an API call, not just the website. The frontend mirrors the rule so users get an instant 'not allowed' message, but the database has the final word.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?