Drop in our React components and get AI features that feel completely native to your platform. No complex integrations or jarring user experiences.
Add our React SDK to your project with a single npm command.
npm install @inset/react
Set up your environment with your unique API key.
INSET_API_KEY=your_api_key_here
Import and use our AI components in your React application.
import { SmartGenerator } from '@inset/react' function ProductForm() { return ( <SmartGenerator type="product-description" context="ecommerce" /> ) }
Everything you need for a smooth integration experience.
Full TypeScript definitions for better developer experience.
Works out of the box with sensible defaults.
Style and configure components to match your design.
Get started with our comprehensive documentation and examples.