A mobile IDE built with Expo and React Native — write, edit, and ship code from your iOS device.
Every push to main publishes an EAS Update to the main channel.
That page has a QR code and an "Open in Expo Go" button. The link is always live — it points at whatever was last published.
If you'd rather deeplink directly, paste this into Safari on your iOS device:
exp://u.expo.dev/a11a7b6c-6d05-4b39-9ff1-ea694b914b66?channel-name=main
GitHub's mobile renderer strips
exp://links so they can't be tapped from this README. The https link above works from anywhere. Requires Expo Go installed.
Every change is tracked through a GitHub Issue.
Open Issue → Create Branch → Open PR → Merge → Issue Closes
| Step | Convention |
|---|---|
| New task | Open a GitHub Issue (use a template below) |
| Start work | Create branch issue-{number}/short-slug |
| Open PR | Fill in PR template — include Closes #N |
| Merge | Issue auto-closes, EAS Update publishes |
npm install
npx expo start --tunnelScan the QR with Expo Go. --tunnel works from anywhere; drop the flag if your phone is on the same Wi-Fi.
| Framework | Expo SDK 54 / React Native 0.81 |
| Router | expo-router |
| OTA updates | EAS Update (channel: main) |
| AI | Anthropic Claude (@anthropic-ai/sdk) |
| Language | TypeScript |