01Organizes components into common and domain-specific directories based on purpose.
02Standardizes component definitions using function declarations and type aliases.
03Automates the correct application of 'use client' directives in Next.js App Router.
040 GitHub stars
05Enforces Named Exports over default exports for improved refactoring and consistency.
06Restricts styling to pure Tailwind CSS to avoid dependencies on UI libraries.