v0.1.0
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 SDK —
bandeira-gov0.1.0 - Multi-platform Docker image —
linux/amd64andlinux/arm64 - Coolify support — one-click deploy via the Coolify service store
Strategies
default— always ongradualRollout— percentage rollout with consistent bucketinguserWithId— target specific user IDsremoteAddress— target IP addresses (supports CIDR)
Install
docker pull ghcr.io/felipekafuri/bandeira:latestgo get github.com/felipekafuri/bandeira-go@v0.1.0