AI Development Analytics Platform

Your AI is Breaking Your Rules

See every violation. Fix the patterns. Zero token overhead.

7-day free trial — no credit card required

Try it now — no account needed
$npx @rulecatch/ai-pooler monitor --no-api-key

See what your AI is doing in real-time. Zero setup, zero tokens, zero cost.

🛡️200+ Rules
< 100ms Detection
🎯Zero Token Overhead
dashboard.rulecatch.ai
Rulecatch Dashboard Overview

You spent hours writing coding standards.

Your AI ignores them.

CLAUDE.md Violations

You wrote strict coding standards. Claude ignores them 30% of the time.

# CLAUDE.md
## ALWAYS use aggregation framework
NEVER use find() or findOne()

# What Claude actually writes:
const user = await db.collection('users')
  .findOne({ email }); // ← violation

.cursorrules Violations

Your AI rules say "TypeScript only." It still generates .js files.

// .cursorrules
// ALWAYS use TypeScript, NEVER plain JavaScript
// ALWAYS use named exports

// What Cursor generates:
module.exports = function handler(req, res) {
  // ← .js file, default export, CommonJS

Security Rule Violations

Your rules ban hardcoded secrets. AI creates them anyway.

# Security Rules:
# NEVER hardcode credentials or API keys

# What AI generates:
const API_KEY = "sk-proj-abc123...";
const DB_PASS = "production_password";
// ← leaked to git history
Real-time Detection

See every rule your AI breaks. Fix the patterns.

dashboard.rulecatch.ai/violations
Rulecatch Violations View

Coding Standards

60+ rules

Database Patterns

25+ rules

Security

40+ rules

Architecture

30+ rules

Custom Rules

Enterprise

Write your own rules to enforce team-specific coding standards, naming conventions, and architectural patterns.

More Than Catching Violations

Full-stack analytics for AI-assisted development.

208 Pre-built Rules

18 categories covering coding standards, database patterns, security, architecture, and more. Start catching violations in minutes.

Enterprise

Custom Rules

Write rules that match your team's coding standards, naming conventions, and architectural guidelines. Your codebase, your rules.

Real-time Detection

Sub-100ms violation detection via MongoDB Change Streams. See violations the moment they happen, not hours later.

AI Session Analytics

Track tokens used, cost per session, lines of code per hour, and model usage across your entire team.

True Cost Calculation

AI API cost + developer time = real cost. Know exactly what each AI session costs your organization.

Team Management

Per-developer violation attribution. See who causes which violations and track improvement over time.

Alert System

8 channels: Slack, Discord, Teams, PagerDuty, OpsGenie, Datadog, webhook, and email. Get notified your way.

5-Minute Setup

Get Started in Three Steps

01

Install the CLI

One command to install. Works with Claude Code in VS Code and any IDE that supports Claude hooks.

bash
npx @rulecatch/ai-pooler init \
  --api-key=rc_your_key \
  --project-id=your_project \
  --region=us
02

Add Your Rules

Choose from 200+ pre-built rule templates organized in 17 categories, or create your own.

bash
# Select your stack in the dashboard:
# ✓ TypeScript / Node.js
# ✓ MongoDB (aggregation-only)
# ✓ Next.js App Router
# ✓ Security best practices
# → 47 rules auto-assigned
03

Code Normally

Zero config, zero token overhead. Hooks run outside the AI context — your AI never knows it's being watched.

bash
# Just use your AI tool as usual.
# Rulecatch™ hooks capture tool calls,
# detect violations in real-time,
# and report to your dashboard.

# No prompts read. No code collected.
# Only metadata + violation detection.
Pro + Enterprise

Talk to Rulecatch™. Right from your AI.

Install the Rulecatch™ MCP server in Claude Code or any MCP-compatible tool that supports hooks to query your violation data. Then just ask.

Just Ask

"Rulecatch™, what was violated today?"
"Rulecatch™, create a plan to fix violations caused in this session"
"Rulecatch™, show me all security violations this week"
"Rulecatch™, what rules am I breaking the most?"
"Rulecatch™, give me a file-by-file fix plan for today's violations"

6 MCP Tools

rulecatch_summary

Violations overview, top rules, category breakdown, and AI activity metrics

rulecatch_violations

List violations with filters (severity, category, session, file, branch)

rulecatch_violation_detail

Full context for a specific violation including matched conditions and git context

rulecatch_rules

List all active rules with conditions, severity, and descriptions

rulecatch_fix_plan

Violations grouped by file with line numbers, prioritized for fixing

rulecatch_top_rules

Most violated rules ranked by count with correction rates

Setup (30 seconds)

mcp_config.json
{
  "mcpServers": {
    "rulecatch": {
      "command": "npx",
      "args": ["-y", "@rulecatch/mcp-server"],
      "env": {
        "RULECATCH_API_KEY": "rc_your_key",
        "RULECATCH_REGION": "us"
      }
    }
  }
}

Your AI broke the rules.

Now your AI can fix them. The MCP server gives your AI direct access to violation data, fix plans, and rule context — so it can correct its own mistakes without you lifting a finger.

Zero-Knowledge Encryption

We can't see your data. Period.

All private information is encrypted on your machine with your key. Rulecatch™ never has access.

Client-side AES-256-GCM

All private information (file paths, git emails, project names) is encrypted on YOUR machine with YOUR encryption key before it ever leaves.

Browser-side Decryption Only

Data is decrypted in YOUR browser using your key. Rulecatch™ never has access to your encryption key and cannot decrypt your data.

US + EU Complete Isolation

US servers cannot see or talk to EU servers. Period. Separate accounts, separate servers, no cross-region access. 101% GDPR compliance.

Zero Token Overhead

Hooks run outside the AI context. No prompts collected, no code read. Only metadata and violation detection signals.

Encryption Architecture

💻

Your Machine

Encrypts with YOUR key

🔒

Rulecatch™

Cannot decrypt

🌐

Your Browser

Decrypts with YOUR key

If you lose your key: We cannot help you decrypt it. Analytics and metrics still work — but encrypted fields (usernames, emails, file paths) will remain as encrypted text permanently.

Simple, Transparent Pricing

7-day free trial on all plans — no credit card required.

Starter

For individual developers getting started with AI analytics.

$49/seat/mo
Start Free Trial
  • Overview Dashboard
  • Rule Violations
  • Rules (read-only)
  • Daily Digest Email
  • 1 Alert
  • 1-day data retention
Most Popular

Pro

For teams that need full visibility into AI development.

$199/seat/mo
Start Free Trial
  • Everything in Starter
  • AI Sessions & Analytics
  • Reports
  • Full Rules Access
  • Full Alert Builder (10 alerts)
  • Hourly + Daily alerts
  • Email channel
  • MCP Server Access
  • Pattern Detection
  • 30-day data retention
  • Session encryption (in-memory)

Enterprise

For organizations requiring full control and compliance.

$499/seat/mo
Start Free Trial
  • Everything in Pro
  • Versions & Comparisons
  • Custom Rules
  • Unlimited Alerts
  • Real-time alert frequency
  • All 8 channels (Slack, Discord, Teams, Webhook, PagerDuty, OpsGenie, Datadog, Email)
  • Per-User Attribution
  • SSO Integration (Coming Soon)
  • Custom Integrations
  • Persistent encryption keys
  • Priority Support
  • 90-day data retention

Try It Yourself

No signup required. Explore a fully loaded dashboard with real data.

Live Demo Account

Enterprise plan with all features unlocked

demo@rulecatch.ai
•••••••••••••
Open Dashboard Demo

Read-only demo account. Data resets periodically. US region only.

Compatibility

Rulecatch™ works through Claude hooks — capturing every tool call with zero token overhead. Currently available in any IDE that supports Claude Code hooks, with more integrations on the way.

🤖Claude CodeAvailable NowVS Code & any IDE with Claude hooks
💻Claude DesktopComing SoonWhen hooks support lands
🔀Git HooksIn DevelopmentWorks with any tool that uses git

Stop flying blind with AI development

Start catching violations in 5 minutes. 7-day free trial — no credit card required.