Skip to main content

Installation

SDK

# npm
npm install @appilots/sdk

# yarn
yarn add @appilots/sdk

# pnpm
pnpm add @appilots/sdk

Peer dependencies

The SDK requires the following as peer dependencies:

{
"react": ">=18.0.0",
"react-native": ">=0.72.0",
"react-native-safe-area-context": ">=4.0.0",
"react-native-svg": ">=13.0.0"
}

react-native-safe-area-context and react-native-svg are used by the chat UI's layout and iconography — most React Native apps already have them installed, but add them if you don't.

MCP Generator CLI

# Global (recommended)
npm install -g @appilots/cli

# Or use with npx
npx appilots sync

TypeScript support

Both packages ship with full TypeScript declarations. No additional @types/* packages needed.