KB01111 cuts Mike's cord to Supabase and ships a desktop build

This fork swaps its hosted backend for self-managed infrastructure, so the whole stack can live somewhere you control.

infrastructuresecurity

Most Mike forks lean on Supabase, a hosted service that handles sign-in and database storage for you. KB01111 has pulled it out and rebuilt both pieces in-house: logins, sessions, and the data layer now run on the fork's own infrastructure instead of a third party's. The team kept the existing app working on top of the new foundation, so the swap happens underneath without breaking what's already built. They also tightened account deletion so closing an account actually clears the projects, documents, and chats tied to it, rather than leaving stray data behind.

The other half of the work is a desktop version - the same app packaged as an installable program for Windows, Mac, and Linux, rather than something you only reach in a browser.

So what Worth a look for any firm that wants its legal AI running on infrastructure it owns - or installed on a desktop - rather than handed to an outside provider.

View this fork on GitHub →

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

Commits in this thread

6 commits from KB01111/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
e53d5b1d Migrate backend to Encore and local desktop auth KB01111 2026-05-26 ↗ GitHub
2244cb48 fix: apply CodeRabbit auto-fixes coderabbitai[bot] 2026-05-26 ↗ GitHub
Fixed 11 file(s) based on 14 unresolved review comments.

Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
2ef59269 fix: apply CodeRabbit auto-fixes coderabbitai[bot] 2026-05-26 ↗ GitHub
Fixed 5 file(s) based on 3 unresolved review comments.

Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
011de869 Update backend/migrations/001_initial.sql KB01111 2026-05-26 ↗ GitHub
Co-authored-by: entelligence-ai-pr-reviews[bot] <174136889+entelligence-ai-pr-reviews[bot]@users.noreply.github.com>
7cc73c22 Update backend/src/lib/localAuth.ts KB01111 2026-05-26 ↗ GitHub
Co-authored-by: entelligence-ai-pr-reviews[bot] <174136889+entelligence-ai-pr-reviews[bot]@users.noreply.github.com>
d35344d9 Update backend/src/encore.ts KB01111 2026-05-26 ↗ GitHub
Co-authored-by: entelligence-ai-pr-reviews[bot] <174136889+entelligence-ai-pr-reviews[bot]@users.noreply.github.com>

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-643.md from inside the repo you want the changes in.

⬇ Download capture-thread-643.md