Get started

Concepts

Projects, runs, plans, builds, and credits.

Project

A project is one mobile app. It points at one source repo (or one ZIP) and produces one APK / AAB. You can have unlimited projects on Pro and above.

Plan

A plan is the structured spec Apirex generates from your repo: routes, screens, API surfaces, auth pattern, payment flow. Plans are versioned — every regenerate keeps the previous one for diffing.

Run

A run is one execution of the AI pipeline: ingest → analyze → plan → generate → build. Each run consumes credits proportional to the work.

Build

The Gradle step that turns generated Kotlin into an .apk and .aab. Builds run locally by default; cloud builds are optional on Business.

Credit

One credit ≈ one AI planning step or one cloud build minute. Most v1 apps land between 50 and 300 credits.