This is a demo project showcasing the use of TanStack Start with shadcn/ui components. It demonstrates a modern React application structure, routing, and a rich set of accessible UI primitives.
- ⚡️ Built with TanStack Start for file-based routing and SSR.
- 🎨 UI powered by shadcn/ui components.
- 🧩 Modular component structure for easy customization.
- 🛠️ TypeScript, PostCSS, and modern tooling.
- 📦 Package management with pnpm.
pnpm installpnpm run devOpen http://localhost:3000 to view the app.
pnpm run buildapp/
components/
ui/ # shadcn/ui components
hooks/ # Custom React hooks
lib/ # Utility functions
routes/ # Route files (file-based routing)
styles/ # Global and component styles
- Add or modify UI components in
app/components/ui/. - Define new routes in
app/routes/. - Update global styles in
app/styles/app.css.
MIT
Made with ❤️ using TanStack Start and shadcn/ui.