Build

Live preview

Hot-reload your app on a real device while AI iterates.

Plug a phone in (or run an emulator) and start live preview. Compose hot-reload swaps in changes in under a second — no full rebuild.

bash
apirex preview

What auto-reloads

  • Composable changes — instant.
  • Theme and color changes — instant.
  • Navigation graph changes — instant on next nav.
  • Native module additions — requires a full rebuild.
NotePreview talks to the agent over USB or WiFi (ADB). No phone? Use the bundled emulator: `apirex preview --emulator`.