01Unidirectional Dependency Analysis: Prevents circular references and illegal imports from upper layers or sibling slices.
02Standardized Slice Templates: Generates consistent directory structures including UI, model, API, and lib folders.
030 GitHub stars
04Public API Management: Ensures all external access to slices happens through a controlled index.ts entry point.
05Naming Convention Guardrails: Maintains consistent kebab-case, PascalCase, and camelCase usage across the project.
06Hierarchical Layer Enforcement: Validates code structure against the FSD layer hierarchy from App to Shared.