Local AI-powered mobile app factory. Describe an idea → get a publishable Expo React Native app.
./setup.sh/build-app → /improve-app (iterate) → /market-app → /release-app
| Command | What it does |
|---|---|
/build-app <idea> |
Build a new app from an idea (interactive) |
/headless <path-to-prd> |
Build from a pre-written PRD (autonomous) |
/improve-app <change> |
Modify an existing app |
/market-app <app> |
Generate ASO, research, and marketing materials |
/release-app <app> |
Build + screenshots + submit to stores |
/build-app habit tracker for students
Interview → market research → PRD approval → autonomous build with QA.
cd apps/<app-slug> && npm install && npx expo start/improve-app add dark mode to my water tracker
Repeat until satisfied. Marketing materials are not generated during development — saves tokens.
/market-app water-tracker
Platform-specific ASO (iOS keywords + Android description optimization), market research, competitor analysis, launch thread, landing copy, press blurb.
/release-app water-tracker
Prebuild → Maestro screenshots → fastlane build → sign → submit for review. Fully automated after one-time setup.
/headless path/to/my-prd.md
No interview. PRD in, app out.
├── CLAUDE.md # Pipeline constitution
├── .claude/
│ ├── skills/ # Code quality rules + slash commands
│ └── rules/ # Build standards (auto-discovered)
├── pipeline/ # Phase instructions
├── scripts/ # Utilities
├── .mcp.json # Docs MCP (Expo + RevenueCat)
└── apps/ # Generated apps
Generates Expo React Native apps with TypeScript, NativeWind, Zustand, expo-sqlite, and optional RevenueCat monetization. SDK versions are resolved at build time from the latest stable Expo release.