Overview

Quickstart

Get your first mobile build running in under 5 minutes.

Prerequisites

  • A web application built with a supported framework
  • A Lunadeck account (free tier available)

Step 1: Sign up

Create your account at the Lunadeck dashboard. You can sign up with GitHub, Google, or email.

Step 2: Create a project

Click Start a new project in the dashboard and give your project a name.

Step 3: Upload your source

You can either:

  • Upload a ZIP of your project source code
  • Connect a Git repository for automatic builds

Step 4: Build

Click Build and Lunadeck will:

  1. Detect your framework and dependencies
  2. Install and configure the build environment
  3. Compile your app into an Android APK

Step 5: Download or publish

Once the build completes, you can download the APK directly or publish to the Google Play Store.

Next steps