98/ 100 ยท A
A well-known project done right. Strong docs and solid engineering throughout.
GO Feature Flag is a simple, complete and lightweight self-hosted cloud native feature flag solution 100% Open Source. ๐๏ธ
Go2,042 starsMITupdated today
Outstanding work. A score of 98/100 puts this repo in a very small tier of truly well-engineered open source projects.
DocumentationREADME, setup, examples, license
EngineeringTests, CI, linting, lockfiles
Project healthDescription, activity, stars, deps
What to fix first
The highest-impact improvements for this repo.
- 1CI/CDEngineeringInfo
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 2Install and run instructionsDocumentationIssue
Add a .env.example listing all required environment variables so contributors know what to set up.
- 3ReproducibilityEngineeringInfo
Remove replace directives before publishing if they point to local paths.
Detailed breakdown
Documentation
95- README100
- README is present.
- README is well structured with multiple sections.
- README includes screenshots or visuals. Great for first impressions.
- README has code examples.
- README links to a live demo or deployed app.
- README includes status badges.
- Install and run instructions90
- README documents how to install the project.
- README documents how to run the project.
- No .env.example found (โ10 pts).Add a .env.example listing all required environment variables so contributors know what to set up.
- License100
- Licensed under MIT.
- Contributing guide85
- Contributing guide is detailed and thorough.
- Contributing guide lacks a setup section (โ12 pts).Show new contributors how to get a local dev environment running.
- Contributing guide lacks a code style section (โ8 pts).Describe your linting/formatting rules and how to run them.
- Contributing guide explains how to run tests.
- Contributing guide describes the PR/review workflow.
- Contributing guide includes code examples.
- Code of conduct present.
Engineering
100- Tests100
- Test files detected (cmd/cli/evaluate/evaluate_cmd_test.go).
- Go module github.com/thomaspoignant/go-feature-flag has test files. Run with `go test ./...`.
- CI/CD100
Not applicable?
- CI is configured (.github/workflows/check_openfeature_pr.yml).
- CI workflow runs tests.
- CI runs on pull requests, not just on pushes to main.
- CI workflow runs a lint or format check.
- Optional: add type checking to CI.Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- CI reports or uploads test coverage.
- CI caches dependencies for faster runs.
- Linting and formatting100
- Formatting enforced (.golangci.yml).
- Reproducibility100
- Lockfile present (go.sum). Installs are reproducible.
- Environment pinned via cmd/cli/Dockerfile.
- Dependabot covers 16 ecosystems (gomod, github-actions, nuget, gomod, npm, maven, gradle, pip, npm, npm, npm, gradle, gomod, npm, gomod, gomod). Dependencies stay current.
- go.mod has replace directives. Local module replacements may indicate in-progress work.Remove replace directives before publishing if they point to local paths.
- go.mod pins Go version 1.26.4.
- Issue and PR templates100
- Issue or PR templates present.
- Security policy present.
Project health
100- Dependency manifest100
- Dependency manifest found (go.mod).
- go.mod module path is fully qualified (github.com/thomaspoignant/go-feature-flag).
- go.mod specifies Go version 1.26.4.
- Repository metadata100
- Repository has a description.
- Primary language detected: Go.
- Activity100
- Actively maintained (pushed within the last month).
- 2,042 stars.
- Housekeeping100
- .gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 206Forks
- 228Releaseslatest 5y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 2,042Watchers
Responsiveness
- 13d 19hMedian issue response
- <1hMedian PR merge time
- 20Open issues
Repository files58 root entries
- .githubGood: CI is configured (.github/workflows/check_openfeature_pr.yml).Good: Dependabot covers 16 ecosystems (gomod, github-actions, nuget, gomod, npm, maven, gradle, pip, npm, npm, npm, gradle, gomod, npm, gomod, gomod). Dependencies stay current.Good: Issue or PR templates present.
- .schema
- .sonarlint
- .well-known
- cmdGood: Test files detected (cmd/cli/evaluate/evaluate_cmd_test.go).Good: Environment pinned via cmd/cli/Dockerfile.
- cmdhelpers
- examples
- exporter
- ffcontext
- ffuser
- internal
- model
- modules
- notifier
- openfeature
- retriever
- testdata
- testutils
- utils
- website
- .fips-version
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .goreleaser.yaml
- .kodiak.toml
- .pre-commit-config.yaml
- .sonarcloud.properties
- .worktreeinclude
- ADOPTERS.md
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- config_exporter.go
- config_test.go
- config.go
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (โ12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- feature_flag_bench_test.go
- feature_flag_test.go
- feature_flag.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- gofeatureflag.svg
- LICENSEGood: Licensed under MIT.
- logo_128.png
- logo.png
- Makefile
- package_info.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- tracking_test.go
- tracking.go
- variation_all_flags_test.go
- variation_all_flags.go
- variation_test.go
- variation.go