HN user

UltraMagnus

912 karma
Posts2
Comments12
View on HN

I just finished evaluating a bunch of feature flag platforms for my employer this past week. Self-hosting and having a .Net SDK was important to us. Below are the results.

Best options:

-----------------

    Flagsmith: has UI and can be self-hosted for free (BSD-3 license).

    GO Feature Flag: Completely free, but has no UI, although feature flags can be defined in JSON/YAML files checked into Github

    Flagd: Completely free, but has no UI.

    Statsig: Free plan covers our needs for a year or two. The .Net SDK is lacking, but we can use REST API instead.
Too expensive/cannot self-host:
    Growthbook

    Kameleoon

    Split.io

    DevCycle

    LaunchDarkly

Amazing work! Just tried it out on a couple of my repos and it works great. Thank you, starred on Github ;)

I would like to request a feature --> Can you allow the output produced by GQL to be in different serializable formats, like JSON?

I see a lot of potential to this if the GQL output could be piped to C# LINQ queries.