Modern utility-first CSS framework with 50+ animations, 8 themes, and advanced effects. Easy migration from Tailwind CSS.
Everything you love about Tailwind CSS, plus the superpowers you've been asking for
Pure CSS goodness with 50+ animations, 8 themes, and advanced effects
Just include and use. No complex build process or configuration needed
Easy migration with automated tools and comprehensive guides
92/100 benchmark score with optimized animations and efficient CSS
VS Code extension, comprehensive docs, and interactive examples
Glassmorphism, 3D transforms, advanced gradients, and particle effects
WindFlow achieves a 92/100 performance score
Feature | WindFlow | Tailwind | Bootstrap | Bulma |
---|---|---|---|---|
Bundle Size | 315.9 KB | 42.7 KB | 192.4 KB | 234.8 KB |
Animations | 50+ | 4 | 12 | 0 |
Themes | 8 built-in | Manual | 1 | Manual |
3D Support | ✅ Full | ❌ | ❌ | ❌ |
Performance Score | 92/100 | 85/100 | 78/100 | 72/100 |
Get started with WindFlow in minutes
# Install WindFlow CSS
npm install windflow-css
# Or install globally for CLI
npm install -g windflow-css
# Initialize in your project
windflow init
# Build your CSS
windflow build
# Run our automated migration tool
node scripts/migrate-from-tailwind.js
# Follow the step-by-step guide
# All your classes will be automatically converted
<!-- Enhanced animations -->
<div class="animate-rubber-band hover:animate-glitch">
Amazing Animation
</div>
<!-- Glassmorphism effects -->
<div class="glass-dark p-6 rounded-xl">
Glass Card
</div>
<!-- 3D transforms -->
<div class="rotate-x-45 perspective-lg hover:rotate-y-180">
3D Card
</div>
<!-- Advanced gradients -->
<div class="gradient-aurora animate-gradient">
Aurora Background
</div>
Everything Tailwind has, plus the superpowers you need
Everything you need to get started and master WindFlow
Full API reference, guides, and examples
Step-by-step guide to migrate from Tailwind CSS
Live demos and playground to test features
Detailed performance analysis and comparisons
IntelliSense, snippets, and live previews
Source code, issues, and contributions