Skip to main content
Choose your path. Add a complete UI component to your frontend or add a powerful context layer to your backend.
The fastest way to get a full-featured chatbot running in your app.
// 1. Install the React SDK
// npm install @jeanmemory/react

// 2. Add the provider and complete chat component
import { JeanProvider, JeanChatComplete } from '@jeanmemory/react';

function MyPage() {
  return (
    <JeanProvider apiKey="jean_sk_your_key">
      <JeanChatComplete />
    </JeanProvider>
  );
}
Full-Stack Integration: User signs in with React SDK, then the same user token works across all SDKs. Frontend handles auth, backend gets context.