Wanda is Wonderflow's open-source design system, built from tokens, React components, and shared configurations, including dedicated ESLint and Stylelint config packages to keep implementation standards consistent across teams.
It ships sharable ESLint and Stylelint configurations as first-class packages, not merely component code, a concrete example of a design system enforcing code-quality standards alongside visual consistency, worth studying for that dual enforcement approach.
Developers wanting a real example of pairing visual design tokens with matching code-linting configuration in one open-source monorepo.
It's genuinely open source and installable via npm with documented PostCSS setup, so it can be adopted as a real dependency, not merely referenced for inspiration.
Wonderflow's design system — tokens, React components, and shared foundations.