Every LLM app needs the same six things: proxy routing, cost tracking, caching, observability, audit trails, and safety filters. That's 6+ separate tools, each with its own database and Docker setup. Stockyard replaces all of them with one Go binary. 66 middleware modules. 16 LLM providers (OpenAI, Anthropic, Gemini, Groq, Ollama, and more). Embedded SQLite ā no Redis, no Postgres. Install in 30 seconds, dashboard included. MIT licensed. Self-hosted is free forever with no limits.
Hey Product Hunt! Iām Michael, solo dev behind Stockyard.
I built this because every LLM app I shipped needed the same six things, and each was a separate tool with its own database and monthly bill.
The six things:
1. Proxy routing (OpenAI, Anthropic, Gemini, Groq, + 12 more)
2. Cost tracking with hard spending caps
3. Response caching
4. Observability (traces, latency, error rates)
5. Audit trails (hash-chained, compliance-ready)
6. Safety filters (PII redaction, prompt injection detection)
Stockyard does all six in one binary:
curl -fsSL stockyard.dev/install.sh | sh
30 seconds to your first proxied request. No Redis, no Postgres, no Docker.
Try the playground without installing anything: stockyard.dev/playground
MIT licensed. Self-hosted is free forever. All 66 modules, all 16 providers, unlimited requests.
What LLM infrastructure problems keep you up at night? Iād love to hear what to build next.āāāāāāāāāāāāāāāā
Report
Reviews
No reviews yetBe the first to leave a review for Stockyard