AI-first design starter kit to build your next project.
- Frontend Framework: Nuxt 3
- UI Components: Vue Shadcn
- Styling: TailwindCSS
- Form Handling: VeeValidate + Zod
- State Management: Pinia
- Content Management: Nuxt Content
- Icons: Nuxt Icon
- Fonts: Google Fonts
-
Trae IDE for Mac, Cursor IDE for Windows
-
Prettier Extension for formatting
-
Vue Js Extension for Vue 3 syntax highlighting
-
Configure git:
git config --global user.name "Your Name" git config --global user.email "your.email@example.com"
-
Install pnpm
curl -fsSL https://get.pnpm.io/install.sh | sh -
- Clone the repository
Click Command Palette (Cmd + Shift + P) and type "Git: Clone"
Enter the repository URL: https://github.com/razbakov/design-starter-kit.git
- Open Terminal and Install dependencies
pnpm install- Run development server
pnpm dev- Open project in browser - http://localhost:3000
After setting up the project, open it in Cursor IDE for an AI-first development experience:
- Toggle AI Pane (Cmd + I)
- Go to Cursor Settings -> Models -> Check "claude-3-5-sonnet-20241022"
- Open Composer Tab
- Switch model to "claude-3-5-sonnet-20241022"
- Switch to agent
- Write your prompt