Skip to main content

Introducing Bucketeer Demo Site, a new feature flag playground

· 2 min read
Hien Vu Ngoc
Software Engineer

The Bucketeer Demo Site provides a simple way to try out Bucketeer in a sandbox environment. This guide walks through how to access the demo site, create a demo organization, and start using the system.

What does the Bucketeer Demo Site Offer?

  • We want to make it easy for new users to explore Bucketeer without needing to set up their own environment.
  • The demo site allows you to quickly test features like feature flags, progressive rollout, and more, all in a safe, isolated environment.

All the coolest Bucketeer features are available and ready to explore. So let's hop in and see how to get started!

Feature Flags Without Leaving Your IDE

· 4 min read
Naoki Kuroda
Software Engineer

Feature flags have revolutionized how we deploy and test software, but managing them often requires context switching between multiple tools and interfaces. Today, we're excited to announce the Bucketeer MCP Server, a Model Context Protocol implementation that brings comprehensive feature flag management directly into your AI-assisted development workflow.

Introducing OpenFeature Support for Bucketeer Go SDK

· 5 min read
Naoki Kuroda
Software Engineer

Feature flags have become essential for modern software development, enabling teams to deploy code safely, test features with specific user segments, and roll out changes gradually. To address the challenge of vendor lock-in when switching between different feature flag providers, we're excited to announce OpenFeature support for the Bucketeer Go SDK.

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.