Open your Lovable project
Start from a Lovable app or any Vite/React app with a web build directory such as dist.
Nativize turns a Lovable or Vite web app into native iOS, Android, macOS, and Windows projects. It generates the Capacitor 8 setup, pushes it to your GitHub repo, and starts cloud builds with GitHub Actions.
Nativize keeps generation local, then uses your own GitHub repository as the build and ownership boundary.
Start from a Lovable app or any Vite/React app with a web build directory such as dist.
Set the app name, bundle ID, permissions, push notifications, social sign-in, and optional store upload.
Nativize commits the generated native kit and runs workflows that create installable platform artifacts.
The output is a normal Capacitor project in your own repository, not a hosted wrapper.
ios/, android/, and desktop project filesUse free cloud builds to validate the project, then add signing and store-upload credentials when ready.
Yes. Nativize generates a Capacitor 8 native project from your web build and uses GitHub Actions to build native artifacts.
No for the cloud build. GitHub Actions can compile iOS on macOS runners. You still need an Apple Developer account before signing and submitting to the App Store.
Nativize is optimized for Lovable projects, but it also works with Vite and React projects that produce a standard dist folder.
Open Nativize Studio, sign in with GitHub, and generate the native project from your repo.