SDK Installation

Install the Bklit Analytics SDK

SDK Installation

This guide covers installing the Bklit Analytics SDK in your project.

Package Managers

npm install @bklit/sdk
pnpm add @bklit/sdk

Framework-Specific Guides

Requirements

  • Node.js: 18+ (for build tools)
  • Browser: Modern browsers (ES6+ support)
  • Project ID: From your Bklit dashboard
  • API Key: From your Bklit dashboard

Get Your Credentials

  1. Go to your Bklit dashboard
  2. Navigate to your project
  3. Go to Settings → API Tokens
  4. Create a token or use existing token
  5. Copy your Project ID and API Token

Next Steps

After installation:

  1. Configure the SDK - Set up initialization
  2. Test Integration - Verify it works
  3. Track Events - Start tracking custom events

On this page