Skip to content

Vite+ Organization Templates

@xtarter/create is a Vite+ organization template package. It exposes the same curated starter templates as create-xtarter-app through the vp create workflow.

  • Vite+ installed (npm install -g vite-plus)
Terminal window
# Interactive picker
vp create @xtarter
# Direct selection
vp create @xtarter:vite-tailwind
# With a specific version
vp create @xtarter:vite-tailwind@0.1.0
CommandTemplate
vp create @xtarter:next-chakraNext.js 16 + Chakra UI v3 + Biome + Turborepo
vp create @xtarter:next-tailwindNext.js 16 + Tailwind CSS v4
vp create @xtarter:vite-chakraVite 7 + TanStack Router + Chakra UI v3
vp create @xtarter:vite-tailwindVite 7 + TanStack Router + Tailwind CSS v4
vp create @xtarter:vite-heroVite 7 + Hero UI

vp create copies template files as-is — it does not run a template engine. Unlike create-xtarter-app, these are not performed automatically:

  • package.json project name update
  • Dependency installation
  • Git repository initialization
  • CI/CD config cleanup

If you need the full interactive workflow, use create-xtarter-app instead.

Featurevp create @xtartercreate-xtarter-app
Template selectionInteractive picker built into Vite+Interactive prompts via @clack/prompts
Package manager choice— (manual)pnpm, npm, bun, yarn
Deps installationAuto with chosen package manager
Git initAuto
CI/CD cleanupOptional (--clean)
Requires Vite+YesNo