Mike rebranded as OpenLex; demo tier and legal disclaimers removed
mrihains white-labeled Mike as "OpenLex" across four commits, stripping the SaaS demo framing, the free-tier display, and the legal disclaimer text. All changes are frontend surface - no data model or API logic was modified.
The rebrand is mechanical: page title, OG metadata, sidebar, site logo, models page copy, and auth page notices all swap "Mike" for "OpenLex". The OG URL field is blanked. The "Mike hosted on MikeOSS.com is currently a demo service" sentence is removed from the login and signup pages.
The tier/billing surface gets a parallel pass. The dynamic profile?.tier || "Free" display is replaced with the hard-coded string "AI Token Cost Only". The sidebar tier line becomes the literal string "User". The default tier in UserProfileContext.tsx is changed from "Free" to "Usage Only". The account page heading "Usage Plan" becomes "Plan".
The chat disclaimer changed from "Answers are not legal advice" to "Check responses carefully." The signup and login disclaimer paragraphs were emptied - the <p> elements are still in the JSX but contain only whitespace, leaving dead markup on both auth pages.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?