+ Widget Mode +
++ The AI Chat plugin can be embedded as a floating widget on any + page. Click the button in the bottom-right corner to open it. +
+Compact & embeddable
++ The widget renders as a fixed-position panel triggered by a + floating button. It does not affect the surrounding page + layout. +
+Configurable size
+
+ Pass widgetHeight{" "}
+ and widgetWidth{" "}
+ props to control the panel dimensions.
+
Page-aware context
+
+ Wrap your layout with{" "}
+
+ PageAIContextProvider
+ {" "}
+ and call{" "}
+
+ useRegisterPageAIContext
+ {" "}
+ on any page to give the AI awareness of the current view.
+
Stateless by default
+
+ In public mode the widget is stateless — no conversation
+ history is persisted. Switch to{" "}
+
+ mode="authenticated"
+ {" "}
+ for persistent history.
+
+ Usage +
+
+ {` `}
+
+