Ross ROSS = Recommend OSS · open-source software intelligence for agents

togglz/togglz

Feature Flags for the Java platform observed · 2026-08-28

github.com/togglz/togglz · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 97
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 4
  • age_days: 5369
  • days_rel: 21
  • days_push: 12
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1016 stars · 256 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Togglz is an open-source implementation of the Feature Toggles pattern for the Java platform, letting developers associate toggles with features and enable or disable them at runtime, even per user. It offers a modular design with integrations for Spring, CDI, JSF, and Servlet environments, plus an embedded admin console and pluggable activation strategies and state repositories.

Use cases

  • toggle features on and off at runtime in a Java application
  • roll out a new feature gradually to a percentage of users
  • enable unfinished features only for internal beta testers in production
  • kill a buggy feature instantly without redeploying
  • manage feature flags from an admin console in a Spring Boot app
  • implement dark launches and continuous deployment with feature toggles

When to choose

  • you are building a Java/JVM application and want a mature, battle-tested feature toggle library
  • you need fine-grained activation strategies like gradual rollout, username lists, or release dates
  • you want an embedded admin console and simple enum-based feature declarations
  • you use Spring, CDI, or JSF and want first-class framework integration

When to avoid

  • your stack is not on the JVM (consider Unleash, LaunchDarkly, or Flagsmith instead)
  • you need a hosted SaaS feature flag service with dashboards and analytics
  • you only need simple environment-based configuration toggles rather than runtime feature management

Facets

library · maturity stable

feature-flags configuration-management middleware developer-tools web-development backend jvm self-hosted feature-toggles continuous-delivery dark-launching a-b-testing admin-console spring-boot cdi servlet devops spring

10 sources

Member repositories

RepositoryRoleHealth v2
togglz/togglzmain98

For agents

markdown · JSON · MCP: product_card(name="togglz/togglz")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem