01Touch-First Interaction: Enforces Fitts' Law, thumb-zone mapping, and 44-48px minimum touch targets.
02Anti-Pattern Prevention: Proactively blocks common AI mistakes like non-memoized lists, unsafe token storage, and business logic in the UI.
03Platform-Specific Guidance: Tailored logic for iOS (HIG) and Android (Material Design 3).
04Performance Optimization: Mandates high-performance list rendering (FlatList/FlashList) and hardware-accelerated animations.
052,294 GitHub stars
06Secure Mobile Architecture: Guides implementation of secure storage (Keychain/SecureStore), offline sync, and deep linking.