TanStack Router

Installation

Start a new project with the following command:

npx create-tsrouter-app@latest app --template file-router --tailwind

Next, initialize in your project:

npx shadcn@latest init @intentui/theme-default

Adding components

Add Intent UI components to your project with the following command:

npx shadcn@latest add @intentui/text-field @intentui/button @intentui/menu

Starter kit

Get started quickly with our TanStack Router Starter Kit, which includes preconfigured. Clone the repository here and start building your project immediately.