TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Launch HN: DevCycle (YC W14) – a feature flag platform built for developers

56 pointsby cdruxalmost 2 years ago
Hi HN, Cobi here, Co-Founder of DevCycle (<a href="https:&#x2F;&#x2F;devcycle.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;devcycle.com</a>). DevCycle is a feature flag platform focused on developer experience, speed of delivery and long-term maintainability.<p>To give the platform a shot, anyone can sign up and use DevCycle for free here: <a href="https:&#x2F;&#x2F;devcycle.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;devcycle.com</a><p>Here’s a general platform demo video if you’re interested: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bZD-pyKGwR4">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bZD-pyKGwR4</a><p>Feature flagging is a technique that lets developers switch features on or off in a software application without redeploying it, enhancing testing and rollback capabilities. At their core, feature flagging platforms solve the problem of separating production code deploys from feature releases to users. While DevCycle solves that same general pain, we also aim to solve core problems in developer experience and code maintainability that hold developers back from fully adopting feature flagging into their workflow.<p>In traditional feature flagging platforms, extended flag usage increases code complexity over time. Most engineers with feature flagging experience are worried about the build-up of stale flags and their code being filled with unnecessary conditionals. Dealing with this problem is important because if an engineer is worried about this increasing complexity, they are likely to avoid using feature flags.<p>We came upon this problem when we were building Taplytics, the startup we joined YC with. We experienced it not only from our own struggles with feature flagging and transitioning to continuous deployment but also from our time spent with Taplytics customers who were often on the same journey.<p>Given this experience, we developed DevCycle with a few core differences in how we solve these problems.<p>Features, Not Just Flags: Many in-house and competitive feature flag systems operate on the simple idea that features exist in a binary state - they are either ‘ON’ or ‘OFF.’ In reality, software is never this simple. DevCycle treats features the same way you do in every other context, by attaching highly-extensible remote configuration to every feature in your product, allowing multiple flags to be combined under the context of a single feature and configured together.<p>Developer Experience: To get the benefits of feature flagging you need broad adoption by all developers touching a codebase. Our primary goal is to provide the best developer experience possible. Providing tools and integrations so we can get out of developers’ way. For example, to address the problem of long-running feature flags that build up over time, we offer developer-facing features to easily track, detect (deploy pipeline actions), and eventually remove unnecessary technical debt (CLI code cleanup commands).<p>Given that we are building this as a developer-first product, we’d love your feedback on whether our approach better fits your workflow and any other thoughts on our solution. Thanks so much!

9 comments

danpalmeralmost 2 years ago
Something I love about the experiment tooling I&#x27;ve used at a few places now (Thread, Google) is the fact that state has typically been stored in source control. i.e. not just the usage of flags in code, but the rollout&#x2F;experiment definitions, the state of how much traffic is allocated to each branch, eligibility requirements, etc. This makes it easy to see what the current state is (without going to a UI), and also makes it much easier to build tooling around that state, as the API data sync problem disappears.<p>Looking at DevCycle, it seems you&#x27;ve not taken this approach, is that right? Scanning your docs it seems there&#x27;s an API to update state, but that fundamentally it&#x27;s kept in your database, not in code. In my experience this isn&#x27;t the best dev experience, so as dev experience is your USP, I&#x27;m interested in why you think this is a better experience, what benefits it can bring over a &quot;git-ops&quot; style, or what I&#x27;ve missed in your docs.
评论 #36298292 未加载
评论 #36298378 未加载
评论 #36302164 未加载
jedbergalmost 2 years ago
How do you differ from LaunchDarkly?
评论 #36298119 未加载
评论 #36298395 未加载
Kinranyalmost 2 years ago
Aren&#x27;t non-binary flags even worse from the point of view of deleting them?<p>There is a very good reason feature flags are binary: they start in one state and end in the other.
评论 #36298489 未加载
David_Axelrodalmost 2 years ago
We use growthbook and love it. In what ways do you differ?
评论 #36299565 未加载
rjvsalmost 2 years ago
&gt; Local bucketing does all of the calculations locally using extremely performant Web Assembly code.<p>I don&#x27;t understand; are you bundling an entire WASM environment in the SDK to interpret flags?<p>&gt; Whether you are developing for the web, back-end servers, or mobile devices, we&#x27;ve got you covered.<p>Is desktop client support on the roadmap?
评论 #36310182 未加载
conqrralmost 2 years ago
Congrats on the launch! Will be great if you can shed some light on your initial customer acquisition journey. How did you go about marketing and finding the first few customers?
评论 #36301249 未加载
klysmalmost 2 years ago
imo you shouldn&#x27;t need an external service. IaC abstractions can be used to do this more generally
ushakovalmost 2 years ago
I like the domain name.<p>But isn&#x27;t feature flag management market too crowded by now?<p>Why should DevCycle be allowed to exist?
评论 #36297826 未加载
评论 #36302549 未加载
xwowsersxalmost 2 years ago
How do Launch HNs work exactly? Is any group that was part of any YC batch allowed to do a Launch HN and continue to do so each time they pivot? I don&#x27;t have an issue with this, I&#x27;m just trying to understand why a startup that was in the Winter 2014 batch is doing a Launch HN nearly nine years later. Presumably they pivoted several times, perhaps from something not even remotely related to feature flags?<p>I know some of the details of how to submit a Launch HN are described here <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;yli.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;yli.html</a> but doesn&#x27;t quite answer my questions. Just curious!
评论 #36302717 未加载
评论 #36302470 未加载