Skip to main content

Overview

Kaireon includes a sample data loader that populates the platform with realistic demo content so you can explore all features without manual setup.

What Gets Created

The sample data includes:
  • Categories & Sub-Categories — Credit Cards, Personal Loans, Savings Products
  • Offers — 10+ offers with qualification rules, budgets, and scheduling
  • Channels — Email, Push, SMS, In-App
  • Treatments — Content variants per channel
  • Decision Flows — Pre-built flows with enrichment, scoring, and ranking stages
  • Schemas — Customer and Account entity schemas with sample fields
  • Connectors — Demo connectors (non-functional, for UI exploration)

Loading Sample Data

Navigate to Settings > Sample Data in the platform and click Load Sample Data. The process takes a few seconds and is idempotent — running it again won’t create duplicates.

Resetting

To remove sample data and start fresh, use the database reset command:
npm run db:reset
This drops all tables and recreates them. All data will be lost.