A/B testing with Next.js

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • react-ab-test

    A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.

  • I've found a couple, but they either haven't been updated in years or miss basic functionality such as persisting the variant the user is supposed to see.

  • Flagr

    Flagr is a feature flagging, A/B testing and dynamic configuration microservice

  • FYI, the two libraries you linked are fairly the same. What I have done is used Flagr to create our experiments and do the heavy lifting for us. Along with that we use a custom react component to show the Flagr results. The custom package has been modeled heavily after the Pushtell's package you linked.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • flags

    ⛳️ Feature Flags for Next.js

  • You can check out the project I'm working on called https://happykit.dev which was specifically written for Next.js. It supports feature flags in server-side rendering and static site generation. You can use these feature flags for A/B testing. The repo is https://github.com/happykit/flags.

  • fd-design-system

    FD Design System

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts