Now in public beta

Runtime guardrails for AI coding agents. Composable. Agent-agnostic.

VGuard Cloud transforms local rule-hit data into actionable insights. Track quality trends, detect convention drift, and get alerts — all from a lightweight dashboard.

npm i -g @solanticai/vguard

Everything you need to ship with confidence

Debt Score Tracking

A single number that captures your codebase health. Weighted scoring across blocks and warnings with 30-day sparklines.

Convention Drift Detection

Weekly snapshots compare your rule enforcement patterns. Get alerted when conventions start slipping.

Rule Hit Timeline

Visualize daily block/warn/pass counts across all your rules. Spot trends before they become problems.

Top Offenders

See which rules trigger the most. Focus your team's attention on the highest-impact quality improvements.

Slack & Discord Alerts

Debt threshold, drift detection, and rule spike alerts sent directly to your team's chat channels.

Team Dashboard

Aggregate metrics across all repos. Invite team members, manage roles, and track organization-wide quality.

Three steps to visibility

1

Install VGuard CLI

One command installs the guardrails framework into any project.

npm i -D @solanticai/vguard && npx vguard init
2

Connect to Cloud

Link your project to start syncing rule hits automatically.

npx vguard cloud connect
3

Monitor your dashboard

See debt scores, trends, and drift across all your AI-assisted coding sessions.

Simple pricing

Start free with the CLI. Add Cloud when you need team visibility and historical tracking.

Free (OSS)
$0
  • Full CLI with all rules
  • All 14 presets
  • Local markdown reports
  • Convention learning
Cloud Solo
$7/mo
  • 1 user, 3 repos
  • 90-day history
  • Dashboard with charts
  • Drift alerts
  • Weekly digest email
Cloud Team
$15/mo
  • Unlimited repos
  • 1-year history
  • Team view & RBAC
  • Slack/Discord alerts
  • Org-level rule overrides

Frequently asked questions

What AI tools does VGuard support?

VGuard works with Claude Code, Cursor, Codex CLI, OpenCode, and GitHub Actions. It generates native hook scripts for each adapter.

Does it slow down my AI coding sessions?

No. VGuard targets <100ms per hook execution. Rules that exceed the performance budget are automatically downgraded.

What data is sent to the cloud?

Only aggregated rule-hit metadata: rule ID, status (pass/block/warn), file path, and event type. No code content is ever transmitted.

Can I self-host the dashboard?

The CLI is fully open source (Apache 2.0). Cloud is a hosted SaaS, but all data is accessible via the API and you can export anytime.