lingjiechen2/mike
Private Azure-hosted single-user deployment, rebranded as "Johann"
lingjiechen2/mike is a private adaptation of willchen96/mike for a single operator running against Azure OpenAI. The fork swaps the OpenAI Responses API for Azure Chat Completions, guts multi-user auth in favour of a hard-coded local identity, and renames the product "Johann". One commit covers all three changes.
What's in it
- Renamed as Johann The fork carries its own product identity rather than presenting as Mike.
- Private Azure backend AI calls are wired through a private Azure setup instead of the default plumbing.
- Single-user build Login is removed, on the assumption only one person will ever be using it.
Direction
brandinginfrastructure
Activity
Threads of work (detailed view)
lingjiechen2 quietly rebuilds Mike into a private tool called Johann
A single commit rewires Mike to run as a one-person, login-free instance on Microsoft's cloud - and renames it on the way out.
lingjiechen2 rewires mike for Azure OpenAI and removes multi-user auth
A single commit reconfigures mike for a private Azure deployment: OpenAI Responses API out, Azure Chat Completions in, Supabase auth replaced with a hard-coded UUID, and the UI renamed "Johann". Three unrelated changes, one commit.