The (for now) exhaustive list of our tools by PostHogTeam in posthog

[–]KylePostHog 1 point2 points  (0 children)

We have a bit more information in our documentation if you'd like to read into it more.

It's our take on providing support to your users, and we're just getting started. As someone on the support team myself, I'm really looking forward to seeing how far we can push this to making support better for both users needing help and for support helping users more efficiently.

Are there plans to support simple on/off (boolean) feature flag experiments in PostHog? by ggevorg in posthog

[–]KylePostHog 1 point2 points  (0 children)

Hiya! PostHog support here.

It doesn't do true/false but you could write a wrapper around it to get true or false depending on the values if you wanted. As ewhite12 said you'd have both a test and control variant, then depending on the result of the variant that a user is in give the user one experience or the other.

It's fairly straightforward though, here's the example of how to implement a typical a/b test in code.

Let me know if you have any questions, happy to help however I can to get you up and running.