Visual editor

Click elements in the preview to edit styles visually — no code required.

The visual editor (Design mode) lets you select UI elements in the live preview and adjust their appearance. Changes are written back to source code automatically.

Enabling design mode

  1. Open a project in the workbench
  2. Switch to Design mode from the chat toolbar or workbench
  3. Click an element in the preview iframe to select it

What you can edit

PropertyExamples
TypographyFont size, weight, color
SpacingPadding, margin
LayoutWidth, alignment
ColorsBackground, text, borders
EffectsOpacity, border radius

Image tools

The visual editor includes:

  • Pixabay library — search and insert stock images
  • AI image generation — create images from prompts
  • Upload — import and persist images into your project

Images are saved to your project files and referenced in components.

How changes apply

Visual edits generate patches that update the underlying React Native source. The preview refreshes to reflect changes. You can still edit the same properties in code afterward.

Design mode vs. chat

ApproachBest for
Visual editorPixel-level tweaks, colors, spacing on existing UI
ChatNew screens, logic, navigation, backend