frutjam
A utility-first CSS framework UI Library
Frutjam is a lightweight UI library built on top of Tailwind CSS, designed to help developers build accessible, SEO-friendly, and W3C-compliant interfaces—fast.
With a wide selection of prebuilt components and themes, Frutjam makes it easy to hit the ground running or fully customize your design system.
- 🧱 Prebuilt UI Components — Plug-and-play components to save time
- 🎨 Customizable Themes — Use built-in themes or create your own
- ♿ Accessibility-First — Follows accessibility best practices
- 🔍 SEO-Friendly — Semantic markup optimized for search engines
- ✅ W3C Standards — Clean, valid HTML structure
- ⚙️ Built for Tailwind CSS — Seamless integration with your Tailwind setup
npm install frutjam
Import Tailwind CSS and Frutjam into your main stylesheet:
@import "tailwindcss";
@import "frutjam";
That’s it — you're ready to build with Frutjam components!
For examples, theming, and full usage guides, visit: 👉 frutjam.com
Contributions are welcome! If you find a bug, have a feature request, or want to help improve the library:
- Fork the repo
- Create a new branch
- Submit a pull request
Please check the contributing guidelines before starting.
This project is licensed under the MIT License.