GoGreen ships SDKs for six languages, but what about C++, Ruby, PHP, or Swift? The Evaluation API is a single HTTP endpoint any language can call. A complete walkthrough with a working C++ example and sketches in Ruby, PHP, and Swift.
A practical, zero-theory walkthrough of creating a boolean flag in the GoGreen dashboard, evaluating it with the TypeScript SDK, toggling it live, and watching it update in real time via streaming. From npm install to production kill switch in under 20 lines of code.
A deep dive into every flag type and targeting scenario GoGreen Flags supports — boolean, string, number, and JSON flags with percentage rollouts, gradual schedules, segment targeting, prerequisites, canary releases, and more. Full SDK examples in Go and TypeScript.
Stop praying on deployment day. Learn how to use percentage rollouts and targeted user segments to safely test features in production before a global launch.
Bugs happen, but downtime is optional. Discover how feature flags act as an immediate safety net, allowing teams to instantly disable broken features instead of executing stressful CI/CD rollbacks.