# a feature flag service for small teams

**There is demand for lightweight feature flags, but the search did not find a clear small-team-only service with strong traction.**

Confidence: medium  ·  136 signals  ·  checked 2026-08-01

[Full report with live links](https://showsitsworks.com/idea/feature-flag-service-for-small-teams)

## Who is already building this

*From data*

- flags by Vercel is the strongest usage signal in the search: an npm feature-flags toolkit for Next.js and SvelteKit with 3,451,248 monthly downloads.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
- @openfeature/core is a shared OpenFeature JS package with 22,639,228 monthly downloads, so this ecosystem already has heavy usage for flag-related building blocks.
  - [npm: @openfeature/core](https://www.npmjs.com/package/@openfeature/core) `registries` — 2026-07-28
- gofeatureflag/go-feature-flag is a self-hosted feature flag solution with 281,150 monthly Docker pulls.
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
- gofeatureflag/go-feature-flag-cli has 69,003 monthly pulls, and go-feature-flag-lint has 10,162 monthly pulls, which suggests a real toolchain around that project.
  - [docker: gofeatureflag/go-feature-flag-cli](https://hub.docker.com/r/gofeatureflag/go-feature-flag-cli) `registries`
  - [docker: gofeatureflag/go-feature-flag-lint](https://hub.docker.com/r/gofeatureflag/go-feature-flag-lint) `registries`
- TinyToggle is a very small GitHub project with 3 stars and a last push on 2026-05-31; it is still maintained, but tiny.
  - [TinyTownStudio/toggles](https://github.com/TinyTownStudio/toggles) `github` — 2026-03-26
- feature-flag-service is another small GitHub project with 1 star and a last push on 2026-01-24; it is still maintained, but also tiny.
  - [miriamsm/feature-flag-service](https://github.com/miriamsm/feature-flag-service) `github` — 2026-01-24
- Flagix is a 2-star TypeScript repo last pushed on 2026-04-16, and CipherFlags is a 2-star TypeScript repo last pushed on 2025-05-09; both are live but very small.
  - [Davidthecode/flagix](https://github.com/Davidthecode/flagix) `github` — 2025-11-24
  - [pnixnoel/CipherFlags](https://github.com/pnixnoel/CipherFlags) `github` — 2025-05-01
- Two GitHub repos in the search look dead or stale competitors: chrisneagu/FTC-Skystone-Dark-Angels-Romania-2020 has 297 stars and last pushed on 2024-04-12, and redesigned-pancake has 253 stars and last pushed on 2021-05-16.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [Sfedfcv/redesigned-pancake](https://github.com/Sfedfcv/redesigned-pancake) `github` — 2021-05-16

## What people actually say

*From data*

- "Does your team use feature flags? If not, why not?" This HN thread got 149 points and 140 comments, which shows active curiosity about adoption.
  - [Ask HN: Does your team use feature flags?](https://news.ycombinator.com/item?id=30114856) `hackernews` — 2022-01-28
- "I work for a startup and as we grow we are increasingly depending on feature flags for releases." This HN comment ties feature flags directly to startup release workflows.
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
- "One of the side-effects that come with more feature flag(FF) use is the FF cleanup burden." The same HN comment points to maintenance pain as adoption grows.
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
- "We had a feeling that feature flags should be simple and effective, not complicated, slow, or expensive." This HN launch post is a direct statement of the small-team desire.
  - [Show HN: Feature Flags for Modern Web](https://news.ycombinator.com/item?id=40688984) `hackernews` — 2024-06-15
- "Feature flags become technical debt." This HN post is explicit about the long-term cost of flagging systems.
  - [Show HN: FlagShark – Automatically removes stale feature flags via PRs](https://news.ycombinator.com/item?id=44277415) `hackernews` — 2025-06-14
- "Teams spend 3-5 hours/week manually auditing and removing stale flags." This same HN post quantifies the cleanup burden.
  - [Show HN: FlagShark – Automatically remove stale feature flags via GitHub PRs](https://news.ycombinator.com/item?id=44186568) `hackernews` — 2025-06-04

## People asking to be sold to

*From data*

- "We need the team to be able to make changes to flags without redeploying" is the core ask implied by multiple feature-flag posts and requests in the search.
  - [Show HN: Feato – Real-time feature flags without polling](https://news.ycombinator.com/item?id=46509574) `hackernews` — 2026-01-06
  - [miriamsm/feature-flag-service](https://github.com/miriamsm/feature-flag-service) `github` — 2026-01-24
  - [aakarsh-hub/Vibe-Code-Feature-Flag-Management-Experimentation-Platform](https://github.com/aakarsh-hub/Vibe-Code-Feature-Flag-Management-Experimentation-Platform) `github` — 2025-12-10
- "Could you please enable the AI Agents (Beta) feature flag for my n8n cloud workspace?" is a direct request to turn on a specific flag for a workspace.
  - [Request to enable AI Agents (Beta) feature](https://community.n8n.io/t/request-to-enable-ai-agents-beta-feature/219625) `discourse` — 2025-11-11
- "Would it be possible to split `--org-mode` into granular per-category flags so users can opt into only the org features they actually use?" is a willingness to pay for finer control over flags, not just basic toggles.
  - [Feature request: granular opt-in flags for org-mode tool categories (Teams chat, channels, SharePoint, etc.)](https://github.com/Softeria/ms-365-mcp-server/issues/390) `githubissues` — 2026-04-15
- "I would love to have more different flags for finer admin control." This is a plain request for more granular flagging.
  - [(Feature Request): Additional FTB Teams flags for better admin control](https://github.com/FTBTeam/FTB-Mods-Issues/issues/1134) `githubissues` — 2024-04-03
- "I recently asked whether HN used feature flags with their teams, turns out quite a few of us do!" shows active team usage and likely willingness to evaluate tools around it.
  - [Ask HN: Does your team use feature flags for A/B testing?](https://news.ycombinator.com/item?id=30466914) `hackernews` — 2022-02-25

## Where the opening is

*Model estimate*

- The search does not show a clear product built specifically for small teams that want feature flags without enterprise complexity, setup, or pricing friction.
  - [FlagSwift – Feature flags for teams who can't afford other feature flags tools](https://news.ycombinator.com/item?id=46003064) `hackernews` — 2025-11-21
  - [Self-host a robust feature flag tool for your team for just $5](https://news.ycombinator.com/item?id=39755702) `hackernews` — 2024-03-19
  - [Show HN: FeatureFlare – Feature flags for SaaS teams tired of rolling their own](https://news.ycombinator.com/item?id=47093647) `hackernews` — 2026-02-20
  - [9 Top Feature Flag Solutions for Modern Product Teams in 2026](https://amplitude.com/compare/top-feature-flag-solutions-for-product-teams) `tavily`
  - [Feature Flag Tools Compared: 10 Platforms for Safer Releases](https://www.harness.io/blog/feature-flag-tools-compared-10-best-platforms-for-safer-releases) `tavily`
  - [The 10 top feature flag management tools in 2026 | Kameleoon](https://www.kameleoon.com/blog/top-feature-flag-management-tools) `tavily`
  - [7 Best Practices to Implement Feature Flags at Scale in 2026 | Growthbook Blog](https://www.growthbook.io/blog/how-to-implement-feature-flags-at-scale) `tavily`
- Existing players split into big generic systems, self-hosted OSS, and tiny side projects; none of the named projects in the search clearly own the 'small team, simple, affordable' wedge.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [npm: @openfeature/core](https://www.npmjs.com/package/@openfeature/core) `registries` — 2026-07-28
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
  - [TinyTownStudio/toggles](https://github.com/TinyTownStudio/toggles) `github` — 2026-03-26
  - [Davidthecode/flagix](https://github.com/Davidthecode/flagix) `github` — 2025-11-24
  - [pnixnoel/CipherFlags](https://github.com/pnixnoel/CipherFlags) `github` — 2025-05-01
  - [miriamsm/feature-flag-service](https://github.com/miriamsm/feature-flag-service) `github` — 2026-01-24
- The data also does not show a strong niche around cleanup, lifecycle management, or flag-sprawl prevention for small teams as a bundled service.
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
  - [Show HN: FlagShark – Automatically removes stale feature flags via PRs](https://news.ycombinator.com/item?id=44277415) `hackernews` — 2025-06-14
  - [Show HN: FlagShark – Automatically remove stale feature flags via GitHub PRs](https://news.ycombinator.com/item?id=44186568) `hackernews` — 2025-06-04

## How big the market might be

*Model estimate*

- This search found 6 named projects: 3 container images, 2 open-source repositories, and 1 package.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [npm: @openfeature/core](https://www.npmjs.com/package/@openfeature/core) `registries` — 2026-07-28
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
  - [docker: gofeatureflag/go-feature-flag-cli](https://hub.docker.com/r/gofeatureflag/go-feature-flag-cli) `registries`
  - [docker: gofeatureflag/go-feature-flag-lint](https://hub.docker.com/r/gofeatureflag/go-feature-flag-lint) `registries`
  - [TinyTownStudio/toggles](https://github.com/TinyTownStudio/toggles) `github` — 2026-03-26
- 2 of those projects are dead or stale, and 4 have unknown activity, which means the competitive field is real but not crowded with obviously dominant maintained repos.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [Sfedfcv/redesigned-pancake](https://github.com/Sfedfcv/redesigned-pancake) `github` — 2021-05-16
- The largest monthly usage signal was 3,451,248 downloads for the npm package flags.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
- The search surfaced 37 first-hand complaints, 15 stated wants, and 3 unsolved questions across 8 matching community forums.
  - [Ask HN: Does your team use feature flags?](https://news.ycombinator.com/item?id=30114856) `hackernews` — 2022-01-28
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
  - [Show HN: FlagShark – Automatically removes stale feature flags via PRs](https://news.ycombinator.com/item?id=44277415) `hackernews` — 2025-06-14
  - [Feature request: granular opt-in flags for org-mode tool categories (Teams chat, channels, SharePoint, etc.)](https://github.com/Softeria/ms-365-mcp-server/issues/390) `githubissues` — 2026-04-15
  - [(Feature Request): Additional FTB Teams flags for better admin control](https://github.com/FTBTeam/FTB-Mods-Issues/issues/1134) `githubissues` — 2024-04-03
  - [Request to enable AI Agents (Beta) feature](https://community.n8n.io/t/request-to-enable-ai-agents-beta-feature/219625) `discourse` — 2025-11-11
  - [Feature Request: Prioritize Professional Post-Error Behavior in Enterprise/B2B Contexts – Quick Accountability Over Verbose Recovery](https://community.openai.com/t/feature-request-prioritize-professional-post-error-behavior-in-enterprise-b2b-contexts-quick-accountability-over-verbose-recovery/1373682/2) `discourse` — 2026-02-13
  - [Rclone 1.43 release](https://forum.rclone.org/t/rclone-1-43-release/6655/11) `discourse` — 2018-09-08
  - [Self-host a robust feature flag tool for your team for just $5](https://news.ycombinator.com/item?id=39755702) `hackernews` — 2024-03-19
  - [LaunchDarkly for Prompt Management](https://news.ycombinator.com/item?id=39754298) `hackernews` — 2024-03-19
  - [Feature Flag Tools Compared: 10 Platforms for Safer Releases](https://www.harness.io/blog/feature-flag-tools-compared-10-best-platforms-for-safer-releases) `tavily`
  - [Statsig Glossary - Feature Flag Services](https://www.statsig.com/glossary/feature-flag-services) `tavily`
  - [7 Best Practices to Implement Feature Flags at Scale in 2026 | Growthbook Blog](https://www.growthbook.io/blog/how-to-implement-feature-flags-at-scale) `tavily`
  - [9 Top Feature Flag Solutions for Modern Product Teams in 2026](https://amplitude.com/compare/top-feature-flag-solutions-for-product-teams) `tavily`
  - [The 10 top feature flag management tools in 2026 | Kameleoon](https://www.kameleoon.com/blog/top-feature-flag-management-tools) `tavily`
  - [Ask HN: Feature Flags?](https://news.ycombinator.com/item?id=3028814) `hackernews` — 2011-09-23

## What could go wrong

*Model estimate*

- Feature flags are already a mature category, so a new small-team service will be compared against established names and open-source alternatives immediately.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [npm: @openfeature/core](https://www.npmjs.com/package/@openfeature/core) `registries` — 2026-07-28
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
  - [Feature Flag Tools Compared: 10 Platforms for Safer Releases](https://www.harness.io/blog/feature-flag-tools-compared-10-best-platforms-for-safer-releases) `tavily`
  - [The 10 top feature flag management tools in 2026 | Kameleoon](https://www.kameleoon.com/blog/top-feature-flag-management-tools) `tavily`
- The biggest demand signals in the search are not about buying a new service; they are about cleanup, simplicity, and specific flag requests inside existing products.
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
  - [Show HN: FlagShark – Automatically removes stale feature flags via PRs](https://news.ycombinator.com/item?id=44277415) `hackernews` — 2025-06-14
  - [Show HN: FlagShark – Automatically remove stale feature flags via GitHub PRs](https://news.ycombinator.com/item?id=44186568) `hackernews` — 2025-06-04
  - [Request to enable AI Agents (Beta) feature](https://community.n8n.io/t/request-to-enable-ai-agents-beta-feature/219625) `discourse` — 2025-11-11
  - [Feature request: granular opt-in flags for org-mode tool categories (Teams chat, channels, SharePoint, etc.)](https://github.com/Softeria/ms-365-mcp-server/issues/390) `githubissues` — 2026-04-15
  - [(Feature Request): Additional FTB Teams flags for better admin control](https://github.com/FTBTeam/FTB-Mods-Issues/issues/1134) `githubissues` — 2024-04-03
- A small-team-only product may struggle if it looks like a thin wrapper over existing flag SDKs instead of solving setup, governance, and cleanup end to end.
  - [npm: flags](https://www.npmjs.com/package/flags) `registries` — 2026-07-29
  - [npm: @openfeature/core](https://www.npmjs.com/package/@openfeature/core) `registries` — 2026-07-28
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
  - [Show HN: Feato – Real-time feature flags without polling](https://news.ycombinator.com/item?id=46509574) `hackernews` — 2026-01-06
  - [miriamsm/feature-flag-service](https://github.com/miriamsm/feature-flag-service) `github` — 2026-01-24

## What to do this week

*Model estimate*

- Build for one narrow promise: lightweight feature flags for teams under about 20 engineers, with setup measured in minutes, not days.
  - [FlagSwift – Feature flags for teams who can't afford other feature flags tools](https://news.ycombinator.com/item?id=46003064) `hackernews` — 2025-11-21
  - [Show HN: FeatureFlare – Feature flags for SaaS teams tired of rolling their own](https://news.ycombinator.com/item?id=47093647) `hackernews` — 2026-02-20
  - [Show HN: Feature Flags for Modern Web](https://news.ycombinator.com/item?id=40688984) `hackernews` — 2024-06-15
- Make cleanup a first-class feature, because the strongest pain in the search is stale-flag debt and manual auditing.
  - [Ask HN: How do you deal with feature flag cleanup?](https://news.ycombinator.com/item?id=42289569) `hackernews` — 2024-12-01
  - [Show HN: FlagShark – Automatically removes stale feature flags via PRs](https://news.ycombinator.com/item?id=44277415) `hackernews` — 2025-06-14
  - [Show HN: FlagShark – Automatically remove stale feature flags via GitHub PRs](https://news.ycombinator.com/item?id=44186568) `hackernews` — 2025-06-04
- Lead with a simple hosted service plus a tiny SDK, then add self-hosting only if users ask for it; the search shows OSS and containers already exist, but small-team simplicity is the opening.
  - [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) `registries`
  - [TinyTownStudio/toggles](https://github.com/TinyTownStudio/toggles) `github` — 2026-03-26
  - [miriamsm/feature-flag-service](https://github.com/miriamsm/feature-flag-service) `github` — 2026-01-24
- Validate willingness to pay by interviewing people who already asked for granular flags or workspace-level enablement, since those are the clearest buying signals found.
  - [Feature request: granular opt-in flags for org-mode tool categories (Teams chat, channels, SharePoint, etc.)](https://github.com/Softeria/ms-365-mcp-server/issues/390) `githubissues` — 2026-04-15
  - [(Feature Request): Additional FTB Teams flags for better admin control](https://github.com/FTBTeam/FTB-Mods-Issues/issues/1134) `githubissues` — 2024-04-03
  - [Request to enable AI Agents (Beta) feature](https://community.n8n.io/t/request-to-enable-ai-agents-beta-feature/219625) `discourse` — 2025-11-11

## Competitor strength

| Project | Stars | Downloads/mo | Activity |
|---|---:|---:|---|
| [chrisneagu/FTC-Skystone-Dark-Angels-Romania-2020](https://github.com/chrisneagu/FTC-Skystone-Dark-Angels-Romania-2020) | 297 | — | dead |
| [Sfedfcv/redesigned-pancake](https://github.com/Sfedfcv/redesigned-pancake) | 253 | — | dead |
| [npm: flags](https://www.npmjs.com/package/flags) | — | 3,451,248 | unknown |
| [docker: gofeatureflag/go-feature-flag](https://hub.docker.com/r/gofeatureflag/go-feature-flag) | — | 281,150 | unknown |
| [docker: gofeatureflag/go-feature-flag-cli](https://hub.docker.com/r/gofeatureflag/go-feature-flag-cli) | — | 69,003 | unknown |
| [docker: gofeatureflag/go-feature-flag-lint](https://hub.docker.com/r/gofeatureflag/go-feature-flag-lint) | — | 10,162 | unknown |

## Domain names

- `featureflags.com` — taken
- `featureflags.io` — available
- `feature.com` — taken
- `getfeature.com` — taken

---

Sources searched: hackernews (30), github (20), githubissues (17), discourse (20), intent (15), stackexchange (3), registries (13), tavily (8), devto (10)

Generated by Shows Its Work — https://showsitsworks.com/idea/feature-flag-service-for-small-teams
Findings link to their sources. Estimates are marked as estimates.
