lawyer.oztralia.au

Exposed Client Data

Mike

Currently lawyer.oztralia.au is based on Mike.

  1. https://mikeoss.com/
  2. Mike, the Open Source Legal AI Platform – Will Chen Interview – Artificial Lawyer
  3. GitHub - willchen96/mike: OSS AI Legal Platform · GitHub

Default Workflows

Techs

Interfaces

Interface Frontend page / components Backend route Uses LLM chat/tools?
General Assistant / Chat frontend/src/app/(pages)/assistant/page.tsx backend/src/routes/chat.ts mounted at /chat Yes
Projects / Matter workspace frontend/src/app/(pages)/projects/page.tsx and project components backend/src/routes/projects.ts plus backend/src/routes/projectChat.ts mounted at /projects/:projectId/chat Yes
Tabular Reviews frontend/src/app/(pages)/tabular-reviews/page.tsx and tabular components backend/src/routes/tabular.ts mounted at /tabular-review Yes
Workflows frontend/src/app/(pages)/workflows/page.tsx and workflow components backend/src/routes/workflows.ts Indirectly / through chat tools
Account / settings frontend/src/app/(pages)/account/page.tsx backend/src/routes/user.ts No, mostly settings/profile