Framework agnostic
Standard custom elements work in React, Vue, Svelte, Angular, or plain HTML.
Everything here is a real Web Component — composable, themeable, and ready for your framework.
Framework agnostic
Standard custom elements work in React, Vue, Svelte, Angular, or plain HTML.
AI-native patterns
Streaming, reasoning, citations, tool calls, attachments, feedback, and search are built in.
Designed to adapt
Compose with slots. Theme with CSS custom properties. Style internals through CSS parts.
Accessible by default
Keyboard behavior, focus management, live status, and semantic controls are part of the components.
Install @loquix/core, import a component definition, then use it like any native HTML element.
import '@loquix/core/tokens/variables.css';import '@loquix/core/define/define-chat-composer';<loquix-chat-composer placeholder="Ask anything…" max-length="4000"></loquix-chat-composer>The first documentation release also defines the integration contract around the components: