Skip to content

To integrate Vibenv you need three pieces wired together:

  1. The Vibe server routes mounted under /_vibe-agent.
  2. The agent script (vibeagent.js) injected into your HTML.
  3. The built vibeagent.js file served at the injected path. In Webpack dev server, WebpackVibeAgentHandlerPlugin can serve it automatically; otherwise, serve it from static assets.

Pick the integration path that matches your stack:

For plugin entry points and defaults, see Plugin API.