Hi team,
I'm coming from Angular and trying from big bang to implement chatkif-js (btw it works...) BUT :
The documentation https://openai.github.io/chatkit-js/quickstart/ called "chatkit-JS" first (so vanilla JS first) is currently hard to navigate/start for developers who are not using React. (React is clearly prioritized more visible over VanillaJS).
The left menu mixes React-only sections (hooks, components) with framework-agnostic and Web Component content.
Suggestion:
- In side-left MENU : Separate both vjs and rectjs even if react contains more "helpers".
- In content
<starlight-tabs> start with VanillaJS to speak to everyone first
This would make the docs much easier to scan and use for non-React developers.
What you think ?