Skip to content

Vite+ Organization Templates

@xtarter/create exposes the same starter templates as create-xtarter-app through the Vite+ vp create workflow.

  • Vite+ installed (npm install -g vite-plus)
Terminal window
vp create @xtarter # Interactive picker
vp create @xtarter:vite-tailwind # Direct selection
vp create @xtarter:[email protected] # Specific version
Command Template
vp create @xtarter:next-chakra Next.js 16 + Chakra UI v3 + Turborepo
vp create @xtarter:next-tailwind Next.js 16 + Tailwind CSS v4
vp create @xtarter:vite-chakra Vite+ (Vite 8) + TanStack Router + Chakra UI v3
vp create @xtarter:vite-tailwind Vite+ (Vite 8) + TanStack Router + Tailwind CSS v4
vp create @xtarter:vite-hero Vite+ (Vite 8) + Hero UI

vp create copies template files as-is. Unlike create-xtarter-app, it does not update the package.json name, install dependencies, initialize Git, or clean CI/CD configs. Use create-xtarter-app for the full workflow.