Skip to main content
Have Autosana verify that your code actually works — on your local iOS Simulator or Android Emulator, against your dev environment with hot reload, no build uploads needed.

Prerequisites

  • Autosana MCP server added to your coding agent
  • Your app running on a local iOS Simulator or Android Emulator

Usage

Tell your coding agent (Cursor, Claude Code, etc.):
Test this new feature locally using Autosana
Everything else — CLI setup, dependencies, tunnel — is handled automatically.

Close the Loop

The real power of local testing: your coding agent can build, test, and fix in a single loop. Give your coding agent a task — a feature, a bug fix, a ticket:
Build <feature>. Test it locally using Autosana and fix anything that fails.
It writes the code, Autosana verifies it actually works on your simulator, and the agent fixes whatever breaks — looping until everything passes. With hot reload, the whole cycle takes seconds.
Task

Agent writes code

Autosana verifies it on simulator

Pass → next task
Fail → agent reads results, fixes bug → ↑ retest