yarn add @splitbee/web

Introducing @splitbee/web

There is now an easier way to interact with Splitbee on your website or web app. Our new library works perfectly together with Next.js, React, Vue.js, Angular or any other front-end stack you might have.

Example Usage

import splitbee from '@splitbee/web'
splitbee.init()
splitbee.track("Sign Up")

Learn more about @splitbee/web in our docs.