CaseMark rebuilds Mike as a Case.dev reference implementation, in the open

A public fork that bets entirely on Case.dev's legal-AI platform - useful if you're building there, heavy lifting if you're not.

integrationinfrastructure

CaseMark took Mike and rewired its plumbing around Case.dev, a hosted platform that supplies the building blocks of a legal workspace: a document vault, matter records, reusable skills, legal research, and a gateway to the AI models. Authentication, storage, and the data model were all reworked to sit on top of those primitives, and the team added a metered demo mode so anonymous users can trial the hosted instance on a shared, budgeted key.

Just before going public, CaseMark ran a hardening pass that fixed the things you'd want fixed before launch: download links now expire, login routes are rate-limited against brute force, webhooks must be signed, and provider API keys moved out of plaintext into encrypted storage. The honest catch, which the team flags itself: this is deeply tied to Case.dev, with no easy way to swap those pieces out.

So what Worth a look if you're already building on Case.dev and want a working example of how its pieces fit together; skip it if you're on a different stack.

View this fork on GitHub →

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

Commits in this thread

4 commits from CaseMark/mikeoss-casedotdev, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
2e6b6604 Prepare Case.dev public fork kveton 2026-05-02 ↗ GitHub
1c8769ce Complete Case.dev integration polish kveton 2026-05-04 ↗ GitHub
b81944c4 Trigger Vercel review checks kveton 2026-05-04 ↗ GitHub
e2ee94d0 Harden public release security kveton 2026-05-04 ↗ GitHub

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

⬇ Download capture-thread-289.md