I built an LLM observability platform in a weekend — see every AI call, cost and latency in one dashboard
I built an LLM observability platform in a weekend — see every AI call, cost and latency in one dashboard

I built an LLM observability platform in a weekend — see every AI call, cost and latency in one dashboard

I kept shipping AI apps with no idea what was happening under the hood — prompts going in, responses coming out, costs creeping up, and zero visibility into any of it.

So I built LogLens. Add one line of code and it logs every single AI call your app makes — the full prompt, completion, latency, token count, and cost — all in a clean dashboard.

Works with Anthropic and OpenAI out of the box. No framework lock-in.

npm install loglens const anthropic = wrapAnthropic(new Anthropic(), { apiKey: 'your-key' }) // that's it — every call is now logged 

Built the whole thing in ~48 hours using Claude Code. Still early but fully working.

Free early access here: llm-watch.vercel.app

Would love feedback — what features would make you actually use this day to day?

submitted by /u/ProcessAutomatic6941
[link] [comments]