lingjiechen2/mike

Private Azure-hosted single-user deployment, rebranded as "Johann"

One topic, one commit. lingjiechen2 reconfigured mike for a personal Azure deployment: replaced the OpenAI provider with Azure Chat Completions (`2024-08-01-preview`), bypassed Supabase auth with a fixed UUID, and rebranded to "Johann". Default models shifted from Gemini/gpt-5.x to the gpt-4.1 family. No ongoing development visible beyond the initial setup.

View on GitHub →

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

Direction

brandinginfrastructure

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.

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.