Back to browse
FeatureFlare – Feature flags for SaaS teams tired of rolling their own

FeatureFlare – Feature flags for SaaS teams tired of rolling their own

by jsonstcyr·Feb 20, 2026·1 point·0 comments

AI Analysis

MidSolve My Problem

LaunchDarkly alternative for small teams, but feature flag SaaS is crowded.

Strengths
  • Directly addresses a real pain point: teams rolling their own flags and losing control to complexity and scattered logic
  • Clean UX with per-environment separation, instant rollback, and copy-paste SDK quickstarts reduces friction to adoption
  • Open-source SDKs (Node + React) and practical pricing model lower switching cost versus enterprise competitors
Weaknesses
  • Feature flag SaaS is well-served by Unleash (open-source), CloudBees LaunchDarkly, Split.io—no novel technical or UX differentiator named
  • MVP stage with only two SDK languages shipped; ecosystem maturity is critical to adoption in this category
Category
Target Audience

Small SaaS teams (1–10 engineers) wanting feature flags without LaunchDarkly's overhead

Similar To

Unleash · LaunchDarkly · Split.io

Post Description

## Show HN: FeatureFlare – Feature flags for small SaaS teams tired of rolling their own

Hi HN,

At several companies I worked at, feature flags followed the same pattern:

Someone suggests LaunchDarkly. Everyone agrees it’s solid. Then someone sees the pricing. The team decides to “just build something simple.”

A few months later:

- Flags scattered across the codebase - No consistent rollout logic - No structured targeting - Weak environment separation - No proper kill switch - Old flags never cleaned up

Rolling your own starts simple but slowly becomes infrastructure you didn’t intend to maintain.

After seeing this happen more than once, I built FeatureFlare:

https://featureflare.com/

The goal isn’t to compete with enterprise platforms. It’s to serve small SaaS teams (1–10 engineers) that want proper feature flagging without sales calls or enterprise overhead.

Core functionality:

- Per-environment flags - Percentage rollouts - Rule-based targeting - Immediate kill switches - Simple API and SDK usage

The focus is on keeping flag logic centralized and structured so it doesn’t turn into conditionals scattered across the codebase.

I’d really appreciate feedback on:

- Is this actually a meaningful gap? - Do most small teams just roll their own? - What would make you not build this internally?

Happy to answer any technical questions about architecture, scaling model, or tradeoffs.

Similar Projects

Developer Tools●●Solid

I've build a self hosted convex/Firebase/Supabase alternative

The neat twist is pushing real-time merging (CRDT/OT) into a server-authoritative BaaS while baking authorization into the data model itself — that’s a practical, non-obvious tradeoff compared to local-first systems. The README/landing shows a React hook SDK, OpenID Connect support, and an RDF-style query surface, which makes this feel like a deliberate platform for enterprise SaaS where auditability and data-jurisdiction matter. Worth watching if you need real-time collaboration but can’t accept vendor-controlled data or client-side auth.

Big BrainBold BetNiche Gem
WolfOliver
104mo ago