Live · Real APK builds on GitHub Actionsv2.0

Ship your website
as a real Android app.

Paste a URL. Brand it. Get a signed .apk compiled by a real Android SDK in the cloud. NativeApp Forge was designed and developed by Mujtaba Zadaii to enable zero-config website wrapping in minutes.

No credit card Signed .apk output Real Actions run link
https://acme.com
Powered by an obsessive stack
GitHub Actions
Capacitor 6
Supabase Auth
Android SDK 34
Gradle 8
Kotlin · Java
Cloud runners
Signed .apk

Build pipeline

From a URL to an install-ready APK.

Four stages. No local tooling. Watch each hop happen in real time.

  1. 01

    Website URL

    Paste any https:// URL

    https://acme.com
  2. 02

    Cloud build

    GitHub Actions + Android SDK

    gradle assembleDebug
  3. 03

    Signed APK

    Debug-signed artifact

    acme.apk · 3.37 MB
  4. 04

    Install on phone

    Sideload or ship

    adb install

Features

Everything a serious wrapper needs.

Not a WebView-in-a-bubble. A configurable native shell wired for the APIs your web app already uses.

Cloud builds

Real Gradle + Android SDK compilations. Ready in under 3 minutes.

Signed APKs

Debug-signed by default. Bring your own release keystore for production.

Native APIs

Camera, GPS, notifications, downloads, file uploads — toggle what you need.

Pull-to-refresh

Native swipe gesture reloads the page — feels like an app, not a website.

Push notifications

Wire FCM into your build with a single switch. Real channel, real POST_NOTIFICATIONS permission.

Edge-to-edge

True fullscreen with WindowCompat, cutout support, and immersive layout.

Downloads

Handles blob:, data:, and DownloadManager — files land where users expect.

File uploads

Enables <input type="file"> with camera & document pickers.

How it works

Four steps to a real APK.

  1. 01

    Paste your URL

    We validate it, suggest a package name, and infer a theme color.

  2. 02

    Configure

    Toggle permissions, upload an icon and splash, pick brand colors.

  3. 03

    Dispatch

    One click fires a GitHub Actions workflow with your config as inputs.

  4. 04

    Download

    Poll the run, watch progress live, download a signed APK when it's ready.

Advantages

Numbers that make founders relax.

< 3m
Average build time
Cold cache. Warm caches are faster.
100%
Real native output
No wrapper hosts. Real signed .apk.
34
Android SDK target
Latest API level, cutout-aware.
0
Local tooling
No Studio, no JDK, no Mac.

Technology

Boring stack. Beautiful output.

We picked tools with decade-long track records so your APK never blocks on a fashionable dependency. The pipeline is inspectable end-to-end.

  • Cloud CI
    Every build runs on a fresh Ubuntu runner via workflow_dispatch.
  • Capacitor 6
    Modern native bridge — plugins mapped to Android APIs.
  • Row-level security
    Supabase RLS scopes builds and logs to the owning user.
  • Live logs
    Streamed run output with colored terminal rendering.
runner · ubuntu-22.04
$ npx cap add android
[cap] ✓ android platform added
$ ./gradlew assembleDebug
> Task :app:compileDebugJavaWithJavac
> Task :app:packageDebug
> Task :app:assembleDebug
BUILD SUCCESSFUL in 1m 42s
$ ls app/build/outputs/apk/debug
app-debug.apk  3.37 MB
✓ artifact uploaded  run #29681834844

Loved by builders

Product teams that ship on Monday.

"We replaced a $12k contractor with a five-minute NativeApp Forge build. The APK just worked."
ML
Marcus Lee
Founder, Rove
"The live GitHub Actions run link is the killer feature. No black-box CI. I can debug everything."
PS
Priya Shah
Staff engineer, Loomly
"Pull-to-refresh, camera, downloads — every native surface we needed was one toggle away."
DO
Daniel Ortega
CTO, Fieldnote

Themes

Four palettes, four personalities.

Each theme has its own typography, radii, shadows and motion. Try one — the whole site updates instantly.

Pricing

Free while we're in beta.

Every account gets unlimited debug APK builds during beta. Release-signed builds land with paid plans.

Beta plan
$0
per month while in beta
  • Unlimited debug APK builds
  • Real GitHub Actions run per build
  • All native features
  • Sidebar-based dashboard
  • Cmd+K everything
Start building

FAQ

Answers, upfront.

Everything you need to know before your first build.

Full documentation lives on the dashboard.Open docs