Developer friendly

Embed in minutes, not months

Drop in our React components and get AI features that feel completely native to your platform. No complex integrations or jarring user experiences.

1

Install the SDK

Add our React SDK to your project with a single npm command.

npm install @inset/react
2

Configure your API key

Set up your environment with your unique API key.

INSET_API_KEY=your_api_key_here
3

Add components

Import and use our AI components in your React application.

import { SmartGenerator } from '@inset/react'

function ProductForm() {
  return (
    <SmartGenerator
      type="product-description"
      context="ecommerce"
    />
  )
}

Built for developers

Everything you need for a smooth integration experience.

TypeScript Support

Full TypeScript definitions for better developer experience.

Zero Configuration

Works out of the box with sensible defaults.

Customizable

Style and configure components to match your design.

Ready to integrate?

Get started with our comprehensive documentation and examples.