Skip to content

Instantly share code, notes, and snippets.

@15august
15august / README.md
Created January 30, 2026 21:13 — forked from seabass011/README.md
iOS Simulator Bridge for AI Agents - gives agents eyes into mobile screens

Simctl Bridge

REST API that wraps xcrun simctl so agents can see iOS Simulator screens and catch visual bugs the DOM tree hides.

Why

Playwright gives agents browser eyes. This gives them mobile eyes.

The agent captures raw framebuffer screenshots from the iOS Simulator, bypassing the DOM entirely. CSS breaks that are invisible in Chrome DevTools become visible.