back

Wrap site as APK

Take an existing site and bundle it as an Android APK using a PWA wrapper (Bubblewrap / Capacitor).

Coming soon
The pipeline will:
  1. Validate the source site is a valid PWA (manifest, service worker, HTTPS)
  2. Generate a Bubblewrap project
  3. Build a signed release APK on this VPS
  4. Drop the artefact in data/builds/<projectid>/

Requires Java + Android SDK on the host. Not yet wired.