A local-first, AI-powered tool for building iOS and Android apps.
Platform-native editors like Xcode and Android Studio are adding AI features incrementally, but they're constrained by decades of existing UI and workflows. There's an opportunity to rethink app development from scratch, where traditional IDE features and direct code manipulation become optional rather than central.
Inspired by Tidewave.
Install dependencies with mise:
mise installRun the desktop app:
mise run devBuild the app:
cd app && npm run buildPackage the app:
cd app && npm run packageMPL-2.0