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:
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
npm install @loopkit/javascript
yarn add @loopkit/javascript
pnpm add @loopkit/javascript
<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:
- In Unity, go to Assets → Import Package → Custom Package
- Select the downloaded
LoopKit-Unity.unitypackage
file - 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
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.
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
- User Identification & Grouping → - Link anonymous users to known identities and organize users into teams/organizations for deeper insights
Next Steps
Need help? Join our Discord or contact support