Get set up with Frigade in less than 15 minutes
Sign up and install
Get your API key
The first thing to do is sign up for a Frigade account at frigade.com. Then, locate your Frigade public API key in the Developer tab of the dashboard.
Install the React SDK
Install @frigade/react with your package manager.
Next, add the Frigade Provider
component to your app and plug in your public API key from earlier. We recommend wrapping your entire application to ensure that the SDK is available everywhere.
Below are examples for how to install the Provider in popular React frameworks.
Great! Now you’re ready to start building.
Building and styling
Create a Flow
Add a Flow to your application
For this example, let’s add a Banner
to our product.
<Frigade.Banner />
component in your application. Make sure to do this in a subcomponent of the <Frigade.Provider />
component.View the Flow
Tada! You should now see a shiny Frigade Banner
where you placed it.
See users in the Flow
Once you interact with the Flow in your application, you should see your user appear in the users tab of the Flow detail page. You can reset a user’s progress in the Flow from here, which is especially useful for testing.
Updating Flows
Once a Flow is created, you can update it at any time from the dashboard.
Check out the documentation for each component to see all the configuration options. Check out the Banner component for this quickstart demo.
User targeting
Sometimes you only want to show an experience to a specific user or group of users. Frigade makes this easy with targeting.
Check out integrations to connect other platforms and import existing user segments for targeting.
Styling Flows
Frigade is fully customizable. You can style components to fit seamlessly within your application. Styling documentation is covered here. You can also see a live demo of the theming system at demo.frigade.com.
Custom components
When a pre-built Frigade UI component won’t cut it, you can also build custom components with the Frigade SDK. See our custom component guide here.
Nice work!
You’ve set up your first Frigade Flow. Our docs cover additional functionality like analytics, no-code deployments, and environments.
If you have questions or want to discuss your particular project, feel free to reach out to us at support@frigade.com or book a demo.
Get set up with Frigade in less than 15 minutes
Sign up and install
Get your API key
The first thing to do is sign up for a Frigade account at frigade.com. Then, locate your Frigade public API key in the Developer tab of the dashboard.
Install the React SDK
Install @frigade/react with your package manager.
Next, add the Frigade Provider
component to your app and plug in your public API key from earlier. We recommend wrapping your entire application to ensure that the SDK is available everywhere.
Below are examples for how to install the Provider in popular React frameworks.
Great! Now you’re ready to start building.
Building and styling
Create a Flow
Add a Flow to your application
For this example, let’s add a Banner
to our product.
<Frigade.Banner />
component in your application. Make sure to do this in a subcomponent of the <Frigade.Provider />
component.View the Flow
Tada! You should now see a shiny Frigade Banner
where you placed it.
See users in the Flow
Once you interact with the Flow in your application, you should see your user appear in the users tab of the Flow detail page. You can reset a user’s progress in the Flow from here, which is especially useful for testing.
Updating Flows
Once a Flow is created, you can update it at any time from the dashboard.
Check out the documentation for each component to see all the configuration options. Check out the Banner component for this quickstart demo.
User targeting
Sometimes you only want to show an experience to a specific user or group of users. Frigade makes this easy with targeting.
Check out integrations to connect other platforms and import existing user segments for targeting.
Styling Flows
Frigade is fully customizable. You can style components to fit seamlessly within your application. Styling documentation is covered here. You can also see a live demo of the theming system at demo.frigade.com.
Custom components
When a pre-built Frigade UI component won’t cut it, you can also build custom components with the Frigade SDK. See our custom component guide here.
Nice work!
You’ve set up your first Frigade Flow. Our docs cover additional functionality like analytics, no-code deployments, and environments.
If you have questions or want to discuss your particular project, feel free to reach out to us at support@frigade.com or book a demo.