BuildStack DocsOpen app →
Docs › Quickstart: your first build

Quickstart: your first build

BuildStack builds and signs your mobile apps in the cloud, so you don't maintain an Android SDK, a Mac, or signing machinery yourself. This walks you from zero to a signed build.

1. Create a project

A project is one app. Open Projects → New project, give it a name and the app's package name (for example com.acme.app).

2. Get your source to BuildStack

Two ways:

push. See Connect your GitHub repo.

the dashboard or the dbs CLI.

3. Add signing (once)

you. See Android signing & keystores.

You only do this once per project — credentials are sealed and reused.

4. Build

Open the project and press New build. Pick the platform (Android or iOS), the variant (debug/release), and the output format (APK or AAB). BuildStack runs the build on managed compute and hands you the signed artifact when it's done.

5. Ship it

What's next

Run CI on BuildStack.