Kiro Auto Remote Vibe Coder is an AI-powered development automation system that bridges natural language intent and machine execution. Submit a prompt from any device (phone, tablet, or another computer), and the system uses Google's Gemini AI to decompose it into a structured, executable plan.

The FastAPI backend coordinates with a macOS automation client that executes the plan using macOS automation APIs opening Kiro IDE, interacting with AI coding assistants via Accessibility APIs, editing source files, running build commands, executing test suites, and monitoring file changes in real time.

The system uses a parallel agents architecture: the Mission Controller orchestrates workflow, the Step Executor runs actions sequentially, the Marker Watcher monitors file changes using macOS FSEvents, the Kiro Automator handles IDE-specific AI interactions, and the Screenshot Analyzer uses Gemini Vision to extract information from screen captures when needed.

This multi-threaded approach enables concurrent file monitoring, AI interactions, and action execution. The system handles the full development lifecycle autonomously from project initialization and code generation through testing, debugging, and git commits with real-time progress updates, screenshots, and execution logs delivered to your device. It can detect stuck steps, capture context through screenshots, request AI guidance, and iterate until goals are achieved.

Whether you're prototyping, learning new frameworks, or automating repetitive setup tasks, Kiro Auto Remote Vibe Coder transforms ideas into working, tested code while you focus on higher-level decisions.

Built With

Share this project:

Updates