Skip to content
Dashboard

Build Chat SDK web UIs in Vue or Svelte

lib/bot.ts
// Vue / Nuxt
import { useChat } from "@chat-adapter/web/vue";
// Svelte / SvelteKit
import { useChat } from "@chat-adapter/web/svelte";
const chat = useChat({ api: "/api/chat" });

Framework-specific useChat imports for Vue and Svelte

Ready to deploy?