# Quick Start

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](https://ui.shadcn.com/docs/installation/react-router)

- [TanStack Start](https://ui.shadcn.com/docs/installation/tanstack)

- [React SPA](https://ui.shadcn.com/docs/installation/manual)

Note: TanStack Start support is in beta. APIs may change.

When you've finished setting up shadcn/ui, you can start exploring the components in the sidebar

## Troubleshooting

If you encounter issues, try deleting your existing `components.json` file and follow one of the guides to reset your setup.

For issues and questions about specific frameworks, see the [FAQs](https://supabase.com/library/docs/getting-started/faq.md)
