| ▲ | mvkel 3 hours ago | |||||||
In my experience, the better long-term choice if you're going to vibe code an app is to use Expo. Its basis is React, so the code output quality is much higher than Swift because there is much more React code in LLM training data. Everything is in the command line, and debugging is a breeze because it's a web view. But once it's compiled to native iOS, it feels like any other native app. Expo + Fastlane = fully automated iOS submission and deployment. I issue one command and see a new version in the App Store. | ||||||||
| ▲ | hetspookjee 3 hours ago | parent | next [-] | |||||||
Some parts when creating a new app cannot be automated right? Eg registering the app itself for example. | ||||||||
| ||||||||
| ▲ | esafak an hour ago | parent | prev [-] | |||||||
This one?? https://expo.dev/ | ||||||||
| ||||||||