SaaSHub helps you find the best software and product alternatives Learn more โ
Spec Alternatives
Similar projects and alternatives to spec
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
-
-
proposals
A home for well-formed proposed incubations for the web platform. All proposals welcome. (by WICG)
-
-
go-feature-flag
GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source. ๐๏ธ
-
flagsmith-ios-client
iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
-
-
-
-
dorkly
This project has been renamed from Dorkly to Brightly and has been moved: https://github.com/brightlyorg/brightly/wiki
-
-
-
-
spec discussion
spec reviews and mentions
-
Using OpenFeature with ConfigCat
OpenFeature is a specification that provides a unified API for using feature flags. Going back to our earlier scenario, this means you'd use the same code to evaluate (get the values of) feature flags when trying out feature flag platforms for your company.
- Show HN: Openfeature PostHog Provider in Go
-
OpenFeature โ a vendor-agnostic, community-driven API for feature flagging
Hey there - one of the Flagsmith founders here - yes we are supporting it, building adapters for our SDKs and I'm on the CNCF project governance board.
We've got the core functionality pretty much down now, and so there's some more interesting/challenging components to think about now like Event Tracking (https://github.com/open-feature/spec/issues/276) and the Remote Evaluation Protocol (https://github.com/open-feature/protocol)
-
Ask HN: What feature flags platform do you use?
If you use https://openfeature.dev/ you are pretty much set.
Why?
Because it is an open standard by the CNCF, supported by various wellknown SaaS services (some of which are open and can be self-hosted such as flagd) and they provide a set of SDKs which are pretty homogeneous and with support for almost every popular technology.
- OpenFeature: Standardizing Feature Flagging
- Show HN: Dorkly: Open Source Feature Flags
-
Why use Open Source Feature Flags?
Less Vendor Lock-in: Open source means less vendor lock-in by nature. Many open source feature flag solutions are also partnered with OpenFeature to promote open standards, community, and less lock-in at the code level.
-
Add Feature Flags with only a JSON flat file in NodeJS
Instead of returning a static value, the code above uses OpenFeature and the Flagd provider (feature flag backend) to retrieve flag values (we will see how flagd reads the JSON file soon). If the feature flag system is offline or unavailable for whatever reason, a safe fallback value of #FFFFFF is returned.
-
Pivoting a million dollar DevTool startup
Open-source & standardise interfaces - DevCycle tries to make every piece of software that their clients install open source. With CNCF, they are leading a project called OpenFeature - a vendor-agnostic interface for feature flagging.
-
How to implement feature flags
The trend in feature flag implementation is to standardize with solutions like OpenFeature that provide SDKs and templates to streamline the process. Standardization is beneficial for 2 reasons:
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Jan 2025
Stats
open-feature/spec is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of spec is Python.