juanjo cuts Mike loose from Supabase
The fork can now run end-to-end on a developer's own machine, with no third-party accounts required to get started.
Mike has leaned on Supabase - a hosted service that bundles a database with user logins - for both storing data and signing people in. juanjo has pulled it out entirely. Logins now run locally, and the browser no longer juggles access tokens on every request; the user's session simply rides along in a standard cookie. Behind that, the fork swaps in a self-hosted database and a local stand-in for cloud file storage, so the whole system spins up from a single command.
The practical payoff is twofold. Anyone can clone the project and have it working in minutes without signing up for anything, which lowers the bar for trying or contributing. And moving authentication in-house means the login layer is no longer a black box owned by an outside vendor - useful if you care where your matter data and credentials actually live.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?