Start here
Import a ZIP
Turn an exported web project into a real APK
Appwright
1When to use it#
You already have a web project - React, Vite, Next.js (static export), Astro, or plain HTML/CSS/JS - and want it as a real Android app. Export/build it to static files, zip the output folder, and import.
2How#
Home → Import a ZIP → pick your file. Set the app name, icon and package, then build - you get a real signed APK, ready for the Play Store.
3What your ZIP needs#
An index.html at the top level (or a standard build-output folder like dist/ zipped from inside), with assets referenced by relative paths. If it opens in a browser from the folder, it will work as an app.
4Everything else still applies#
ZIP-imported apps get the same powers as AI-built ones - notifications, AdMob, In-App Selling, deep links, Remote Update. The guides in this list work for both.