Publish
Native Apps
Ship iOS, Android, and desktop from your web project.
LifemarkAI projects are web-first. Wrap them for app stores with Capacitor (mobile) or Electron (desktop).
Mobile (Capacitor)
1. Deploy your app to a public HTTPS URL
2. Set server.url in capacitor.config.ts to your deploy URL
3. Run npm run cap:add:ios or cap:add:android
4. Run npm run cap:sync then cap:open:ios / cap:open:android
5. Submit via Xcode / Android Studio
Desktop (Electron)
1. npm run electron:dev — dev wrapper around localhost
2. npm run electron:build:mac|win|linux — distributable packages
3. Config lives in electron/ — loads production URL when packaged
Editor panel
Open Native Apps in the editor sidebar for step-by-step commands and AI prompts to mobile-optimize your UI.