One command. Full visibility into your design drift. Free and open source.
npx ahoybuoy scan No install required. Just run this command in your project:
npx ahoybuoy scan Analyze your codebase for design drift signals:
npx ahoybuoy drift check Get a summary of your design system adoption:
npx ahoybuoy status # .buoy.yaml
# Your design system source
tokens:
source: "./src/tokens"
# Components to scan
include:
- "src/components/**/*.tsx"
# Patterns to ignore
ignore:
- "**/*.test.tsx"
- "**/stories/**"
# Severity thresholds for CI
thresholds:
critical: 0 # Fail on any critical
warning: 10 # Allow up to 10 warnings