Templates
Available templates
Section titled “Available templates”Next.js + Chakra UI
Section titled “Next.js + Chakra UI”next-chakra - Next.js 16 with Chakra UI v3, Turborepo, TypeScript, and Playwright.
npm create xtarter-app@latest -- my-app --template next-chakrapnpm create xtarter-app@latest my-app --template next-chakrayarn create xtarter-app my-app --template next-chakrabun create xtarter-app@latest my-app --template next-chakraNext.js + Tailwind
Section titled “Next.js + Tailwind”next-tailwind - Next.js 16 with Tailwind CSS v4, TypeScript, and Playwright.
npm create xtarter-app@latest -- my-app --template next-tailwindpnpm create xtarter-app@latest my-app --template next-tailwindyarn create xtarter-app my-app --template next-tailwindbun create xtarter-app@latest my-app --template next-tailwindVite + React + Chakra
Section titled “Vite + React + Chakra”vite-chakra - Vite+ (Vite 8), React 19, Chakra UI v3, TanStack Router, TanStack Query, and Vitest.
npm create xtarter-app@latest -- my-app --template vite-chakrapnpm create xtarter-app@latest my-app --template vite-chakrayarn create xtarter-app my-app --template vite-chakrabun create xtarter-app@latest my-app --template vite-chakraVite + React + Tailwind
Section titled “Vite + React + Tailwind”vite-tailwind - Vite+ (Vite 8), React 19, Tailwind CSS v4, TanStack Router, TanStack Query, and Vitest.
npm create xtarter-app@latest -- my-app --template vite-tailwindpnpm create xtarter-app@latest my-app --template vite-tailwindyarn create xtarter-app my-app --template vite-tailwindbun create xtarter-app@latest my-app --template vite-tailwindVite + React + Hero UI
Section titled “Vite + React + Hero UI”vite-hero - Vite+ (Vite 8), React 19, Hero UI, TanStack Router, and Vitest.
npm create xtarter-app@latest -- my-app --template vite-heropnpm create xtarter-app@latest my-app --template vite-heroyarn create xtarter-app my-app --template vite-herobun create xtarter-app@latest my-app --template vite-heroPreview before scaffolding
Section titled “Preview before scaffolding”npm create xtarter-app@latest -- preview vite-tailwindpnpm create xtarter-app@latest preview vite-tailwindyarn create xtarter-app preview vite-tailwindbun create xtarter-app@latest preview vite-tailwind