Presets
Mobile
mobile
npx @loomcraft/cli init mobileGeneral
Name
Mobile
Description
React Native / Expo mobile application with Supabase backend and native UI patterns.
Agents
orchestratorbrainstormerplannerfrontendbackenddatabaseux-uitestsreview-qaperformance
Skills
brainstormingtask-planningcode-reviewproject-bootstrapreact-native-patternssupabase-patternsui-ux-guidelinestesting-patternsapi-designenv-validation
Constitution
Principles
- Native feel — follow platform conventions for iOS and Android
- Offline-first — design for intermittent connectivity
- Performance on device — optimize for mid-range mobile hardware
- Type safety — TypeScript strict mode across the entire codebase
Conventions
- Use Expo Router for navigation
- Supabase for auth, database, and real-time sync
- Test on both iOS and Android simulators
- Follow platform-specific UI guidelines (HIG, Material Design)
- Use responsive units and safe area insets
Context
Project Description
This is a mobile application built with React Native and Expo. The orchestrator coordinates feature brainstorming, task planning, cross-platform development, and testing. Supabase provides the backend infrastructure.