TiloBox
Back to directory
Togglz project preview

Togglz

Feature Flags pattern for Java applications with Spring Boot integration and admin console.

LicenseApache-2.0
GitHub stars1.5k
Last commit6 days ago
Tags5 topics
Java Feature FlagsGradual Rollout JavaDeveloper ToolsSpring Boot Feature TogglesTogglz Engine
Overview

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.

Guided learning

Learn Togglz by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Togglz

Togglz enables gradual percentage rollouts of new enterprise features in Java and Spring Boot.

Quickstart

xml
1<dependency>
2 <groupId>org.togglz</groupId>
3 <artifactId>togglz-spring-boot-starter</artifactId>
4 <version>3.1.2</version>
5</dependency>

Togglz is licensed under the Apache License Version 2.0.

Related tools

More options with a similar category or technology profile.

Togglz FAQs

Togglz is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Togglz is listed under the Apache-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Togglz is listed as an alternative to Split.io. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.