Vibecode SDK for webapps
npm install @vibecodeapp/webappVibecode SDK for webapps.
``bash`
npm install @vibecodeapp/webapp
`js`
import { ... } from '@vibecodeapp/webapp'
If you're using Vite, you can use the included plugin:
`js
// vite.config.js
import { vibecodePlugin } from '@vibecodeapp/webapp/plugin'
export default {
plugins: [vibecodePlugin()]
}
``
Proprietary - see LICENSE for details.