Show HN: Basis UI – A Shadcn-Style UI Library for Astro JavaScript
There I started my search for the minimum JavaScript framework on which I can focus on what actually matters. I loved Svelte for two months, and then I found Alpine (from a blog talking about the "AHA stack")!
Though Alpine itself is not a complete solution as a JS framework, I love its simplicity and paired it with Astro, which can solve the component issue Alpine has.
But mature frameworks like React and Vue have an unbeatable advantage over my minimum Astro-Alpine stack -- they have prebuilt component libraries like Shadcn, Radix, or NuxtUI.
So I built Basis UI, a Shadcn-like UI library for minimum SSG frameworks like Astro (I'm also considering extending it to 11ty and Nue.js). So we can enjoy the dev experience like stacking LEGO blocks purely in Astro without choosing React/Vue/Svelte.
It's still in beta, so have fun playing with it, but don't use it for anything serious :P
No comments yet