Package Exports
- @ravn-ui/core
- @ravn-ui/core/dist/ui.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ravn-ui/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
RAVN UI
The design core for Elite SaaS.
⚡ Introduction
RAVN UI is a minimalist, high-fidelity UI library designed for Elite SaaS founders. Inspired by the density of Linear and the refinement of shadcn/ui, it provides production-ready components with zero configuration.
No build tools, no bloated tailwind configs, no complex state management. Just pure, strictly designed CSS and JavaScript that scales.
🚀 Quickstart
Via CDN (Recommended)
The fastest way to build. Add this to your index.html:
<!DOCTYPE html>
<html lang="en" data-theme="midnight">
<head>
<!-- Core Engine -->
<link rel="stylesheet" href="https://unpkg.com/@ravn-ui/core/dist/ui.css">
<link rel="stylesheet" href="https://unpkg.com/@ravn-ui/core/dist/themes.css">
</head>
<body>
<button class="btn btn-primary">Elite SaaS Button</button>
<!-- Interactivity -->
<script src="https://unpkg.com/@ravn-ui/core/dist/ui.js"></script>
</body>
</html>Via Package Manager
# Using Bun (Recommended)
bun add @ravn-ui/core
# Using NPM
npm install @ravn-ui/core✨ Core Principles
- Zero Config: Drop it in and start building. No PostCSS, no Tailwind, no stress.
- Strict Aesthetic: No emojis. No rounded-xl corners. Only professional, high-density interfaces.
- Token Driven: Built on a robust CSS variable system for effortless white-labeling.
- Pure Interactivity: Lightweight JS for Modals, Tabs, and Accordions. No React dependency.
🎨 Professional Themes
RAVN UI comes packed with 8+ "Elite" themes out of the box. Toggle them instantly via data-theme.
| Theme | Aesthetic | Primary Color |
|---|---|---|
light |
Clean SaaS | Neutral Black |
midnight |
OLED Depth | Paper White |
supabase |
Developer Focus | Emerald Green |
linear |
Enterprise Grade | Indigo Blue |
claude |
Academic Minimal | Amber Glow |
zinc |
Industrial Cold | Zinc Gray |
forest |
Organic Growth | Deep Green |
🛠️ Modular Usage
Import only what you need using our modular CSS source:
@import "@ravn-ui/core/src/css/tokens.css";
@import "@ravn-ui/core/src/css/base.css";
@import "@ravn-ui/core/src/css/components.css";📖 Documentation
Explore our interactive component playground and live previews:
🤝 Contributing
We welcome contributions from the community. Whether it's a new component, a theme, or a bug fix, feel free to open a PR.
📄 License
RAVN UI is open-source software licensed under the MIT License.
Built for those who build the future. © 2026 RAVN UI.