Vite+ Organization Templates
@xtarter/create exposes the same starter templates as create-xtarter-app through the Vite+ vp create workflow.
Prerequisites
Section titled “Prerequisites”- Vite+ installed (
npm install -g vite-plus)
vp create @xtarter # Interactive pickervp create @xtarter:vite-tailwind # Direct selectionAvailable templates
Section titled “Available templates”| 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 |
Limitations
Section titled “Limitations”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.