What is Musketeer?ΒΆ

Musketeer is an A/B test platform for developers, designers and growth hackers. It helps you to create several different types of tests: random and bandit tests. These different types helps you to test variants differently. See Test types for more information on the different types of tests.

In Musketeer, you write tests in JavaScript or in HTML. You can also use CSS directly to style elements per variant.

In case you want to leverage Musketeer in your back-end, we’ve exposed our HTTP API.

Instead of a traditional platform where you need to create tests in a WYSIWYG editor, in Musketeer, you create tests where you are most comfortable: your code.

This has several advantages:

  • You do not have to work in a WYSIWYG editor, but you can use your own IDE where you are most comfortable.
  • Your tests are stored in your revision control system. This means you can easily manage development, staging and production environments, and you can more easily review and collaborate on tests.
  • The code of your variants are not stored at an external party. Instead, it’s directly served in your site which could be faster.
  • The external library becomes much smaller. Musketeer’s library is easily 5 times smaller than traditional platforms.

Please continue to the Installation page to get started installing Musketeer. If you have any questions, do not hesitate to reach out to us at support@musketeer.ai.