Product

Introducing our Javascript SDK for Finch Connect

September 21, 2022
0 min read

We recognized this early on at Finch, which is why we focused on developing our React SDK for Finch Connect.

As developers ourselves, we know that while APIs are a great first step to increasing business efficiency, when it comes to implementation, SDKs create a superior experience.

We recognized this early on at Finch, which is why we focused on developing our React SDK for Finch Connect. This SDK offers an easier alternative for embedding Connect into applications versus using the Finch API directly. However, it also constrained developers to using React if they wanted to embed our product.

For this reason, we’ve gone back to the basics and developed a vanilla Javascript SDK for Finch Connect. This framework-agnostic SDK offers more flexibility when embedding Finch Connect into your frontend applications. Any web app running Javascript can now take advantage of the improved developer experience that SDKs offer.

Using the SDK

To embed Connect via our JS SDK, simply load the SDK via a script tag and add some simple initialization code to your application:

<script src="https://prod-cdn.tryfinch.com/v1/connect.js"></script>

The returned FinchConnect object exposes open, close, and destroy lifecycle methods, which you can utilize to seamlessly get Connect up and running in your application.

Read our docs to learn more about our JS SDK and view the open source repository here!

Start building with Finch

Get your API keys or contact us for more information.