Simple A/B Testing

Experiment and grow your projects and applications. Test new variations of functionality and see how it converts. Optimize and grow.

Start 7 day trial now >
Control

Our product is awesome.

Buy now
Other

Track and grow your business.

Buy now

About Privacy

Keeping your users private is very important.

Dual Kind does not and will never sell any information about your users to third parties. The information collected on each request is transformed into a unique identifier that cannot be reversed to identify the user.

Pricing

MonthlyAnnual
Basic
10 /m
100 /y when billed annually
  • A/B testing on web
  • 10 experiments
  • 100,000 tracked events rolling window
  • More features coming soon
Advanced
25 /m
250 /y when billed annually
  • A/B testing on web
  • 200 experiments
  • 500,000 tracked events rolling window
  • More features coming soon
Custom
Custom billing
  • A/B testing on web
  • Custom amount of experiments
  • Custom tracked events rolling window
  • More features coming soon

Simple statistical analysis

We help you understand if your tests are successful or when they fail.

By doing a statistical analysis we know if your test is significant or not. We also provide the values for conversion rates for the different variations in your experiments.

Integration

Having an easy integration with your code is one of our concerns. The API is build to be as simple as possible, yet giving you easy access to every functionality.

<html>
    <head>
        <title>Your awesome page</title>
        <!-- Add dependency on spark-v1.js and setup `dualkind` with your key -->
        <script src="https://cdn.dualkind.com/spark-v1.js"></script>
        <script>dualkind.setup("your-key");</script>
    </head>
    <body>
        <!-- Activate your experiment and get the selected variation -->
        <script>
        dualkind.activate("test_buy_button", function(variation) {
            console.log(variation);
        });
        </script>

        <!-- Track with only one event -->
        <script>dualkind.track("test_buy_button");</script>

        <!-- Track with a specific event -->
        <script>dualkind.track("test_buy_button", "convert");</script>
    </body>
</html>

You can view extended examples in documentation section.

Links

Twitter @DualKind

Privacy Policy