DEV Community

Prog. Kanishk Raj
Prog. Kanishk Raj

Posted on

🇮🇳 ProXtyle – The Indian CSS Framework for Modern Web Design

ProXtyle is a modern, lightweight, and utility-first CSS framework crafted in India 🇮🇳 to simplify and accelerate responsive web development. Whether you're building a sleek portfolio, a dynamic web app, or a startup landing page, ProXtyle provides all the essential building blocks you need – with performance, simplicity, and full customization in mind.


🚀 Features

  • 🔹 Utility-First Classes – Build layouts faster with ready-to-use utility classes.
  • 🎨 Customizable Themes – Easily tweak colors, spacing, fonts, and more.
  • 💡 Responsive by Default – Mobile-first classes that scale across devices.
  • Lightweight – Minimal CSS footprint for blazing-fast performance.
  • 🌐 Made in India – Built with care and precision for global developers.

📦 Installation

CDN (Recommended)

<link href="https://cdn.jsdelivr.net/gh/ProgrammerKR/ProXtyle@latest/dist/css/ProXtyle.min.css" rel="stylesheet">
Enter fullscreen mode Exit fullscreen mode

🧩 Quick Example

<div class="p-4 bg-primary text-white rounded-lg shadow-lg">
  <h1 class="text-xl font-bold">Welcome to ProXtyle!</h1>
  <p class="mt-2 text-sm">Build beautiful UIs with Indian elegance and simplicity.</p>
</div>
Enter fullscreen mode Exit fullscreen mode

📚 Documentation

Visit the official ProXtyle Docs site for full components, guides, and design systems:
👉 https://programmerkr.github.io/ProXtyle


👨‍💻 About the Creator

Created by: ProgrammerKR

Age: 15-year-old Indian developer

Mission: To empower developers worldwide with open-source, high-quality tools made in India.


🙌 Contribute

We welcome contributions, suggestions, and feedback!

Open an issue or pull request on GitHub.


📄 License

Licensed under the MIT License.


🇮🇳 ProXtyle – "Style the web with Indian elegance."

Top comments (0)