The Workspace
Learn the full workspace layout — chat, preview, and workspace sections.
The preview panel shows a real-time Flutter web build of your app inside a device mockup. Every time the AI makes a change, the preview refreshes automatically — no manual reload needed.
The right side of the workspace displays your running app in an iframe. As the AI writes and modifies Flutter code, the app is rebuilt and the preview updates to show the latest version. You can interact with it directly: tap buttons, navigate between screens, scroll lists, and fill in forms.
On desktop, the preview sits inside a code-generated device frame with platform-appropriate chrome — iOS devices show a Dynamic Island status bar, Android devices show a status bar with time, signal, WiFi, and battery icons plus a three-button navigation bar. On mobile, the preview runs full-screen without the frame.
The preview toolbar lets you switch between viewport sizes that match real device dimensions:
These devices were chosen to match App Store and Google Play screenshot size requirements, so you can capture store-ready screenshots directly from the preview.
A button in the top-right corner of the preview switches between two modes:
Use 1:1 mode when you need pixel-accurate inspection of your layout.
Click the camera button — on desktop it’s a floating button in the bottom-right corner of the preview area, on mobile it’s in the preview toolbar. A context menu appears with two options:
This serves two purposes: pointing the AI at specific UI issues (“See this section? Move it below the header”) and capturing store-ready screenshots for your app listing without needing a real device.
Click the mobile preview button (monitor+phone icon) in the preview panel to open a QR code. Scan it with your phone to open your app’s live web preview in a mobile browser — no build required.
This is the fastest way to check touch interactions, layout, and animations on a real device. The preview updates as the AI makes changes, just like on desktop.
Use the preview for:
Use a real device for:
The Workspace
Learn the full workspace layout — chat, preview, and workspace sections.
Attaching Context
Attach screenshots, images, and file references to give the AI better context.