KalravAI - React Integration Guide
React Integration Guide
This guide provides a step-by-step walkthrough for integrating Kalrav AI into your React application using our official developer library.
1. Official Developer Library
To integrate Kalrav AI into your custom website or application, developers can use our official package. It provides all the necessary tools to connect your agent securely.
- Package Name: @irisidea/kalrav-ai
- Platform: View on npm
2. Quick Start: Environment & Project Setup
- Step 1: Check Node.js
Ensure your development environment is ready. node--version #Requires: Node.js 16.x or higher
- Step 2: Create New Project
If you are starting from scratch, scaffold a new React project using Vite. npm create vite@latest my-app -- --template react cd my-app







