A collection of Next.js components for building websites at rapid speed using Tailwind, React, shadcn/ui, brijr/craft, and Typescript.
Open source collection of type-safe React components styled with Tailwind for building Next.js websites. Created by Bridger Tower.
Want to use a starter? Go here 🔗 brijr/starter
npx create-next-app@latest my-app --typescript --tailwind --eslint
Step 2: Install craft-ds (this will also install shadcn/ui)
npx craft-ds@latest init
- Add a
ThemeProvider
andModeToggle
(if you want dark mode) by following these steps: Adding dark mode to your next app