Turn Your Organization into AI Natives
Enterprise Monitoring & Configuration Management Platform for Claude Code
Problem | Architecture | Quick Start | Enterprise
"Even with great AI tools, there's a huge Intention-Action Gap due to high learning curves."
Organizations invest in AI tools like Claude Code, but adoption remains low. Developers don't know what's possible, best practices stay hidden in silos, and there's no systematic way to share knowledge across teams.
Zeude bridges this gap through a data-driven ecosystem that measures, delivers, and guidesβturning passive tool availability into active organizational capability.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ZEUDE ECOSYSTEM β
β "Measurement brings visibility, sharing drives adoption" β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββ βββββββββββββββββββββββββββ βββββββββββββββββββββββββββ
β 1. SENSING β β 2. DELIVERY β β 3. GUIDANCE β
β (Measurement) β β (Deployment) β β (Suggestion) β
βββββββββββββββββββββββββββ€ βββββββββββββββββββββββββββ€ βββββββββββββββββββββββββββ€
β β β β β β
β βββββββββββββββββββ β β βββββββββββββββββββ β β βββββββββββββββββββ β
β β Claude Code β β β β Zeude Dashboard β β β β Claude Code β β
β β + OTEL Traces β β β β (Skill/Hook β β β β (User Prompt) β β
β ββββββββββ¬βββββββββ β β β Management) β β β ββββββββββ¬βββββββββ β
β β β β ββββββββββ¬βββββββββ β β β β
β βΌ β β β β β βΌ β
β βββββββββββββββββββ β β βΌ β β βββββββββββββββββββ β
β β ClickHouse β β β βββββββββββββββββββ β β β UserPromptSubmitβ β
β β (Analytics) β β β β Zeude Shim β β β β Hook β β
β ββββββββββ¬βββββββββ β β β (Auto-sync on β β β ββββββββββ¬βββββββββ β
β β β β β Claude start) β β β β β
β βΌ β β ββββββββββ¬βββββββββ β β βΌ β
β βββββββββββββββββββ β β β β β βββββββββββββββββββ β
β β Dashboard β β β βΌ β β β Skill Hint β β
β β (Insights & β β β βββββββββββββββββββ β β β (Keyword Match)β β
β β Best Practice)β β β β Local Sync β β β ββββββββββ¬βββββββββ β
β βββββββββββββββββββ β β β - skills/ β β β β β
β β β β - hooks/ β β β βΌ β
β "You can't improve β β β - rules.json β β β βββββββββββββββββββ β
β what you don't β β βββββββββββββββββββ β β β Skill Suggestionβ β
β measure" β β β β β "Try /slack!" β β
β β β Syncs latest tools β β βββββββββββββββββββ β
β β β automatically β β β
β β β β β Right tool, right time β
βββββββββββββββββββββββββββ βββββββββββββββββββββββββββ βββββββββββββββββββββββββββ
β β β
ββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββ
β CYCLE OF CONTINUOUS IMPROVEMENT β
β β
β Insights βββΆ Skills βββΆ Adoption βββ β
β β² β β
β ββββββββββ Measurement ββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββ
"You can't improve what you don't measure"
- OpenTelemetry Integration: Capture Claude Code usage via native OTEL traces
- ClickHouse Analytics: High-performance storage for token usage, session data, and patterns
- Dashboard Insights: Visualize adoption rates, identify power users, discover best practices
Developer Activity βββΆ OTEL Traces βββΆ ClickHouse βββΆ Dashboard Insights
"Automated deployment removes friction"
- Zeude Shim: Transparent wrapper that syncs configurations on every
claudeinvocation - Centralized Management: Define skills, MCP servers, and hooks in the dashboard
- Zero-Touch Sync: Teams get the latest tools without manual installation
Dashboard βββΆ API βββΆ Zeude Shim βββΆ Local Environment
β
βββ ~/.claude/hooks/
βββ ~/.claude/skills/
βββ ~/.claude/skill-rules.json
"The right tool at the right moment"
- UserPromptSubmit Hook: Intercepts prompts before Claude processes them
- 2-Tier Keyword Matching: Primary keywords trigger alone, secondary need 2+ matches
- Context-Aware Nudges: Suggests relevant skills based on prompt intent
User Prompt βββΆ Hook βββΆ Keyword Analysis βββΆ Skill Suggestion
β
"send message to slack" β Matches: "slack", "message"
βββββββββββββββΆ β βββββββββββββββΆ "Try /slack-agent!"
Without any mandates, purely data-driven approach:
| Metric | Before | After | Change |
|---|---|---|---|
| AI Tool Adoption | 6% | 18% | 3x increase |
This proves that "Measurement brings visibility, and sharing drives adoption."
- OpenTelemetry Integration: Industry-standard telemetry for Claude Code usage
- Prompt Analytics: Track, analyze, and audit all prompts
- MCP Server Management: Centrally manage MCP servers across your organization
- Skill Management: Create, share, and auto-deploy reusable prompts/workflows
- Hook Deployment: Deploy Claude Code hooks remotely from dashboard
- Real-time Nudges: Context-aware skill suggestions via 2-tier keyword matching
- Team Management: Organize users into teams with shared configurations
- Auto-Update: CLI binary automatically updates when new versions are available
- Claude Code installed
- Supabase account (for data persistence)
- ClickHouse instance (for analytics)
- macOS (Intel/Apple Silicon) or Linux (x86_64/arm64)
-
Clone the repository
git clone https://github.com/ZEP-Inc/zeude.git cd zeude -
Set up environment variables
cp .env.example .env # Edit .env with your Supabase and ClickHouse credentials -
Start the dashboard
cd zeude/dashboard pnpm install pnpm dev -
Run database migrations
# Apply Supabase migrations from zeude/dashboard/supabase/migrations/ # Apply ClickHouse migrations from zeude/dashboard/clickhouse/migrations/
-
Install CLI on client machines
curl -fsSL https://your-dashboard-url/releases/install.sh | ZEUDE_AGENT_KEY=zd_xxx bash
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β claude (shim) ββββββΆβ real claude ββββββΆβ Claude API β
β ~/.zeude/bin β β (original path) β β β
ββββββββββ¬βββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β
β on startup: sync config, skills, hooks
βΌ
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β Dashboard API ββββββΆβ Supabase β β ClickHouse β
β /api/config β β (Config, Users) β β (Analytics) β
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
When a developer runs claude:
- Zeude Shim intercepts the command
- Syncs latest skills, hooks, and MCP configs from dashboard
- Executes the real Claude CLI with synced configurations
- Hooks provide real-time guidance during the session
zeude/
βββ cmd/ # Go CLI source (zeude, claude shim, doctor)
βββ dashboard/ # Next.js web dashboard
β βββ src/app/api/ # API routes
β βββ supabase/ # Database migrations
β βββ clickhouse/ # Analytics schema
βββ deployments/ # Docker/K8s configurations
βββ internal/ # Go internal packages
β βββ autoupdate/ # Self-update mechanism
β βββ config/ # Endpoint configuration
β βββ mcpconfig/ # MCP sync logic
β βββ resolver/ # Binary path resolution
βββ scripts/ # Build and deployment
- Supabase Migrations - Database schema
- ClickHouse Migrations - Analytics schema
- Deployment Configs - Docker/K8s configurations
- CLI Source Code - Go shim implementation
We welcome contributions! Please see our Contributing Guide for details.
Please see our Security Policy for reporting vulnerabilities.
For organizations requiring enterprise-grade support, custom features, or professional services:
- Dedicated Support: Priority support with guaranteed SLAs
- Custom Development: Tailored features for your organization
- Deployment Assistance: On-premises or cloud deployment help
- Training: Comprehensive training for your team
| Contact | |
|---|---|
| General Inquiries | dev@zep.us |
| Enterprise Sales | jaegyu.lee@zep.us |
Apache License 2.0 - see LICENSE for details.
Copyright 2024-2026 ZEP Co., Ltd.
- Anthropic for Claude and Claude Code
- Supabase for backend infrastructure
- ClickHouse for analytics capabilities
Built by ZEP
"Measurement brings visibility, sharing drives adoption"