TL;DR
Cloudflare has launched Flagship, a native feature flag service that integrates directly with Cloudflare Workers. It allows developers to control feature visibility with targeting rules, percentage rollouts, and multi-type variations. The service is compatible with OpenFeature, supporting multiple runtimes.
Cloudflare has announced the launch of Flagship, its new feature flag service designed for use with Cloudflare Workers. The platform enables developers to control feature visibility, perform percentage rollouts, and manage flags directly within their serverless applications, without redeploying code. This development aims to improve the safety and flexibility of feature deployment at scale. Learn more about Cloudflare’s role in the industry.
Flagship allows developers to define feature flags with targeting rules based on user attributes, supporting 11 comparison operators, logical groupings, and sequential evaluation. Flags can be of multiple types, including booleans, strings, numbers, or structured JSON objects, facilitating complex configuration delivery. Integration with Cloudflare’s global network infrastructure ensures rapid and consistent flag delivery across regions.
The service is compatible with OpenFeature, an open standard for feature flag management maintained by the Cloud Native Computing Foundation (CNCF). Developers can use the @cloudflare/flagship SDK across JavaScript runtimes such as Workers, Node.js, or browsers. Switching providers is simplified to a single configuration change, making Flagship flexible for existing setups.
Flagship also offers management features through the Cloudflare dashboard, enabling creation, updating, and deletion of flags, organized into projects or applications. Its native integration with Workers through a binding allows for evaluation directly within serverless functions, with type-safe methods and automatic fallbacks.
Why It Matters
This launch matters because it enhances Cloudflare’s serverless platform by providing a native, scalable, and flexible feature flagging system. It empowers developers to perform safer, more controlled rollouts, reducing risks associated with new feature deployments. The compatibility with OpenFeature broadens its appeal, aligning Cloudflare with open standards and enabling easier integration into existing workflows.
By integrating feature management directly into the Cloudflare ecosystem, Flagship could influence how developers approach feature releases, especially for applications that rely on global delivery and rapid iteration. This move may also increase adoption of Cloudflare Workers as a platform for building complex, production-ready applications.

Feature Management with LaunchDarkly: Discover safe ways to make live changes in your systems and master testing in production
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background
Cloudflare has been expanding its serverless platform, Workers, over recent years, emphasizing performance and security. Prior to Flagship, feature management often relied on third-party solutions or custom implementations, which could be less integrated or more complex to manage. See how Cloudflare’s approach compares. The open standard OpenFeature was developed to unify feature flag management across providers, and Cloudflare’s support for it aligns with industry trends toward open, interoperable tools.
This announcement follows other cloud providers’ efforts to integrate feature flagging into their serverless and application management offerings, reflecting a broader industry shift toward safer, more gradual feature rollouts. Find out more about Cloudflare’s initiatives.
“Flagship provides a native, flexible way to manage feature flags directly within Cloudflare Workers, enabling safer and more controlled releases.”
— Cloudflare Product Manager
“Support for OpenFeature ensures that Flagship can be integrated seamlessly with existing workflows and other providers, fostering interoperability.”
— OpenFeature Maintainers

Cloudflare Workers in Depth: The Complete Guide for Developers and Engineers
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What Remains Unclear
It is not yet clear how widely adopted Flagship will become among Cloudflare users or how it will compare performance-wise with third-party feature flag solutions. Details about future updates or additional features are still emerging.

3×5 Open for Business Flag Kit Includes Flag, Pole, & Angled Mounting Kit House Banner Grommets Double Stitched Metal Eyelets For Hoisting Fade Resistant Premium Quality
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What’s Next
Next steps include developers adopting Flagship for their projects, with the Cloudflare team likely to release further documentation, tutorials, and updates. Monitoring user feedback and usage patterns will determine how the platform evolves and whether additional integrations or features are planned.
serverless feature toggle tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Flagship integrate with Cloudflare Workers?
Flagship integrates natively through a Worker binding, allowing direct evaluation of feature flags within serverless functions using type-safe methods.
Can I switch from another feature flag provider to Flagship easily?
Yes, switching is simplified to changing one line of configuration, thanks to support for the OpenFeature standard.
What types of variations can Flagship handle?
Flagship supports boolean, string, number, and structured JSON object variations, enabling complex configuration delivery.
Is Flagship suitable for large-scale or global applications?
Yes, its integration with Cloudflare’s global network infrastructure ensures fast, consistent flag delivery across regions.
Source: Hacker News