⚡ Selected Experiment:0 Total Experiments

A/B Testing Center

Create variants, split traffic, collect stats, and deploy the winning website.
Active tests
0
Currently running
Visitors tested
...
Real-time tracking
Best lift
--
Overall
Revenue impact
...
Total revenue recorded

Experiments

ExperimentTarget PageStatusActions
No experiments launched yet. Click "Create Experiment" to start.

💻 External Website JS Embed Snippet

Paste this snippet into the <head>of any external website (e.g., Happy Diwali landing page) to enable 50/50 split testing & conversion tracking:

<script src="https://kreate-locations-b5bjgef6eyakfahc.canadacentral-01.azurewebsites.net/api/snippet?id=test1"></script>

How to tag your external HTML elements:

  • Variant A Element: <div data-ab-variant="A">Original Headline</div>
  • Variant B Element: <div data-ab-variant="B">Diwali Offer Headline</div>
  • Track Button Click: <button data-ab-convert="true" data-ab-value="149">Buy Now</button>

Create Experiment

A guided wizard that makes A/B testing feel like campaign setup, not data science.
1

Choose outcome

What should this test improve?

2

Configure details

Internal hosted page or external website?

3

Create variants

Link your control and challenger variants.

4

Launch & monitor

Review and launch your experiment.

What would you like to improve?

More LeadsOptimize for more leads.
More SignupsOptimize for more signups.
More RevenueOptimize for more revenue.
More ClicksOptimize for more clicks.
More EngagementOptimize for more engagement.
Custom GoalOptimize for custom goal.

Variants Configuration & Storage

View saved HTML variants, bucket storage links, and live previews.

Select an experiment from the dropdown above to view saved variants and preview options.

Live Variant Previews & Source HTML

Variant A (Control)

Variant A HTML preview will appear here when an experiment is selected.

Variant B (Challenger)

Variant B HTML preview will appear here when an experiment is selected.

Goals

Use plain-English goals, with advanced event settings underneath.
Primary

Lead Submitted

Determines the winning variant.

Secondary

CTA Click

Explains user intent before conversion.

Guardrail

Bounce Rate

Prevents a winner that hurts page quality.

🎯 Conversion Tracking Implementation

Active for Experiment: All Experiments

Telemetry Active
Option 1: HTML Tag (No-Code · Recommended)Automatic

Add data-ab-convert="true" to any button or link. The embed script automatically detects clicks and logs the conversion.

<button 
  data-ab-convert="true" 
  data-ab-value="1">
  Submit Lead
</button>
Option 2: JavaScript API (For Web Apps & SPAs)Custom Logic

Call window.kreateAB.track() inside your React/Vue/vanilla event handlers upon form submission or checkout:

if (window.kreateAB) {
  window.kreateAB.track('lead_submitted', {
    value: 1 // conversion value
  });
}

Traffic Split

Default users to simple 50/50, with safe advanced controls.

Allocation

Variant A
50%
Variant B
50%

Keep users sticky with a cookie so the same visitor always sees the same version.

Audience rules

Results

Real-time statistics powered by Firestore. Filtered by selected test.
Total Visitors
...
A 0 / B 0
Total Conversions
...
A 0 / B 0
Relative Lift
--
Variant A is higher
Total Revenue
...
A $0 / B $0

A vs B comparison

VariantVisitorsConversionsConversion RateAvg Order ValueResult
Variant A............Control
Variant B............Challenger

Recent Events (Raw Data)

User IDVariantLanding PageTime on PageStatusRevenue
Loading data...

Statistical Testing Tools

Open a tool, choose its inputs, and run the calculator to validate your experiment data.

Baseline Conversion Rate

Sample Size

AB Test Assumption

Chi Squared Test

Two Sample T Test

Paired T Test

Mann Whitney U Test

Wilcoxon Signed Rank Test

AI Insights

Translate stats into marketer-friendly recommendations.

Why Variant B is likely winning

Variant B uses a more concrete promise and a clearer action-oriented CTA.

  • “5 minutes” creates a measurable speed promise.
  • “Create My Website” matches visitor intent better than “Get Started”.
  • SEO-ready copy adds a business outcome beyond design.

Auto-stop recommendation

Winner detected

Variant B has enough evidence to roll out. Suggested action: deploy B to 100% traffic and archive A.

1
Launched
2
Data collected
3
Winner found

Suggested next experiments

Shorter Form Test

Reduce fields to increase lead submissions.

Trust Badge Test

Add testimonials and “500+ sites generated”.

Industry Landing Test

Show plumber, dentist, consultant examples above fold.

Experiment Templates

Make A/B testing usable for customers who do not know what to test.
Lead Gen

Lead Generation Pack

  • Headline test
  • CTA test
  • Short form test
SaaS

Trial Signup Pack

  • Free trial CTA
  • Pricing section
  • Demo placement
Local SEO

Local Business Pack

  • Location headline
  • Reviews block
  • Call button

Settings

Controls for developers and advanced marketing teams.

Tracking setup

Safety rules

Backtesting

Design and validate signal experiments on point-in-time data before exposing them to live traffic.
1

Experiment

Name the test and state the hypothesis.

2

Signals

Choose a control and at least one candidate.

3

Data & validation

Define an auditable, point-in-time window.

4

Review

Confirm the design before running.

Experiment definition

🤖 Prompt A/B Experiments Hub

Create LLM prompt variants, execute generation runs, evaluate outputs, and promote winning prompts.
Active Prompt Tests
0
Live in production
Total LLM Runs Executed
0
Test generations
Control Plane API
Active
/api/prompt-experiments

🧪 Create New Prompt A/B Test

Define two prompt templates with variables like {{question}} or {{topic}} to evaluate LLM output quality.

Variant A (Control Prompt)
Variant B (Challenger Prompt)

⚡ Interactive LLM Generation Playground