Onboarding Flow

Guide users through the Bklit setup process

Onboarding Flow

The Bklit onboarding flow helps new users get started with analytics tracking in four simple steps.

Overview

The onboarding process consists of:

  1. Create Workspace - Set up your organization
  2. Create Project - Create your first analytics project
  3. Install SDK - Get your API token and integrate the SDK
  4. Test Connection - Verify tracking is working

New User Experience

For a complete walkthrough of what new users experience, including demo project invitation and interactive modals, see:

The sections below describe each onboarding step in technical detail.

Step-by-Step Guide

Create Workspace

Create an organization (workspace) to group your projects.

Requirements:

  • Organization name (unique)
  • You'll be the owner

What happens:

  • Organization is created
  • You're added as owner
  • Redirected to project creation

Create Project

Create your first analytics project.

Required:

  • Project name
  • Project domain (optional but recommended)

What happens:

  • Project is created
  • Project ID is generated
  • Ready for SDK integration

Install SDK

Get your API token and integrate the Bklit SDK.

What happens:

  • API token is auto-generated
  • Token is scoped to your project
  • SDK installation code is provided

You'll see:

  • Your API token (save it!)
  • SDK installation instructions
  • Code examples for your framework

Test Connection

Verify that tracking is working correctly.

What happens:

  • Test event is sent
  • Connection status is checked
  • You can view results in dashboard

On this page