One command. Full visibility into your design drift. Free and open source.
npx @buoy-design/cli scan No install required. Just run this command in your project:
npx @buoy-design/cli scan Analyze your codebase for design drift signals:
npx @buoy-design/cli drift check Get a summary of your design system adoption:
npx @buoy-design/cli status export default {
// Your design system source
tokens: './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
}
}