Added a live read-only demo to Torrix (self-hosted LLM observability) : no Docker needed to try it
Torrix is a self hosted LLM observability, single Docker container, SQLite, zero cloud dependencies.
Main friction: you had to install it before seeing what it does. So I built a demo mode. preloaded with 30 days of simulated LLM traces. 640 runs, 5 models, cost calculations, anomaly detection, agent traces, evals, SQL query interface. All read-only.
→ demo.torrix.ai - no signup, no Docker
→ torrix.ai - Website
→ https://github.com/torrix-ai/install - Github
What's in it:
- Cost spike: 3× normal volume, every anomalous run flagged automatically
- claude-3-5-sonnet vs gpt-4o-mini cost breakdown - 20× price difference, visible instantly
- 5-step agent trace (Orchestrator → Researcher → Synthesizer → Formatter → Validator)
- Eval results on 3 test datasets
- Live SQL interface against the trace data
Still a single docker run for self-hosting. All data stays local.