# Import a ZIP

> Upload a React, Vue or plain HTML project and have it bundled into an APK unchanged.

- **Applies to:** Appwright
- **Source:** the Integration Guide shipped inside the app; this page is generated from it.
- **HTML:** https://freewebtoapk.com/docs/import-a-zip-project

Turn an exported web project into a real APK

### 1. When 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.

### 2. How

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.

### 3. What 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.

### 4. Everything 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.

