cd /news/ai-tools/show-hn-prismcat-local-transparent-p… · home topics ai-tools article
[ARTICLE · art-14460] src=github.com pub= topic=ai-tools verified=true sentiment=↑ positive

Show HN: PrismCat – Local transparent proxy and debugging console for LLM APIs

A developer released PrismCat, a self-hosted transparent proxy and debugging console for LLM APIs that logs all requests and responses without sending data to third parties. The tool uses subdomain routing to capture traffic from SDKs like LangChain and OpenAI wrappers, allowing users to inspect streaming data and replay failed requests through an interactive UI.

read1 min publishedMay 26, 2026

Hi HN,

I built PrismCat because I got tired of not knowing what LLM SDKs (like LangChain or various OpenAI/Anthropic wrappers) were silently injecting into my prompts behind the scenes. It's often hard to debug why a streaming request froze, or why a function-calling agent returned malformed JSON, without diving deep into SDK code.

PrismCat is a single-binary, self-hosted proxy and UI designed to run silently 24/7 as an LLM "black box" logger.

How it works: It uses subdomain routing to achieve transparent proxying. For example, if you add an upstream named openai, PrismCat exposes [http://openai.localhost:8080](http://openai.localhost:8080).

Modern operating systems and browsers resolve *.localhost to 127.0.0.1 automatically, so you don't even need to edit your /etc/hosts file. You just change one line in your code—the base_url—and everything gets captured transparently (including Server-Sent Events/streaming).

Key features: - Fully local-first: written in Go, stores data in SQLite, never sends your keys or prompts to a third party. - Interactive Playground: Tweak and replay failed requests in the UI without re-running your scripts. - SSE capture: Captures and reconstructs SSE chunks so you can inspect the raw flow. - Request Override (Opt-in): Intercept and rewrite outgoing requests/headers without code changes.

I'd love to hear your feedback on the implementation (especially the subdomain routing approach) and what features you'd like to see next!

Comments URL: [https://news.ycombinator.com/item?id=48279360](https://news.ycombinator.com/item?id=48279360)

Points: 1

── more in #ai-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-prismcat-loc…] indexed:0 read:1min 2026-05-26 ·