Skip to content

Quick Start Guide

Get up and running with LoopKit in under 5 minutes.

Step 1: Join the Beta

LoopKit.ai is currently in private beta. Sign up below to get early access:

Get early access to LoopKit.ai. No spam, just updates on our platform.

Beta Access
Once you receive beta access, you'll get your API key and project setup instructions via email.

Step 2: Install the SDK

When you receive beta access, you can install the appropriate SDK for your platform:

JavaScript/Web Applications

bash
npm install @loopkit/javascript
bash
yarn add @loopkit/javascript
bash
pnpm add @loopkit/javascript
html
<script src="https://cdn.loopkit.ai/js/loopkit.min.js"></script>

Unity Applications

For Unity projects, download the Unity package from your beta access email or project dashboard, then:

  1. In Unity, go to Assets → Import Package → Custom Package
  2. Select the downloaded LoopKit-Unity.unitypackage file
  3. Import all assets

Other Platforms

Using React, mobile, or other platforms?

Each platform has specific setup instructions in their respective guides.

Step 3: Initialize LoopKit

javascript
import LoopKit from '@loopkit/javascript';

LoopKit.init('your-api-key-here');

Platform-Specific SDKs

Using React, Unity, or other platforms? Get platform-specific guides:

That's it! LoopKit automatically tracks page views, clicks, and errors.

Step 4: View Your Live Events

Once you have beta access, go to Live Events in your project dashboard to see events flowing in real-time.

Live Event Viewer

AI insights will be generated in your first loop cycle.

Advanced Features

Once you have basic tracking working, explore these powerful features:

User Identification & Grouping

Next Steps


Need help? Join our Discord or contact support