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

apple-music-play OpenClaw skill published on ClawHub for Apple Music search and playback
The apple-music-play skill published on ClawHub enables searching Apple Music's online catalog and playing tracks directly in the macOS Music app, without requiring songs to be in your local library.

Open-source Agent OS: Rust-based OS for AI agents with WASM sandboxing and Hands feature
An open-source operating system for AI agents has been released with 137k lines of Rust code under MIT license. The system runs agents in WASM sandboxes with 16 security layers and introduces 'Hands' for scheduled, autonomous agent operation.

Skills Creator Tool for OpenClaw Helps Developers Package Workflows
A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

Bifrost AI Gateway: Open-Source Tool Addresses AI Infrastructure Gaps
Bifrost is an open-source Go-based LLM gateway that provides automatic failover between providers, budget caps that reject requests, audit logging, and hooks for evaluation. Benchmarks show it's ~50x faster than LiteLLM at high throughput.