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

NexQuant: Rust-native 3-bit KV-cache engine for edge deployment
NexQuant is a production-hardened Rust engine that enables running high-context models on consumer hardware with 3-5x memory reduction. It supports Metal, CUDA, Vulkan, and CPU backends.

Spectr: An MCP That Writes App Specs from Screen Recordings for Pixel-Perfect Claude Clones
Spectr is an MCP server, CLI, and Claude Code skill that takes an .mp4/.mov screen recording of an iOS app and generates a 7-section spec.md with hex codes, font weights, spacing, transitions, and nav graph — eliminating the 30-minute manual spec writing per screen.

MOOSE-Star: A 7B Model and 108K-Paper Dataset for Scientific Hypothesis Discovery – ICML 2026
MiroMind releases MOOSE-Star on Hugging Face: a 7B model (DeepSeek-R1-Distill-Qwen-7B fine-tune) for scientific hypothesis discovery, alongside the 108K-paper TOMATO-Star dataset. Benchmark shows MS-7B achieves 54.34% inspiration retrieval accuracy, beating GPT-5.4 and approaching Gemini-3 Pro.

I ripped out OpenClaw's default markdown memory and built a Node.js/Postgres API layer instead
A developer disabled OpenClaw's memory-core plugin and built a typed Node.js/Express + PostgreSQL backend. Context drift dropped to zero.