https://github.com/9d8dev/craft-site-example
Homepage of Craft UI. Craft UI is a design system and component library for NextJS Marketing Sites built with Tailwind, shadcn/ui, and Typescript.
https://github.com/9d8dev/craft-site-example
component-library design minimal nextjs shadcn-ui tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Homepage of Craft UI. Craft UI is a design system and component library for NextJS Marketing Sites built with Tailwind, shadcn/ui, and Typescript.
- Host: GitHub
- URL: https://github.com/9d8dev/craft-site-example
- Owner: 9d8dev
- Created: 2023-12-15T00:22:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T23:11:13.000Z (about 2 years ago)
- Last Synced: 2025-12-14T00:49:18.345Z (6 months ago)
- Topics: component-library, design, minimal, nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://craft.9d8.dev
- Size: 2.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Craft UI
Craft UI is a design system and collection of components for developing marketing websites at much greater speeds.
> **In order to get the most out of Craft UI**, you will need to be familiar with the following:
>
> - [React Components and NextJS](https://nextjs.org/learn/react-foundations/building-ui-with-components)
> - [Tailwind](https://tailwindcss.com/)
> - [Tailwind Typography](https://tailwindcss.com/docs/typography-plugin)
> - [shadcn/ui](https://ui.shadcn.com/)
> - [Typescript](https://www.typescriptlang.org/docs/handbook/intro.html/)
## Getting Started
```bash
# Install Dependencies
npm install -D react-wrap-balancer
npm install -D @tailwindcss/typography
npm install -D next-themes
# Install shadcn/ui and all components
npx shadcn-ui@latest init
npx shadcn-ui@latest add -a
```
## Contributing
Coming soon ...
## License
Craft UI is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).