Skip to main content

Track and Clean Up Feature Flags with Code References

· 4 min read
Alessandro Yuichi Okimoto
Software Engineer

Feature flags are a powerful way to control how users experience your product. But over time, flags that were once useful can become technical debt if they aren't cleaned up properly. That's why we're excited to introduce Code References in Bucketeer, a new feature that helps you track where feature flags are used in your codebase.

Whether you're a developer managing dozens of toggles or an open-source contributor maintaining a large project, Code References gives you the visibility and tools to keep your flags clean, useful, and safe.

Building a Local MCP Server for Bucketeer Documentation

· 5 min read
Naoki Kuroda
Software Engineer

As feature flag management becomes increasingly crucial for modern software development, having quick access to comprehensive documentation can make the difference between smooth deployments and troubleshooting headaches. Today, I'm excited to share how I built a locally running Model Context Protocol (MCP) server that brings Bucketeer's entire documentation directly into AI assistants like Claude and Cursor.

Introducing Search, Filter, and Save Features

· 3 min read
Yoshifumi Kakinoki
Software Engineer

Feature flags contain various elements such as ID, name, tag, etc., and managing them can be hard sometimes. As the number of feature flags increases, finding the desired information using a simple list display becomes challenging. Bucketer provides a search filter function that allows you to search based on ID, name, etc., and filter by tags, administrator, etc. However, there are many different ways to search for feature flags, and various patterns exist. Therefore, setting different search conditions each time to search for information can be tedious and waste time and effort. In this article, we will introduce a feature that allows you to save search condition shortcuts, which can be helpful in such situations.

The Importance of Choosing the Right Feature Flag ID for Better Security and User Experience

· 4 min read
Alessandro Yuichi Okimoto
Software Engineer

Feature flags play a fundamental role in software development, permitting feature rollout and testing flexibility. Nevertheless, the selection of the appropriate feature flag ID to be applied is vital and often neglected. This tiny detail can result in a wide variety of user experience results and can even seriously change security.

Multi Schedule for Auto Operation

· 4 min read
Yoshifumi Kakinoki
Software Engineer

Efficiency and automation are essential for operating any system or service. Feature flags are a technology for dynamically turning on or off certain features in software development, but managing them manually can take time and effort.

Bucketeer's Multi Schedule feature is a powerful tool for solving that problem. In this blog, we'll explore what Multi Schedule is, its key benefits, and practical examples of how it can be used effectively.