Zeude: Self-Hosted Monitoring Dashboard for Claude Code and OpenAI Codex

Zeude is a self-hosted monitoring dashboard that tracks Claude Code and OpenAI Codex usage in one place. The tool was developed after a team realized they couldn't track their Claude Code spending and couldn't find a suitable existing solution.
Key Features
The dashboard provides several practical monitoring capabilities:
- Per-prompt token and cost breakdowns for both Claude Code and OpenAI Codex
- Weekly leaderboard with cohort grouping for larger organizations
- Ability to push skills, MCP servers, and hooks to your entire team from the dashboard
- All data stays on your infrastructure
Version 1.0.0 Updates
The latest release adds three significant features:
- Windows support: Previously macOS/Linux only, now the whole team can use it regardless of OS
- Codex integration: Tracks both Claude Code and OpenAI Codex usage together, since many teams use both
- Per-user skill opt-out: Individuals can now turn off skills they don't want, addressing the limitation of all-or-nothing team skill sync
Technical Stack
The application is built with:
- Next.js
- Supabase
- ClickHouse
- OTel Collector
The tool was internally tested for approximately 6 months before being open-sourced. The developers note it's not perfect but solved their monitoring problem and might help others in similar situations.
📖 Read the full source: r/ClaudeAI
👀 See Also

Introducing Swarmhook: Free and Open Source Webhooks for Your Bot
Swarmhook.com offers free and open source webhooks to effectively manage events for your bots, streamlining automation and response capabilities.

LamBench: A Lambda Calculus Benchmark Suite for AI Coding Agents
LamBench is a benchmark suite evaluating AI agents on lambda calculus tasks, measuring intelligence, speed, and elegance. The v1 release includes problems and a matrix of scores.

Persistent Side Panel for Claude Code with Autonomous Content Management
A developer built a TUI panel that sits in an iTerm2 split pane next to the terminal, featuring three fixed panels that Claude autonomously manages to show relevant content like code, diagrams, and status updates.

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.