An open API service indexing awesome lists of open source software.

https://github.com/yext/chat-headless

The headless library for the Chat frontend.
https://github.com/yext/chat-headless

Last synced: 9 months ago
JSON representation

The headless library for the Chat frontend.

Awesome Lists containing this project

README

          

# chat-headless monorepo

This monorepo contains the headless library and framework-specific binding libraries for the Chat frontend.

## What's inside?

This monorepo includes the following packages/apps:

### Apps and Packages

- `@yext/chat-headless`: Chat's headless library build on top of Chat Core, with state management handling. Visit [README.md](./packages/chat-headless/README.md) for more details.
- `@yext/chat-headless-react`: React bindings for Chat Headless. Visit [README.md](./packages/chat-headless-react/README.md) for more details.
- `apps/test-site`: A React app that uses `@yext/chat-headless-react` for development purposes.

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).