top | item 42052735

(no title)

zegl | 1 year ago

Congrats on launching! What’s the difference between this and Feature Flags in PostHog?

discuss

order

izakfr|1 year ago

Feature Flags looks like it's crafted around automated rollouts. Varse was designed to be more manual, just for reading / writing key - value pairs. You can use it to store long-lived variables like database_url. It could also be used for short lived variables like percent_db_migration_rollout.

Have you used Feature Flags in the past? I'm curious what your experience was.

navs|1 year ago

I use posthog for remote config. Basically long lived flags containing a json payload that allows me to target consumers based on specific properties of that consumer.