Gatsby
Add an Embedded AI Chat to your Gatsby app
What is Gatsby
Gatsby is a React-based open source framework for creating websites.
Install the component library
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.