Install

Install Purrfold

Start the install flow with the core route, a minimal explanation, and direct navigation back to the hub.

Configure your install

CLI command
npx purrfold@latest <project-directory> --unit --no-e2e --no-commitlint --no-mcp --yes --shadcn-args --preset b0
Using a shadcn preset
Pass a preset ID to shadcn init to skip the interactive style selection:
npx purrfold@latest my-app --unit --e2e --commitlint --no-mcp --yes --shadcn-args --preset b0
All available flags
--unit / --no-unitInclude or skip Vitest + React Testing Library
--e2e / --no-e2eInclude or skip Playwright
--commitlint / --no-commitlintInclude or skip commitlint + Husky commit-msg hook
--shadcn-args <args...>Forward extra arguments to shadcn init, including --preset <id>
--pm npm|pnpm|bunChoose the package manager
--mcp / --no-mcpInstall shadcn MCP for Claude, Codex, and OpenCode
--icons <lucide|phosphor|tabler>Fallback icon library for the home-page cat
--yesUse non-interactive defaults
--dry-runPreview operations without writing files