Version 2.6.0
create-fsd-architecture documentation
The CLI supports React, Next.js, Vue, Nuxt, and SvelteKit through one package, with full project scaffolding and framework-native FSD slice generation.
Project configuration
Understand fsd.config.json and how generators reuse framework and stack choices without asking again.
Read docsProject scaffolding
Create a fresh React + Vite, Next.js, Vue + Vite, Nuxt, or SvelteKit FSD project through the interactive wizard.
Read docsSlice generation
Generate features, entities, widgets, and pages directly inside an existing project.
Read docsAuth generation
Build an auth feature with optional login, register, and forgot password flow modules.
Read docsSafe project upgrades
Inspect ownership, detect conflicts, and apply transactional migrations without re-scaffolding business code.
Read docsAI Agent Skill
BetaTeach Codex, Claude Code, Cursor, and compatible agents to inspect a project and use real FSD CLI scaffolding commands.
Read docsReact + Vite
Use React Router, saved stack defaults, React-native slices, and the complete FSD structure.
Read docsNext.js
Use the App Router, FSD page compositions, client providers, and generated route wrappers.
Read docsVue + Vite
Use the Vue-native template, stack defaults, providers, slice generators, and complete auth flow.
Read docsNuxt
Use the Nuxt 4 template, app-root FSD structure, SSR providers, native Fetch, and file-based route generation.
Read docsSvelteKit
Use the Svelte 5 and SvelteKit 2 starter, native Fetch, Svelte Query, stores, Superforms, and generated routes.
Read docsCLI workflows
Start a new project
No generator flag opens the existing interactive project creation wizard.
npm create fsd-architecture@latestGenerate inside a project
Use the generator command from an existing codebase to add FSD slices.
npx create-fsd-architecture --generate feature auth