Project Case Study
AuthGate AI Proxy_
A local AI gateway I built to unify provider auth, streaming, and protocol translation behind one developer-friendly endpoint.
The Problem
Most AI tooling still assumes the client can talk directly to every provider. In practice, the surface area is fragmented. Providers differ on request shapes, auth models, streaming semantics, error contracts, and even the base URLs clients are expected to target.
That becomes painful quickly if you want one local endpoint that works across editors, scripts, internal tools, and agent workflows.
I built AuthGate as a local gateway to remove that friction.
What I Built
AuthGate exposes one consistent endpoint on localhost:4000 and handles the ugly parts behind the scenes:
- translating provider-specific chat payloads into one local interface
- preserving streaming behavior through SSE
- refreshing tokens without breaking long-running sessions
- normalizing error responses into something clients can actually handle
The interesting work was not the web server. It was the compatibility layer. A proxy like this succeeds only if clients can forget which provider sits upstream.
Why It Matters
This project is really about local developer experience and protocol discipline. If a tool has to be reconfigured for every provider, or if streaming behaves differently every time, adoption falls apart. The value of AuthGate is that local tools can treat multiple providers as one stable boundary.
That makes it useful for:
- editor integrations
- local agent runtimes
- internal evaluation scripts
- teams experimenting across multiple model providers
For me, it is a strong case study in abstraction done carefully: simplify the interface, but do not hide the operational realities underneath.
More Projects
Related Work
More product systems, internal tooling, and engineering case studies that show adjacent parts of the stack.
2026
Gemini Embedding 2 MCP Server
A local MCP server for multimodal retrieval, built to give AI tools private search over code, documents, images, audio, and video without shipping data to a hosted vector store.
2026
Twin Leopards Society
Built a fast, edge-delivered event platform for a Berlin collective, focused on strong visual identity, low-ops publishing, and dependable performance.
2021
SAP Signavio
Worked on frontend architecture, design-system quality, CI/CD reliability, performance, and security hardening for a large enterprise process intelligence platform.