Style with a sip of Chai.

A super lightweight, utility-first CSS engine built entirely with Vanilla JavaScript. No build steps, no bloat. Just pure DOM manipulation performance.

~ npm install chaiwinddev
View on npm Read Documentation

Zero Dependencies

Built from the ground up in pure Vanilla JavaScript. You don't need Webpack, PostCSS, or any heavy tooling to make it work.

Mutation Observer

Dynamic by design. The engine constantly watches your DOM and applies styles the exact millisecond a new component is rendered by React or Vanilla JS.

Conflict-Free

Every utility class utilizes the chai- prefix. Drop it into any legacy project safely without worrying about breaking existing CSS styles.

CDN Ready

Not using a bundler? No problem. Import the engine directly via unpkg into a plain HTML file using ES Modules and start styling instantly.