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

# SDKs

> Explore our frontend and backend SDK repositories. Finch supports SDKs in JavaScript, React, Node, Python, Java, Kotlin, Go, and Ruby.

## Frontend SDK

Finch's frontend SDK allows you to [embed Finch Connect](/implementation-guide/Connect/Set-Up-Finch-Connect#embedded-flow) into your application, enabling you to provide a seamless integration experience for your users.

We offer both a JavaScript and React frontend SDK, both of which can be viewed at the repository below:

<CardGroup cols={1}>
  <Card title="Finch Connect SDK" icon="toolbox" iconType="duotone" color="#7A84FF" href="https://github.com/Finch-API/finch-connect-sdk" />
</CardGroup>

## Backend SDKs

Finch maintains SDKs in several popular languages to make it easy to integrate with Finch APIs. These SDKs are regularly updated for breaking and non-breaking API changes. In addition to installation and quickstart information, each repository contains an `api.md` that documents available methods and data models.

<CardGroup cols={3}>
  <Card title="Node" icon="node-js" color="#87BF00" iconType="duotone" href="https://github.com/Finch-API/finch-api-node" />

  <Card title="Python" icon="python" color="#F7CA3E" iconType="duotone" href="https://github.com/Finch-API/finch-api-python" />

  <Card title="Java" icon="java" color="#507E9C" iconType="duotone" href="https://github.com/Finch-API/finch-api-java" />

  <Card title="Kotlin" icon="k" color="#B31DE0" iconType="duotone" href="https://github.com/Finch-API/finch-api-kotlin" />

  <Card title="Go" icon="golang" color="#00A7D0" iconType="duotone" href="https://github.com/Finch-API/finch-api-go" />

  <Card title="Ruby" icon="gem" color="#E0115F" iconType="duotone" href="https://github.com/Finch-API/finch-api-ruby" />
</CardGroup>

If you do not see your language here, reach out to us!
