This repository contains official starter templates for building high-performance hybrid apps using Capacitor and the AdMob Next Gen Plugin.
Choose your preferred framework below to get started immediately.
Don't want to install Android Studio? All templates in this repository are Cloud Build Ready. You can build the APK instantly using our public build service.
π Build Online: https://public.swaplab.net
| Framework | Preview | Stack Details | Action |
|---|---|---|---|
| SolidJS | ![]() |
Vite, Signals, Capacitor | View Template |
| Next.js | ![]() |
App Router, Tailwind, Static Export | View Template |
| Qwik | ![]() |
Resumable, Vite, Capacitor | View Template |
You can download just the template you need using degit (recommended), or clone the entire repository.
Use npx degit to download only the folder you need without cloning the entire git history.
For SolidJS:
npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/solidjs my-admob-app
cd my-admob-app
npm installFor Next.js:
npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/nextjs my-admob-app
cd my-admob-app
npm installFor Qwik:
npx degit swaplab-engine/cordova-plugin-admob-nextgen-template/qwik my-admob-app
cd my-admob-app
npm installIf you want to explore all templates at once:
-
Clone the repository:
git clone [https://github.com/swaplab-engine/cordova-plugin-admob-nextgen-template.git](https://github.com/swaplab-engine/cordova-plugin-admob-nextgen-template.git)
-
Navigate to your chosen framework:
cd cordova-plugin-admob-nextgen-template/solidjs # or nextjs, or qwik
-
Install dependencies:
npm install
These templates are designed to work with the AdMob Next Gen plugin. For complete API references (Methods, Events, Properties), please visit the main repository:
π Full Plugin Documentation
This Templates is developed and maintained in my free time. If it saved you hours of work, consider supporting the development!
Your support helps me keep the dependencies updated and the cleaner script running smoothly.
MIT


