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 InkeepEmbeddedChat.tsx file for the Embedded Chat component.

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