What is Gatsby

Gatsby is a React-based open source framework for creating websites.

Install the component library

npm install @inkeep/uikit

Customize your settings

First, create a useInkeepSettings.ts file that will contain a hook that returns configuration for the Inkeep component(s).

Below is an example with common customizations:

Define the component

Next, create an InkeepChatButton.tsx file for the Chat Button component.

For a full list of customizations, check out the Chat Button documentation.