We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Which version is better?
With Version Compare you can take the guesswork out of the equation.
It will continuously monitor and adjust your message based on which version more reliably converts your visitors into customers.
Version Compare is currently in private alpha.
Write us at hello@version.compare if you want to try it on your own site
<script defer type="text/javascript" src="https://cdn.version.compare/assets/embed.js" data-siteid="SITEID" ></script>
<div data-vc-experiment="cta" data-vc-variant="free"> Try for free </div> <div data-vc-experiment="cta" data-vc-variant="urgency"> Only limited copies available </div>
Replace step 2 above with the following two steps:
npm i @version.compare/react
import VersionCompare from '@versioncompare/react'; const variants = { free: <FreeComponent /> urgency: <UrgentComponent /> }; <VersionCompare experimentId="CTA" variants={{variants}}> Optionally a fallback component here that is shown in the time it takes the Version Compare machinery to figure out which version to use. </VersionCompare>