## The launch

Lovable has released its “vibe-coding” mobile app for **iOS and Android**, pitching it as a way to capture app ideas on the go using AI prompts (voice or text) and then let an agent run autonomously.

Key features mentioned:

- start a build from mobile via prompts

- switch between phone and desktop to continue projects

- get notifications when a build is ready for review

## The platform constraint: Apple’s rules

Apple has recently clarified that it won’t allow apps that:

- download new code

- change functionality dynamically in ways App Review can’t vet

As a result, many vibe-coding tools have moved live previews out of the host app and into the browser.

## Why this matters for web developers

Mobile-first AI builders can accelerate prototyping, but they also raise questions around:

- security of generated code and dependencies

- safe preview/sandboxing models

- app store compliance vs. developer freedom

Expect more “build on device, preview on web” patterns as platforms tighten runtime code policies.