Built on Capacitor 8 · Runs entirely in your browser

Turn your Lovable app into real native apps.

Nativize sits on top of Lovable and ships your web app to the App Store, Play Store, Mac & Windows — built in the cloud, ready to submit. No Xcode. No Nativize backend handling your code.

  • Token stays in your browser
  • Generation runs locally
  • Free cloud builds
Ships to
App Store Google Play Mac Windows GitHub Actions
How it works

From Lovable to the stores in three steps.

A browser can't compile native apps — so Nativize splits the job. The extension is the brain; GitHub Actions is the muscle.

1

Detect

Open your project on Lovable and click the floating Nativize button. It auto-detects your app name and GitHub repo.

2

Generate

Pick your permissions, push, social sign-in and store-upload options. Nativize writes a complete Capacitor 8 native kit.

3

Build & ship

Push to GitHub in one click. The included workflow builds real binaries in the cloud — then optionally uploads to TestFlight & Play.

The brain

A Chrome extension that knows Capacitor's footguns

Every painful build trap is encoded so your users never hit them — AGP/Gradle pinning, the AdMob launch crash, iOS stub recreation, static-import push, and more.

  • Auto-detects your Lovable project
  • Reverse-DNS app ID & web-safe defaults
  • Generation runs 100% client-side
The muscle

GitHub Actions compiles the real thing

The generated workflow builds an installable Android .apk/.aab and compiles iOS in the cloud — free, no Mac required to validate the build.

  • Android, iOS, macOS & Windows jobs
  • Signed release + auto-upload (optional)
  • Artifacts you can download & install
Everything included

A whole native toolchain, generated for you.

Toggle what you need. Nativize wires up the native config, install scripts and a ready-to-use helper — web-safe by default.

Real native binaries

Installable iOS, Android, Mac & Windows apps — not a wrapper preview. Download the artifacts or push straight to the stores.

One-click GitHub sign-in

Connect via secure OAuth. Your token lives only in chrome.storage.local and never touches a server.

Free cloud builds

No Xcode, no Android Studio. GitHub Actions validates and builds every platform for you, on every run.

Auto-upload to stores

Flip one switch for signed builds straight to TestFlight and Play internal testing via encrypted secrets.

Social sign-in

Native Sign in with Apple & Google wired to Supabase — URL schemes, entitlements and a ready helper, generated.

Push & permissions

Firebase push and an app-permissions builder that writes the iOS Info.plist usage strings and Android manifest correctly.

New feature

Ask for the thing that would make Nativize fit your workflow.

Send a feature request straight into the Nativize Supabase project so the roadmap reflects what builders actually need.

Roadmap input

What should Nativize support next?

Tell us the exact feature, platform, integration, or workflow that would help you ship faster.

  • Native plugins and permissions
  • Store submission workflows
  • Lovable, Supabase, and GitHub integrations
The output

Four real apps from one web project.

Your src/ plus generated ios/, android/ and desktop/ folders — downloadable as a complete, openable project.

App.ipaiPhone & iPad
app.aabGoogle Play
App.dmgmacOS
App.exeWindows
Trust & privacy

Your code & keys never leave your device.

The generator keeps project data local. Support and feature text is sent only when you submit a form.

Local by default

The generator runs in your browser. Support and feature forms go to Supabase only when you choose to submit them.

Token stays local

Your GitHub token is stored only in chrome.storage.local. Store credentials become encrypted GitHub secrets — never plaintext.

You own the output

The kit is plain Capacitor in your own repo. Keep using Nativize or walk away — your project is fully yours, with no lock-in.

Ship your Lovable app this weekend.

Add Nativize to Chrome, open your Lovable project, and generate native apps in minutes.

Loading the dev build?
  1. Download the repo & open chrome://extensions
  2. Enable Developer mode, click Load unpacked
  3. Visit lovable.dev — the Nativize button appears
Pricing

Start free, pay when you ship.

Build an iOS app free (with a small Nativize badge). Unlock push, sign-in, every platform, store upload and more apps when you're ready.

Already bought? Open the app and paste your license key to unlock. Secure checkout & tax handled by Lemon Squeezy.

Support

Need help getting an app over the line?

Send the issue into Supabase with enough detail to debug GitHub auth, generated projects, builds, licensing, or store upload setup.

Help desk

Share the context, not the secrets.

Include the repo or app you are trying to convert, the step that failed, and the visible error message.

  • Do not send GitHub tokens or license keys
  • Paste exact errors when you have them
  • Say whether you used download, push, build, or upload
Questions

Good to know

Do I need a Mac to build the iOS app?

No. GitHub Actions compiles iOS in the cloud on macOS runners. You only need an Apple Developer account when you're ready to sign and submit to the App Store.

Is my code or GitHub token sent anywhere?

No. Nativize's generation flow runs in your browser and your token is stored only in chrome.storage.local. Builds happen in your own GitHub repo. Support and feature forms send only the text you submit.

What does it cost?

Nativize itself is free and cloud builds run on GitHub Actions' free tier for most projects. Publishing requires the usual store fees: Apple Developer ($99/yr) and Google Play ($25 one-time).

Does it only work with Lovable apps?

It's designed around Lovable's exports, but the generated kit is standard Capacitor 8 — it works with any Vite/React web build that produces a dist/ folder.

Will it break when Lovable updates?

The kit lives in your repo as plain Capacitor config and scripts, independent of Lovable. Re-run Nativize anytime to regenerate.