Skip to content

bes-dev/etnamute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etnamute

Local AI-powered mobile app factory. Describe an idea → get a publishable Expo React Native app.


Setup

./setup.sh

Lifecycle

/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

/build-app habit tracker for students

Interview → market research → PRD approval → autonomous build with QA.

cd apps/<app-slug> && npm install && npx expo start

Iterate

/improve-app add dark mode to my water tracker

Repeat until satisfied. Marketing materials are not generated during development — saves tokens.

Market

/market-app water-tracker

Platform-specific ASO (iOS keywords + Android description optimization), market research, competitor analysis, launch thread, landing copy, press blurb.

Release

/release-app water-tracker

Prebuild → Maestro screenshots → fastlane build → sign → submit for review. Fully automated after one-time setup.

Headless (for other AI agents)

/headless path/to/my-prd.md

No interview. PRD in, app out.


Project Structure

├── 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.

About

Local AI mobile app factory. Describe an idea or provide a PRD -> get a complete Expo React Native app with monetization, market research, ASO, and App Store deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages