JavaScript SDK Installation

Install the Solvof JavaScript SDK in your web application.

Overview

The @solvof/sdk-js package is the official client-side tracking library for web applications. It is lightweight, tree-shakable, and supports all modern browsers. It automatically handles anonymous identity generation, session management, and offline queueing.

Installation via Package Manager (Recommended)

If you are using a bundler (Webpack, Vite, Rollup) or a meta-framework (Next.js, Remix, Nuxt), install the SDK using your preferred package manager.

npmbash
1npm install solvof-js

Next Steps

Once the package is installed, proceed to Initialization to configure the SDK with your API key.