1
Install the JS SDK
2
Initialize the SDK
Simply
import { Frigade } from '@frigade/js'
and initialize the SDK with your public API key from the Developer page of the dashboard.3
Start building with Frigade
That’s pretty much it! You can now use the Frigade JS SDK. Here’s how to get a Flow:We recommend taking a quick look at the JS SDK API documentation to get a better understanding of the available methods and how to use them. Also, check out our guide on building custom components for more information on how to build custom experiences with Frigade.