9. Frontend Documentation
The documentation covers three main Memori frontend integration libraries:
TypeScript client for interacting directly with the Memori APIs
Handles authentication, sessions, and API calls
Suitable for custom integrations and backend use
Standard web component usable in any HTML page
The simplest solution for quick integrations
No specific framework required
Configurable via HTML attributes
Dedicated React component
Offers greater flexibility and control
Supports custom layouts
Integrates natively into the React ecosystem
It also offers several ways to customize the style of the components — you can find them all here
Last updated