togglz/togglz
Feature Flags for the Java platform 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
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
- readme: https://github.com/togglz/togglz · fetched 2026-08-28 · 21bc80b48ab7
- homepage: https://www.togglz.org/ · fetched 2026-08-29 · 001d218f8c27
- site_page: https://www.togglz.org/quickstart · fetched 2026-08-29 · 055f316844de
- site_page: https://www.togglz.org/documentation/overview · fetched 2026-08-29 · a7dffcf46f0d
- site_page: https://www.togglz.org/documentation/installation · fetched 2026-08-29 · a49f8844de48
- site_page: https://www.togglz.org/documentation/configuration · fetched 2026-08-29 · 5bab420cb1b4
- site_page: https://www.togglz.org/documentation/usage · fetched 2026-08-29 · d265a79848da
- site_page: https://www.togglz.org/documentation/admin-console · fetched 2026-08-29 · 64f8ca2b1834
- site_page: https://www.togglz.org/documentation/activation-strategies · fetched 2026-08-29 · 226cd7b876c1
- site_page: https://www.togglz.org/documentation/repositories · fetched 2026-08-29 · a504aee5752f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| togglz/togglz | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem