Create Modern React Apps
in Seconds

A production-ready CLI tool to scaffold React + Vite projects with TanStack Router, Shadcn/UI, Tailwind CSS, and comprehensive SEO setup. Zero configuration required.

Quick Start

$ npx @sibilsoren/react-vite-boilerplate my-app
🚀 Creating React + Vite project: my-app
📦 Installing dependencies with npm...
🎨 Setting up Shadcn/UI with Button and Card components...
🎉 Project created successfully!
NPM Version

NPM Version

GitHub Stars

GitHub Stars

NPM Downloads

Monthly Downloads

Everything You Need to Build Modern React Apps

Pre-configured with the best tools and practices for modern React development

React 18 + TypeScript

Latest React with full TypeScript support for type-safe development and enhanced developer experience.

Lightning Fast Vite

Instant server start, lightning-fast HMR, and optimized production builds powered by Vite.

TanStack Router

Type-safe file-based routing with automatic code splitting and data loading capabilities.

Shadcn/UI Components

Beautiful, accessible React components with Button and Card pre-installed. Built with Radix UI and styled with Tailwind CSS.

Tailwind CSS

Utility-first CSS framework for rapid UI development with custom design system integration.

SEO Optimized

React Helmet Async for dynamic meta tags, structured data, and search engine optimization.

Powerful CLI Options

Customize your project setup with flexible command-line options

$ npx @sibilsoren/react-vite-boilerplate --help
Usage: react-vite-boilerplate [options] <project-name>
Create a React + Vite project with TanStack Router, SEO tooling, and Shadcn/Tailwind
Options:
-y, --yes skip interactive prompts and use defaults
--pm <manager> specify package manager (npm, yarn, pnpm, bun)
--skip-install skip package installation
--skip-git skip git repository initialization
--verbose enable verbose output
--dry-run show what would be created without actually creating it
--template <name> use a specific template variant
-h, --help display help for command

Ready to Get Started?

Create your first React Vite project in under 30 seconds