Custom widgets
Other frameworks
If you are using a different frontend framework, you can easily integrate the @nlxai/chat-core package covered in the next chapter to build a custom widget. In fact, the React and Preact packages are both under 100 lines of TypeScript.
A note for Svelte users
The conversation handler exported with the headless core package satisfies the Svelte store contract.