A minimal, high-performance React boilerplate featuring TanStack Router, ShadCN, Tailwind CSS v4, Biome, and RSBuild.
This boilerplate is designed to be as lightweight and unopinionated as possible, allowing you to quickly start developing and deploying React applications with modern tooling.
- ⚡ Blazing Fast – Optimized for performance with RSBuild.
- 🔄 Fast Refresh – Instant feedback during development.
- 🏗️ React 19 – The latest version of React.
- 📂 Routing & Lazy Loading – Efficiently load routes on demand.
- 🎨 Tailwind CSS v4 – Fully styled with utility-first CSS.
- 🛠 ShadCN/UI – Beautifully designed components.
- 🔒 TypeScript – Fully typed for safety and productivity.
- 🗺 Typesafe Navigation – Ensuring safe route handling.
- 🔀 Hybrid Routing – Mix file-based and code-based routing.
- 🧹 Biome for Formatting & Linting – Ensures clean and consistent code.
Clone the repository and install dependencies:
$ git clone https://github.com/mohmmedraad/TanStacked.git && cd TanStacked && pnpm installCopy .env.example to .env or .env.local:
$ cp .env.example .envStart the development server:
$ pnpm devGenerate a production-ready build:
$ pnpm build- Push your code to a Git repository (GitHub, GitLab, or Bitbucket).
- Go to Vercel and create a new project.
- Import your repository.
- In the Build and Output Settings, set the Output Directory to
dist. - Click Deploy and your project will be live!
This boilerplate is your foundation for fast, modern, and scalable React applications. Happy coding! 🎉