npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

garursaili-css

v1.0.2

Published

The most beautiful atomic CSS framework .

Readme

GARURSAILI-CSS

🦅 GarurSaili-CSS


Why GarurSaili-CSS?

Garur means Eagle — speed, power, and precision.

GarurSaili‑CSS is built to:

  • ⚡ Compile styles in under 100ms
  • 🧠 Generate CSS only when used (true JIT)
  • 🧩 Offer component‑aware utilities
  • 🔌 Support plugins, themes, and future Rust acceleration
  • 🛠 Give developers full control over CSS generation

📦 Installation

npm init -y
npm install garursaili-css

Or globally for CLI usage:

npm install -g garursaili-css

🖥 CLI Usage

garur init
garur build
garur watch

or

npx garur -h
npx garur

The CLI is built for zero‑config productivity while remaining deeply customizable.


Garur Dynamic Engine:

GarurSaili‑CSS is not a static CSS framework. It is a dynamic CSS compiler engine.

🔥 Dynamic JIT Compilation

  • Scans your project files in real time
  • Detects only the classes you actually use
  • Instantly generates optimized CSS
  • Removes unused utilities automatically

Unlike traditional frameworks:

| Feature | GarurSaili‑CSS | | --------------- | --------------- | | Build Type | Dynamic JIT | | Unused CSS | No | | Speed | Ultra Fast | | Runtime Control | Full |


🧬 Internal Pipeline

Source Files
   ↓
Lexer → Parser → Variant Engine → Builder
   ↓
Optimized CSS Output

Each stage is modular and hackable.


Smart Class Intelligence

Garur understands:

  • Variants (hover:, focus:)
  • Responsive rules (sm:, md:)
  • Custom tokens
  • Theme variables

All processed dynamically — no pre‑generation.


🎨 Components System

Garur includes a rich component layer:

  • Buttons
  • Cards
  • Navbar
  • Modal
  • Tooltip
  • Toast
  • Skeletons
  • Pricing Cards more...

Theming

export default {
  colors: {
    primary: '#2563eb',
    accent: '#22c55e'
  }
}

Themes are dynamic, hot‑reloadable, and future‑proof.


⚙️ Configuration

export default {
  content: ['./src/**/*.{html,js,ts}'],
  theme: {},
  plugins: []
}

Simple on the surface, powerful underneath.


🧩 Plugin System

Garur supports a plugin API:

export default function plugin(api) {
  api.addUtility('.glass', {
    backdropFilter: 'blur(10px)'
  })
}

Rust Engine (Experimental)

GarurSaili‑CSS is evolving.

A Rust‑powered engine is being integrated using NAPI‑RS to:

  • Boost parsing speed
  • Enable parallel builds
  • Prepare for enterprise‑scale usage

This will make Garur one of the fastest CSS engines ever built.


📊 Performance

| Task | Time | | ---------- | ------------ | | Cold Build | ~80‑100ms | | Rebuild | ~10‑20ms | | Watch Mode | Near‑instant |

⚡ Performance Overview Metric GarurSaili-CSS Build Time ≤ 100 ms Engine Type True JIT (On-Demand) Initial Scan Speed Ultra Fast Incremental Rebuild Near Instant Memory Usage Very Low Cold Start Time Minimal File Watching Native & Optimized Output CSS Size Highly Optimized Runtime Dependency Zero CLI Startup Time Fast Future Engine Backend Rust (NAPI)

🔒 License

MIT License © 2025 Barshan Sarkar

You are free to use, modify, software built using GarurSaili‑CSS.


🌟 Vision

GarurSaili‑CSS is not just a framework.

It is an engine, a compiler, and a movement toward faster, smarter, and cleaner CSS. indian first dynamic utility + component = hybrid css framework . made my BARSHAN SARKAR made in india (west bengal )

Built non‑stop. Released with belief. Garur now flies. 🦅