Skip to content

v0.1.0

Choose a tag to compare

@felipekafuri felipekafuri released this 17 Feb 14:50
· 23 commits to main since this release

Bandeira v0.1.0

First release of Bandeira — a lightweight, self-hosted feature flag management tool.

Highlights

  • Single binary + SQLite — no external dependencies
  • Admin dashboard — React UI with matrix toggle view for flags across environments
  • Admin API — 18 JSON endpoints for CI/CD, Terraform, and scripts
  • Client API — lightweight endpoint for SDK-based flag evaluation
  • Go SDKbandeira-go v0.1.0
  • Multi-platform Docker imagelinux/amd64 and linux/arm64
  • Coolify support — one-click deploy via the Coolify service store

Strategies

  • default — always on
  • gradualRollout — percentage rollout with consistent bucketing
  • userWithId — target specific user IDs
  • remoteAddress — target IP addresses (supports CIDR)

Install

docker pull ghcr.io/felipekafuri/bandeira:latest
go get github.com/felipekafuri/bandeira-go@v0.1.0