Appearance
Vibenv is organized as a set of packages that plug into your dev server and UI.
Vibenv is intended for dev, UAT, staging, and other internal pre-prod environments. There is no production integration.
Core packages
@vibenv/vibe-serverexposes an Express router with agent, workspace, and session endpoints.@vibenv/cli-agentsroutes prompts to Claude Code locally or to a remote host.@vibenv/vibe-agentis a Vue 3 + Vite application that exports a build artifact at./vibeagent.js.@vibenv/constantsdefines shared identifiers likedata-component-file,data-component-name, and__PROJECT_ROOT__.
Integration layers
@vibenv/vite-pluginsmounts the Vibe server into Vite and injects agent scripts.@vibenv/webpack-pluginsmounts the server routes, injects the agent script tag, and can serve the built agent bundle from webpack-dev-server.@vibenv/framework-pluginsincludes a Vue plugin that stamps component file metadata and a Nuxt 4 module that injects the agent script tag.
Tooling and services
@vibenv/env-managergenerates.envfiles fromenvModeldefinitions.@vibenv/envinstalls typed environment defaults for Vibenv services.@vibenv/shoptet-mcp-serverruns an MCP server that exposes CSS analysis and screenshot tools.