shadcn/ui quality.
Alpine.js simplicity.
No build step.
A framework-agnostic component library bringing shadcn's design system to any server-rendered stack.
Install
Add these two lines to your HTML and start using components.
<!-- 1. Base styles + design tokens -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/novaspand/alp-ui@main/dist/ui.css">
<!-- 2. Alpine.js -->
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
Optional: add a theme stylesheet after ui.css for rose, blue, green, or orange.