Build

Visual edit

Tweak components on a live preview without leaving Compose semantics.

Visual edit is a live, pixel-accurate Compose preview where you can move, resize, recolor, and re-text any component — and the changes write back to your Kotlin source.

What it edits

  • Spacing, padding, alignment.
  • Colors and Material 3 theme tokens.
  • Typography (font family, weight, size).
  • Component swaps (e.g. swap a Card for an OutlinedCard).
  • Static text and image assets.

What it doesn't touch

Business logic stays in code. ViewModels, repositories, and API layers are off-limits to the visual editor — exactly where you want a precise diff, not a drag.