Back
LLM Gateway Platform

SecureLLM

Independently designed and built an LLM proxy gateway with dynamic multi-provider routing and API key abstraction for tenant isolation.

Node.jsTypeScriptSupabasePostgreSQLDocker

The brief

A side-project-turned-real-product. Teams kept asking the same question: "how do I let my app call OpenAI / Anthropic / Azure without checking provider keys into env files everywhere?" SecureLLM is a thin LLM gateway that solves that — provider-agnostic routing, per-tenant key vaulting, usage telemetry.

What I did

Outcome

What I learned

The interesting part of an LLM gateway isn't the proxying — it's the policy surface around it. Routing, quotas, observability, key rotation. The proxy is the easy bit.