> ## Documentation Index
> Fetch the complete documentation index at: https://developer.mindlytics.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Mindlytics SDKs

The Mindlytics SDKs are available, at this time,  for the Python and Javascript/Typescript platforms.

## SDK Repositories

* Python : [https://github.com/Mindlytics/mlsdk-python](https://github.com/Mindlytics/mlsdk-python)
* Javascript / Typescript : [<u>https://github.com/Mindlytics/mlsdk-js</u>](https://github.com/Mindlytics/mlsdk-js)

## SDK User Guides

<CardGroup cols={1}>
  <Card title="Python SDK" icon="link" href="/python-sdk/python-usage">
    Integrate Mindlytics into a Python project.
  </Card>

  <Card title="Typescript SDK" icon="link" href="/typescript-sdk/typescript-usage">
    Integrate Mindlytics into a JavaScript project.
  </Card>
</CardGroup>
