adamwolfe2/mike-amcollective
AM Collective's in-house legal AI: a self-deployed Mike fork running internally on Claude Opus 4.7 for the firm's lawyers.
This is adamwolfe2's fork of Mike, repurposed as the internal legal document AI for AM Collective Capital. It lives at legal.amcollectivecapital.com and is pitched squarely at the firm's own lawyers - ad-hoc contract review, repeatable workflows, and the kind of day-to-day document work an internal legal team actually does.
The deployment story is the most distinctive thing here. adamwolfe2 has taken Mike off its upstream hosting assumptions and stood up the whole stack themselves: backend on Fly.io, frontend on Vercel, storage moved over to Supabase. That, plus a new programmatic endpoint for review, suggests someone who wants this running on their own terms rather than as a hosted Mike instance.
The branding is committed - there's a written user guide aimed at AM Collective staff, and the product is framed as the firm's own internal tool rather than a generic Mike deployment. Direction-wise, it reads as a private, single-tenant legal AI for one firm, with the infrastructure work to match.
What's in it
- Self-hosted on Fly.io and Vercel adamwolfe2 runs the backend on Fly.io and the frontend on Vercel rather than relying on hosted Mike - a deliberate move to own the deployment end-to-end.
- Supabase as the storage backbone Document storage runs on Supabase Storage, simplifying the credential and infrastructure story for a small in-house deployment.
- Programmatic review endpoint A new endpoint exposes review functionality for programmatic use, hinting at workflow or integration ambitions beyond the standard UI.
- AM Collective-branded user guide A written guide pitched at the firm's lawyers walks through ad-hoc contract review and other internal use cases, framing Mike as AM Collective's own legal AI.
- Runs on Claude Opus 4.7 The guide explicitly positions the tool on Claude Opus 4.7 - a deliberate model choice for high-stakes legal document work.
- Hosted at legal.amcollectivecapital.com The fork lives on AM Collective's own domain, reinforcing that this is an internal firm tool rather than a public product.
Direction
infrastructurecontract-reviewbranding
Activity
Threads of work (detailed view)
adamwolfe2 turns Mike into AM Collective's in-house deal reader
A new internal user guide reframes the open-source legal AI as a structured first-read tool for credit and shareholder agreements.
adamwolfe2 picks a lane on storage
The fork drops its dual storage setup and commits fully to Supabase for file handling.
adamwolfe2 turns document review into an API
A new endpoint lets other software hand Mike a document and get back a structured review - no human in the loop.