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

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.

Open-source structural hallucination checker for AI agent pipelines
A new open-source tool provides four suppressors to catch structural failures in AI agent pipelines, including grounding enforcement, prompt injection detection, JSON validation, and tool response verification. Available as both a REST API and MCP server with a free tier of 500 requests/month.

CC-Canary: Detect Regressions in Claude Code with Local JSONL Analysis
CC-Canary reads Claude Code session logs and produces a forensic report on model drift, including read:edit ratio, reasoning loops, cost trends, and auto-detected inflection dates.