Togglz
Feature Flags pattern for Java applications with Spring Boot integration and admin console.
Why consider Togglz?
Togglz is an open-source implementation of the Feature Toggles pattern for Java created by Christian Kaltepoth. Togglz provides rollout strategies based on user roles, IP ranges, client percentages, and date windows, complete with an interactive web admin console.
Learn Togglz by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Togglz
Togglz enables gradual percentage rollouts of new enterprise features in Java and Spring Boot.
Quickstart
<dependency> <groupId>org.togglz</groupId> <artifactId>togglz-spring-boot-starter</artifactId> <version>3.1.2</version></dependency>Togglz is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.