← All plugins

AI Copilot

AI @edv4h/usketch-plugin-ai-copilot

Ghost shapes suggested in real time while you sketch.

pnpm add @edv4h/usketch-plugin-ai-copilot

Overview

AI Copilot 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 { AiCopilotPlugin } from "@edv4h/usketch-plugin-ai-copilot";

const app = createApp({
  plugins: [
    AiCopilotPlugin,
  ],
});

Links