LobeChat is a popular open-source chat UI (55k+ stars) that runs anywhere Docker does. Because it consumes any OpenAI-compatible endpoint, AIgateway plugs in with two environment variables — no plugins, no forks.
Pass OPENAI_PROXY_URL and OPENAI_API_KEY when you start the container. LobeChat routes every OpenAI-provider call through AIgateway.
Settings → AI Service Provider → OpenAI. Flip on Use Custom API Endpoint, paste https://api.aigateway.sh/v1 and your AIgateway key, then add models using their provider/slug form (e.g. moonshot/kimi-k2.6). Changes persist per-browser.
Same two env vars via your compose file or Helm values. No sidecar, no webhook rewrite.