OneTimeSuite app

๐Ÿ”€ Splitpoint

A/B testing and feature flags you own forever.

Quick facts

Splitpoint at a glance

Price$49, once โ€” no renewal
ReplacesVWO at $199/mo โ€” roughly $2,388 a year, every year
TypeSelf-hosted web app
PlatformsYour own server (VPS / Docker), any browser
CategoryUtilities
What's in the box

Splitpoint features

01

๐Ÿงช Experiments

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

02

๐ŸŽฏ Goals two ways

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

03

๐Ÿชถ Tiny SDK

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

04

โš›๏ธ React hook wrapper

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

05

๐Ÿ“ˆ 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.

06

๐Ÿšฉ Feature-flag mode

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

07

๐Ÿšง Mutual exclusion groups

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

08

๐Ÿงฎ Honest counting

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

Pricing

$49 once โ€” that's the whole pricing page

VWO charges $199/mo โ€” roughly $2,388 a year, every year. Splitpoint is a single payment, and it keeps working whether or not we ever sell another copy.

$199/mo forever $49once

Or get Splitpoint inside the full suite โ€” every app in the catalog, currently $97 for the bundle. See the bundle →

FAQ

Honest answers

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.