← All plugins
AI Chat
Side‑panel conversation with canvas‑grounded context.
pnpm add @edv4h/usketch-plugin-ai-chat Overview
AI Chat is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { AiChatPlugin } from "@edv4h/usketch-plugin-ai-chat";
const app = createApp({
plugins: [
AiChatPlugin,
],
});