Appearance
To integrate Vibenv you need three pieces wired together:
- The Vibe server routes mounted under
/_vibe-agent. - The agent script (
vibeagent.js) injected into your HTML. - The built
vibeagent.jsfile served at the injected path. In Webpack dev server,WebpackVibeAgentHandlerPlugincan serve it automatically; otherwise, serve it from static assets.
Pick the integration path that matches your stack:
- Vite or Webpack: follow the plugin setup in Framework-Specific Integration.
- Custom stack: follow Custom Integration.
For plugin entry points and defaults, see Plugin API.