> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/frontend.md).

# 9. Frontend Documentation

The documentation covers three main Memori frontend integration libraries:

1. [**memori-api-client**](/en/frontend/client-api.md):
   * TypeScript client for interacting directly with the Memori APIs
   * Handles authentication, sessions, and API calls
   * Suitable for custom integrations and backend use
2. [**memori-webcomponent**](/en/frontend/web-component.md):
   * Standard web component usable in any HTML page
   * The simplest solution for quick integrations
   * No specific framework required
   * Configurable via HTML attributes
3. [**memori-react**](/en/frontend/react-component.md):
   * 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](/en/frontend/style-and-customization.md)
