contractCouncil's rebrand quietly switches off the login

A commit billed as renaming Mike to MatrixAI also rips out authentication and signs everyone in as the same fake user.

securitybranding

contractCouncil pushed what reads like a cosmetic rebrand - swapping the "Mike" name for "MatrixAI" across the interface. Buried in the same change, with nothing in the description to flag it, the team severed the app's link to its login system (Supabase, the service that checks who you are and whether you're allowed in). In its place sits a single hardcoded "developer" account that every visitor silently becomes.

That's a shortcut developers lean on while testing on their own machines. The problem is that here it's the only way in - there's no switch to flip it back for a real deployment. Any environment running this version has, in effect, no front door.

So what Anyone evaluating this fork, or running it anywhere a real user could reach it, should treat it as wide open until authentication is put back.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

1 commit from contractCouncil/matrix-ai, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
57915c8f refactor: rename Mike to MatrixAI across the application gks2022004 2026-05-08 ↗ GitHub
commit body
- Updated type imports from Mike to MatrixAI for consistency.
- Changed component names and references from Mike to MatrixAI.
- Adjusted placeholder texts and comments to reflect the new branding.
- Modified the AuthContext to use a mock user for development.
- Ensured all instances of the Mike icon are replaced with the MatrixAI icon.

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-215.md from inside the repo you want the changes in.

⬇ Download capture-thread-215.md