Introduction
Appilots is an SDK and developer platform that enables AI agents to understand, navigate, and interact with React Native applications automatically.
What is Appilots?
Unlike traditional chat assistants, Appilots connects AI models directly to your application interface using MCP (Model Context Protocol) documents generated from your app's source code. This enables real UI-aware automation instead of text-only assistance.
What your users can do
User: "I want to create a new vehicle subscription"
Agent:
→ navigates to the correct screen
→ fills required inputs
→ selects options
→ confirms submission
All inside the app, automatically.
Core Components
Appilots is composed of three main parts:
1. SDK (@appilots/sdk)
A plug-and-play React Native component that provides an embedded AI chat interface with screen-aware navigation, form filling, and UI interaction.
2. MCP Generator CLI (appilots)
A CLI tool that analyzes your React Native codebase and generates structured MCP documents describing screens, navigation, components, forms, and actions.
3. Dashboard (app.appilots.com)
A web interface where you manage projects, configure AI models and permissions, review the active MCP document synced by the CLI, and monitor usage and escalations.
How it works
Next Steps
- Quick Start — get up and running in 5 minutes
- Installation — detailed installation guide
- How It Works — understand the architecture