Splitpoint
from $12/mo · or $129 forever

A/B testing and feature flags you own forever.

VWO is $199/mo and Optimizely is talk-to-sales — both meter your traffic and keep your results in their cloud. Splitpoint defines experiments, assigns visitors with a tiny SDK and reads significance with a proper two-proportion z-test, all on your own server. $49, once.

Web app · self-hosted on your server
See it run

Splitpoint in 60 seconds

What you get

Everything in the box

Self-hosted experiments, a sub-3KB SDK and a real z-test — no per-visitor pricing.

Experiments

Control plus N variants, weighted traffic split, holdout percentage, and URL/device targeting.

Goals two ways

A JS track() call, or automatic conversion when a visitor hits a matching pageview URL.

Tiny SDK

Vanilla JS under 3KB, no dependencies, never touches the DOM; assignments stick via deterministic hashing and localStorage so there is no flicker.

React hook wrapper

An included hook for wiring code-level tests directly into your components.

Results that mean something

Visitors, conversions and CR per variant with 95% CI, relative lift, a z-test p-value and a declare-winner workflow.

Feature-flag mode

Boolean flags with percentage rollout on the same deterministic hashing, for gradual releases with zero extra setup.

Mutual exclusion groups

Experiments sharing a group never run on the same visitor, so overlapping tests do not contaminate each other.

Honest counting

Goals only count for visitors actually assigned, and a DB unique constraint makes duplicate assignments impossible.

Side by side

Splitpoint vs VWO

VWO charges $199/mo. Here's what actually differs.

 SplitpointVWO
Price$49 once$199/mo
Visitors UnlimitedPlan-capped
A/B experiments + significance Yes (z-test, CI, lift) Yes
Feature flags + % rollout YesHigher tiers
Mutual exclusion groups Yes Yes
Data locationYour serverTheir cloud
Visual WYSIWYG editor, heatmaps, ML targeting No Yes

Less than one month of VWO covers Splitpoint forever — and it never tiers you by traffic.

Pricing

Pick how you pay

Subscriptions if you want them — but the whole point is the lifetime tier.

Monthly
$12/mo
Start monthly
Pay once, own it forever
Lifetime
$258$129once
50% off launch price — intro pricing, first 1,000 licenses
Never pay again
Own it — $129
Yearly
$120/yr
2 months free
Start yearly
Checkout by Whop · instant delivery · VWO costs $199/mo
How it works

Up and running in three steps

  1. Buy once on Whop

    One payment of $49 gets you the packaged Windows installer with updates, or clone the MIT source at github.com/bensblueprints/ab-testing-tool-mvp and run it free.

  2. Run desktop or deploy

    Run it as a Windows desktop app, or docker compose onto a $5 VPS when you need it public.

  3. Drop in the SDK

    Add the sp.js tag, call getVariant to branch your UI, and track() on conversion.

FAQ

Fair questions

Is it really free on GitHub?

Yes — Splitpoint is MIT-licensed at github.com/bensblueprints/ab-testing-tool-mvp. The $49 buys the packaged Windows installer and updates; building from source is free.

Can I trust the statistics?

It runs a pooled two-proportion z-test and reports the two-tailed p-value, confidence and Wald 95% CI. Standard caveats apply: fix your sample size up front, do not peek-and-stop the moment a result looks significant, and remember 1 in 20 winners at 95% is noise.

Is this a subscription in disguise?

No. $49 once, no renewal, no per-visitor metering. Your experiment data lives on your own server.

Stop renting. Own Splitpoint.

Self-hosted experiments, a sub-3KB SDK and a real z-test — no per-visitor pricing.

Get Splitpoint — $129 forever

Everything about Splitpoint — every page we have on it

Compare & pricing

Guides

Try & tools

Source