CRAFTED 100% WITH KULHAD CLASSES

The Desi
Utility Engine.

Not a UI kit. A lightweight, native JavaScript framework that evaluates Hindi/Hinglish utility classes on the fly. Build your own interface without the build step.

npm i kulhadcss
view the package

Everything you need

01
UNDER 20KB

Ultra-Lightweight

Zero dependencies. No build steps. Loads faster than a fresh kulhad of tea.

02
HTML NATIVE

Utility-First Desi

Compose expressive UIs directly in your markup using pure Hindi/Hinglish logic. No context switching.

03
AUTO MAGIC

Real-time Watcher

Built-in MutationObserver. Add classes dynamically in React or Vanilla JS, and watch them style instantly.

Taste the Framework.
Pure Kulhad Classes.

No complex CSS. Just standard logic translated into beautiful desi semantics.

1. Milkar (Flexbox)
User Profile
class="milkar milap-kaise-door khada-milap-beech"
2. Jaali (Grid System)
1
2
3
class="jaali-hai jaali-cols-3 faasla-2"
3. Likhai (Typography)

Majestic Heading.

Beautiful italics with perfect line spacing.

class="likhai-size-28 likhai-vazan-zyada"
4. Frame Element
Solid Earth Card
class="lakheer-1 ghumaav-4 parchaayi-4"

Taste the Framework.
Pure Integrated Desi UI.

No massive components. Unified visual concepts for standard real-world requirements, composed dynamically.

BESTSELLER
Masala Chai Kulhad ₹150

A perfect blend, served fresh. Enjoy desi flavors in every sip.

product-card.html

<div class="milkar faasla-4">
  <span class="likhai-size-18 likhai-rang-sienna">₹150</span>
  <h3 class="likhai-vazan-zyada likhai-rang-saddlebrown">Masala Chai</h3>
</div>
                    

Taza Updates 🗞️

Subscribe to get the latest KulhadCSS utilities delivered to your inbox.

newsletter.html

<div class="milkar faasla-2">
  <input class="ghera-x-3 lakheer-1" placeholder="Email">
  <button class="rang-piche-sienna">Judein</button>
</div>
                    
👨🏽‍💻
Rachit @kulhadcreator
profile.html

<div class="milkar milap-kaise-door">
  <div class="ghumaav-gol rang-piche-saddlebrown"></div>
  <span class="likhai-vazan-bhaari">Rachit</span>
</div>
                    

Brew Your First UI.

No bundlers or complex configs required. Just plug, play, and start writing desi classes.

1

Install the Package

Drop this into your terminal to get the latest batch.

npm install kulhadcss
2

Link the Engine

Import the script as a module in your HTML `<head>`.

<script type="module" src="https://unpkg.com/kulhadcss"></script>
3

Start Building

Just start typing classes. The MutationObserver handles the rest.

<h1 class="likhai-size-32 likhai-rang-sienna milkar beech">
  Namaste World!
</h1>