Flipt Cloud

Flipt Cloud

Feature flags. Powered by Git

5.0
1 review

122 followers

Flipt Cloud simplifies feature management, storing all flag configuration in your GitHub repositories so you always control your data. Deploy, test, and roll back features effortlessly, treating feature flags as code for seamless releases and faster iteration.
Flipt Cloud gallery image
Flipt Cloud gallery image
Flipt Cloud gallery image
Flipt Cloud gallery image
Flipt Cloud gallery image
Flipt Cloud gallery image
Free Options
Launch Team / Built With

What do you think? …

Mark Phelps
Hey Product Hunt! 👋 We're super excited to launch Flipt Cloud today! Flipt Cloud is a fully managed feature management service designed to make it easier for teams to scale and control their feature flags without the overhead of managing infrastructure. We offer a generous free plan, so you can use Flipt Cloud without barriers. And for those who prefer to self-host, our open-source version of Flipt supports many databases and stores like S3—free to run on your own infrastructure. Why did we build this? - We're developers, not product managers. We built the feature management solution we wish we had at previous companies like GitHub, InfluxDB, and CodeShip. - We believe feature flags are another form of configuration data, and configuration should live near your code. Feature flags are evaluated in code and can benefit from best practices like version control and code review, enabling things like instant rollbacks and approval workflows. - By storing configuration (like feature flags) in Git, developers can use tools they already know and love. This allows for testing changes in isolation, adding validation and code generation via CI, and easily mirroring production state locally for testing and reproducing bugs. We’re still iterating on these ideas and would love any feedback if this resonates with you! What makes Flipt Cloud different from our Open Source version? - Fully managed: Flipt Cloud takes care of everything, from scaling to maintenance, while Flipt Open Source requires you to manage deployments. - Scalability: Flipt Cloud easily handles enterprise-level traffic, so you can focus on building, not infrastructure. - Git-backed storage: Flipt Cloud stores all feature flag configurations in your GitHub repos, ensuring data control and versioning. Our Open Source version supports GitOps workflows but requires manual setup. - User management: Flipt Cloud has built-in authentication, social login, and SSO, while Open Source requires manual configuration. - Role-based access control: Flipt Cloud offers an easy-to-use RBAC system right from the UI, while Open Source uses Open Policy Agent for RBAC, which requires more setup. We’d love to hear your feedback and answer any questions! Thanks for checking out Flipt Cloud—we can't wait to see how it helps your team!
Oscar
@mark_phelps Does the platform allow for different environments (like dev, staging, production) to have distinct flag configurations? Overall loving the idea.
George MacRorie
@mark_phelps Hey @oscar_oscar3 it does indeed. Environments are relatively distinct. Except that you can collocate them in the same repository, just in different directories. Which can help with comparing and syncing environments if needs be.
Burak Karakan
congrats on the launch folks, this looks awesome! quick question: how does Flipt Cloud compare to some other feature flagging providers?
Mark Phelps
@burakkarakan Thanks Burak! Great question! Here are a few of the key differences: 1. Flipt Cloud doesn't keep your data locked away in our database as we store it next to your code in your existing GitHub repositories. This means you are always in control of your data and can move away from Flipt Cloud at any time if you choose, and even run our Open Source version (https://github.com/flipt-io/flipt) if you choose. 2. Transparent pricing. We don't do usage-based pricing like many of our larger competitors. We dont b believe you should be penalized for using the platform. You pay flat rate pricing based on the functionality you need as your team grows, like SSO, RBAC, Approvals, etc. 3. Flipt Cloud is designed to be user-friendly for both developers and non-technical users. Any changes made to your flags or rule configurations through our UI are automatically saved to your git repository. This allows Flipt Cloud to seamlessly integrate into your organization's GitOps workflows, with git serving as the single source of truth for code, configuration, and infrastructure (IaC). This provides auditability and transparency, which is ideal for dev and DevOps teams who can continue using the tools they’re familiar with. Meanwhile, non-technical users can interact with the UI like any standard SaaS product, without needing to worry about how the data is managed.