vadi25/patronus
Law-firm rebrand of Mike: OpenAI provider, Supabase RLS, and dev-auth wired in from the start.
vadi25/patronus is a fork of willchen96/mike that rebrands to "Patronus" and sets up a fresh foundation: OpenAI replaces Anthropic as the default provider, Supabase CLI tooling and row-level security are configured from day one, and a dev-mode auth bypass is added to keep local iteration fast. The initial commits are all setup - no net-new product logic yet.
What's in it
- Patronus branding The product has been renamed from Mike to Patronus throughout, giving the fork its own identity from day one.
- OpenAI as a first-class provider OpenAI joins the lineup of supported LLM providers, broadening the model choices available out of the box.
- Supabase deployment story A CLI-driven migration layout plus row-level security tightens up how the app is provisioned and secured on Supabase.
- Developer auth path A dev-friendly auth setup lowers the friction of getting a local instance running.
- Refreshed docs Documentation has been updated to match the new brand and the reworked setup flow.
Direction
brandinginfrastructureintegration
Activity
Threads of work (detailed view)
vadi25 renames Mike to Patronus and locks down who can see what
A rebrand on the surface, but underneath it adds OpenAI as an engine option and tightens data isolation across the whole system.
vadi25/patronus: RLS hardening, OpenAI provider, and a full rebrand in one foundational commit
The fork's first and only commit (+11,440/-8,169, 127 files) bundles four distinct strands: a `mike` → `patronus` rebrand, an OpenAI LLM provider, hardened Supabase RLS policies covering 14 tables, and a `SKIP_AUTH_IN_DEV` bypass. Most of the line count is name churn; the genuinely new code is the RLS migrations and the OpenAI provider.