How to Download Source Code

Download the full source code of your Swiftspeed app. Android Studio project, Gradle config, and build instructions.

Source Code Download

Swiftspeed lets you download the complete source code of your app. This gives you full control to modify, extend, or build your app manually using your own development tools.

How to Download

  1. Go to Publish in the editor
  2. Navigate to the Build & Download section
  3. Click "Download Source Code"
  4. A ZIP file containing the full project will be generated

What's Included

The source code download includes:

  • Complete Android project (ready to open in Android Studio)
  • Gradle configuration
  • All app assets, icons, and resources
  • Node modules for Capacitor plugins
  • Your app's web content (HTML, CSS, JS)
  • Keystore file for signing

Building from Source

To build the app from source code:

  1. Extract the ZIP file
  2. Open the project in Android Studio
  3. Wait for Gradle to sync
  4. Build the project using Build > Build APK

Requirements

  • Android Studio (latest version recommended)
  • JDK 21 or higher
  • Android SDK