Alright, check this out! I'm going to build a custom dashboard with supabase auth and a custom theme by "piecing together blocks from the Web". 1/n - Let's start by adding the dashboard block from shadcn/ui:
2/n - Next, we'll grab a custom stats block from @EphraimDuncan_
3/n - Let’s add authentication from @supabase. Sign up, sign in, reset password and session handled. ✅
4/n - Finally, a custom theme from tweakcn by @iamsahaj_xyz
5/n - Run shadcn init with our custom template.
6/n - And done. Dashboard, Supabase auth, blocks and custom theme all wired up 🎉
7/n - Let's add the custom stats block
8/n - And if you ever need a new theme, just run a command
All this from a flat JSON file. A file that can be shared, extended and even generated by LLMs. With all these new registries popping up, building will feel like "component shopping". Pick, Generate, Mix and Build. Code is Yours.
