MB
Mobile App Builder — Starter ZIP Generator
Upload a website (HTML/CSS/JS) or a ZIP of your project. This tool prepares a ready-to-build Cordova/Capacitor starter project with AdMob placeholders and returns a downloadable ZIP. You must build the final APK/AAB/IPA using local tools or a cloud CI service.
Summary & Log
Review the generated files and follow the included README to build your app locally or in CI.
Ready.
Quick Build Instructions
- Download the generated ZIP and extract.
- Open the folder in your chosen builder (Cordova:
cordova platform add android; Capacitor: follow docs). - Install dependencies and build:
npm installthennpm run build/cordova build android. - Use Android Studio / Xcode for signing and publishing.
This starter supports adding AdMob SDKs; you must enable them in the native project before publishing.