AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Feature Flags
The goal of a feature flag tool is to separate the conditions under which something is true from the code that cares about whether it's true. There are tools like launch darkly that support a lot of things out of the box wit the light or riht custom rules. Often you will have to initialize a client like this with some of user context. But the idea dn the real power comes from being able to separate those conditions and those triggers from the places that carry about the result.