ESYT Logo

The Best Way To Start A React Project

$bun create esyt@latest
ESYT demo

Why ESYT?

Lightning Fast

Get your project up and running in seconds. No more manual setup or configuration.

🎯

Flexible

Choose from Vite or Next.js, JavaScript or TypeScript, and any package you need.

🔧

Smart Automation

Automatically installs dependencies, opens your editor, and starts the dev server.

Quick Example

Run non-interactively with Tailwind and dotenv, install deps, open VSCode, run dev:

bun create esyt -- -vite -js test-app --tailwindcss --react-router --dotenv --axios -i -code -no-git -dev
Read the Docs