Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
RM Flags

RM Flags

Automatically remove stale feature flags from your codebase

96 followers

Automatically remove stale feature flags from your codebase

96 followers

Visit website
Automation tools
•
AI Coding Assistants
•
LLMs
✓ Never manually clean up references to feature flags again ✓ Integration with your favorite version control systems ✓ Integration with feature flag as a service providers ✓ Notifications and automated PRs when we detect stale flag usage ✓ Professional support
  • Overview
  • Launches1
  • Reviews
  • Alternatives
  • Team
  • More
Company Info
rmflags.com
RM Flags Info
Launched in 2023View 1 launch
Forum
p/rm-flags
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX

Similar Products

ChatGPT by OpenAI
ChatGPT by OpenAI
Get answers. Find inspiration. Be more productive.
4.8(1.2K reviews)
AILLMs
Cursor
Cursor
The AI Code Editor
4.9(665 reviews)
Code editorsAI Coding Assistants
OpenAI
OpenAI
APIs and tools for building AI products
4.9(657 reviews)
LLMsAI Chatbots
Claude by Anthropic
Claude by Anthropic
A family of foundational AI models
4.9(584 reviews)
LLMsAI Chatbots
Lovable
The world's first AI Fullstack Engineer
4.7(310 reviews)
AI Coding AssistantsVibe Coding Tools
View more
Interactive
RM Flags gallery image
RM Flags gallery image
RM Flags gallery image
RM Flags gallery image
RM Flags gallery image
Payment Required
Launch tags:
Productivity•Developer Tools•Artificial Intelligence
Launch Team
Ben Katz

What do you think? …

Ben Katz
Ben Katz
Maker
📌
Hey Product Hunt! Excited for you to check out my newest product, RM Flags. Some context on why I built this: When I worked at a big tech company, there was a massive push to get all developers using feature flags and experimentation to improve the product’s uptime and increase customer trust (there had been a lot of outages and customers were churning due to this). Once we started using feature flags, I noticed some distinct advantages: 1. Being able to slowly roll out a feature to a subset of users was powerful for testing and end-to-end verification. 2. It enabled “testing in production”: instead of wasting money deploying an entire staging environment, we could now just ship features “dark” (0% rollout) and then enable just our test user ids to verify the feature if our automated tests weren’t enough. 3. Being able to roll a single broken feature back to 0% with a button click meant that whenever outages did occur, they only affected a small % of users and were able to be mitigated immediately. This was a lot better than the usual cycle of “oh no, someone shipped a critical bug in this release train, time to roll back the entire deployment” panic that used to ensue and take a full hour (we had a large codebase that took forever to build). However, I also noticed some downsides as they related to developer productivity: 1. Feature flags needed to be coded manually, so code ended up being littered with `if (featureFlag.isEnabled()) { ... } else if (someOtherFeature.isEnabled()) { ... } else { ... } }` blocks. With multiple feature flags in play, I found that this sort of pattern greatly complicated the code and made it harder to read (to know how the code will behave, you have to know which features are enabled which requires opening a browser and checking some config, then context switching back to the code) 2. Due to ruthless prioritization and the need to build new product features, developers were often not given the time needed to go back and remove the feature flag from the code when their feature had already been rolled out to 100% and verified, so the clutter I mentioned above never disappeared. 3. Ironically, I noticed that a new class of bugs appeared due to the above issues: code blocks became harder to read/understand due to the clutter, so the likelihood of someone not understanding the full extent of the code block increased which then led to various incidents that possibly wouldn’t have happened had feature flags not been applied in the first place. I decided to build RMFlags to solve these pain points by automating the removal of feature flags - it’s able to parse and understand code in any programming language, then change the structure of the code to remove the if blocks mentioned above. It’ll even automate the process of creating a PR with the changes so a developer can review. Normally, a developer would have to spend an hour cleaning up the codepath and updating tests to no longer reference the feature flag. With RMFlags, the time required to clean up a flag is greatly reduced as the only thing the developer needs to do is approve the PR and click Merge. Of course, the process isn’t perfect yet so some minor edits to the code may be required in the same PR. Check it out and let me know what you think! Thanks again.
Report
2yr ago
josie
josie

Meshy

@ben_makes_stuff congrats!
Report
2yr ago
Ben Katz
Ben Katz
Maker
@josieee thanks!
Report
2yr ago
Paul Gorval
Paul Gorval
Scade.pro

Scade.pro

Hey @ben_makes_stuff, I was thoroughly impressed by RM Flags' innovation in automating feature flag removal. It seems like a boon for developers, enhancing their productivity by streamlining code cleanup. I'm quite intrigued about how RM Flags parses code in any programming language. Can you elaborate more on this unique capability? Also, any plans to integrate it with popular development platforms for greater accessibility? Great work! 👍
Report
2yr ago
Ben Katz
Ben Katz
Maker
@paul_gorval thanks Paul! RM flags uses an AI model that has been trained on code samples across different programming languages which is how it’s able to understand the structure of the code. This is similar to how GitHub copilot works. And yes, integrations are definitely planned. Did you have any specific ones in mind?
Report
2yr ago
Genki Daido
Genki Daido
Morph

Morph

Great!!!!!
Report
2yr ago
Ben Katz
Ben Katz
Maker
@genki_daido thank you!
Report
2yr ago
GoPerfect - Real-Time Hiring
GoPerfect - Real-Time Hiring — Skip the Search. Meet top Candidates fast.
Skip the Search. Meet top Candidates fast.
Promoted

Do you use RM Flags?

Reviews
Helpful

You might also like

Lekko
Lekko
Beyond feature flags: FAANG-class dynamic config for all
Toggly
Toggly
Build Better Software Faster Using Feature Flags
Flaghub
Flaghub
Seamlessly control feature flags with ease.
GO Feature Flag
GO Feature Flag
Simple Feature Flagging for All.
View more
Review RM Flags?Be the first to review RM Flags