Developer-friendly A/B testing with literally one line of code. No render-blocking JavaScript, just plain CSS.
Dirty simple and fast and way to start A/B testing your landing page. Add one stylesheet to your page and you're ready to test!
Developer-friendly A/B testing that gets out of your way: Add one stylesheet and you're done.
Dirty simple A/B testing that gets out of your way. Add one stylesheet and you're done.
Dirty simple A/B testing that scales when you're ready. Free plan included, no credit card needed.
Add one stylesheet to your page and you're ready to test!
No render-blocking JavaScript, just plain CSS. Add one stylesheet to your page and you're ready to test!
<div data-ab-show="default">
This gets shown by default
</div>
<div data-ab-show="test1">
This gets shown if ?ab=test1 url
param is present
</div>
Not convinced? Let's try it out:
You're only asked for your domain, email and password. Simple as that!
A/B tests work with a simple stylesheet. Paste the style import to your <head> and you're done!
Use data-ab-show="testname" and data-ab-hide="testname" to show/hide content based on the current A/B test
Your first A/B test is ready to run! You can direct users to your variation by adding ?ab=testname to your page's address.