A suite of four tools built to enforce design system standards, responsive layout, component consistency, and cross-language safety across Wati’s 250+ page frontend. Built in one day. Runs in Cursor and VS Code.
Chisel scans every file you open and flags hardcoded CSS values that should be using design tokens. It reads your real designTokens.css and mixins.ts files and suggests the exact token to use.
.tsx .ts .jsx .js file↳ StyledButton background: #000 → var(--wati-color-black)Chisel: X findingsApply All to fix entire fileNo token — add to design systemdesignTokens.css — not made up tokens