FSD structure that stays readable
The generated projects start with clear layers, import direction, shared primitives, and typed configuration so teams know where every slice belongs.
Feature-Sliced Design layers
app, pages or screens, widgets, features, entities, and shared layers are ready from day one.
Layer dependency rules
Upper layers compose lower layers, keeping shared code independent and feature code focused.
Path aliases
Use @/* imports from src/* for clean imports across both starter editions.