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:
- Create Workspace - Set up your organization
- Create Project - Create your first analytics project
- Install SDK - Get your API token and integrate the SDK
- 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:
- First-Time User Flow - Complete new user journey with URL parameters and modal sequence
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
Related Documentation
- Workspace Setup - Creating organizations
- Project Setup - Creating projects
- SDK Integration - Installing the SDK
- Testing Connection - Verifying tracking