Skip to main content
Uizy Logo

U-izy

Tiny footprint, limitless possibilities

A micro, utility-first CSS framework for modern UIs

What is Uizy?

A utility-first CSS framework that makes styling super easy! Instead of writing CSS from scratch, you just add class names to your HTML.

❌ The Old Way (writing CSS)

.my-button {
padding: 16px;
margin-top: 8px;
text-align: center;
border-radius: 8px;
}

✅ The Uizy Way (just add classes!)

<button class="pa-4 mt-2 ta-c br-2">Click me!</button>

Quick Start

Add Uizy to your project in seconds:

📦 NPM

npm install @dufeut/uizy

🔗 CDN

<link rel="stylesheet" href="https://unpkg.com/@dufeut/uizy/dist/index.css" />

Why Love Uizy?

Easy to Remember

Simple class names like ta-c for Text Align Center. No more guessing!

📱

Works Everywhere

Built-in responsive classes for phones, tablets & desktops.

🎨

Customizable

Change colors, spacing, and more with CSS variables.