2026-07-10 ·
web_app→main
Summary
Adds a local, browser-based console for prompting, previewing, and editing generated apps without installing native mobile toolchains, plus a real ecommerce reference app and a design-system gallery.
Features
- A new local web console runs entirely on your own machine: chat with an AI coding agent, see a live mobile preview in a phone-shaped frame, click into the running preview to edit text inline, and browse the generated code — all from one browser tab.
- The live preview no longer requires installing Xcode or Android Studio first; it renders the app as a realistic mobile preview in the browser, with native device tooling staying fully optional for later on-device builds.
- Preview works with or without a simulator installed: pick a connected iOS/Android simulator when one's available, or fall back to a browser-only "Web preview" target that always works.
- Six selectable phone frames for the browser preview — Samsung Galaxy S23, iPhone SE, iPhone 14 Pro, iPhone 16 Pro, iPhone 16 Pro Max, and iPhone 17 Pro — so you can check layout across common screen sizes without touching a simulator.
- A guided setup checklist inside the console detects what's installed on your machine and hands you the exact command for anything missing, so there's no separate manual environment-setup pass.
- The same console also ships as a single cloud-deployable image, so a teammate can get their own hosted workspace reachable from just a browser.
- A new ecommerce reference app, built on a richer design system with new themed product, category, and navigation components.
- A design-system gallery app to browse and preview every shared UI component in isolation.
Agent Context Improvements
- A new skill that sets an app's launcher icon across Android, iOS, and web from a single brand image.
- A new skill that adds a native boot splash screen with a theme-matched background and centered logo.
- Agent instructions across all supported tools updated so every assistant knows about the new console, the ecommerce reference app, and the two new skills.