ebubekirkupe/mike

Local-first Electron app with a Word task-pane add-in for AI-assisted legal document review

One major topic observed: a wholesale local-first pivot that replaces the cloud backend with SQLite, local file storage, an Electron wrapper, and a new ~25k-LOC Microsoft Word add-in workspace. The upstream multi-user and RLS model is abandoned in favour of a single-user design.

View on GitHub →

ebubekirkupe/mike diverges sharply from the upstream cloud-hosted design. The fork replaces Supabase auth, Cloudflare R2, and separate frontend/backend processes with a single Electron shell, better-sqlite3 local storage, and an HTTPS loopback server that serves a Microsoft Word add-in. Documents stay on the user's machine. AI provider credentials are AES-256-GCM encrypted at rest.

The Word add-in is the fork's primary differentiator: it integrates directly into Word's task pane and uses track-changes or comment mode to surface AI edits, each accompanied by a one-sentence justification comment. The repo is structured as Bun workspaces with a shared types package and a stub MCP server.

What's in it

Direction

draftingintegrationinfrastructure

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

2 threads have been distilled into posts.

ebubekirkupe rebuilds Mike as a local-first Electron app with a Word add-in

ebubekirkupe has replaced the cloud-hosted Supabase/R2 backend with a single-user Electron shell, SQLite storage, and a Microsoft Word task-pane add-in that attaches AI redlines as tracked changes with one-sentence justification comments. It's a deliberate product pivot, not an incremental patch.