Vue

Vue.js integration

🚧

Coming Soon

Vue.js integration is under development

Vue Integration

Vue.js support for YourGPT Copilot SDK.


Planned Features

  • Vue 3 composables (useYourGPT, useTools, useAIContext)
  • Vue component library
  • Nuxt.js integration
  • Full TypeScript support

Current Alternative

Use the core package with Vue's reactivity system:

import { builtinTools } from '@yourgpt/copilot-sdk-core';

// Create your own Vue composables using the core utilities

Join our Discord or GitHub to get notified when Vue support is released.

On this page