--- title: Quick Start description: Install shadcn/ui and use the components in your project --- ## Set up shadcn/ui Start by installing [shadcn/ui](https://ui.shadcn.com/) in your project. Use the appropriate setup guide linked below for your framework of choice. If you're already using a recent version of shadcn/ui in your existing project, you can skip this step—this library should work with your current setup. However, if you encounter issues, try deleting your existing `components.json` file and follow one of the guides to reset your setup.
Next.js
`$``npx create-next-app -e with-supabase`
React Router
TanStack Start
React SPA