Please reach out if you are interested in joining our closed beta.

team@featureflicks.com

Ship features faster with simple flag management

Effortlessly manage feature flags, whether you're at your desk or on the go. Our streamlined API lets you control feature rollouts with a few lines of code, giving you the freedom to focus on what matters most, building more features! Join our waitlist below and experience the simplicity of feature flag management.

App screenshot Preview of the Feature Flicks mobile view

Faster

Everything you need to ship faster

Feature Flicks is a feature flagging service that allows you to manage feature rollouts and control visibility of features in your application. You can easily manage feature flags, create advanced rulesets and target users.

Toggle control
Easily manage feature rollouts with intuitive toggle control, allowing you to enable or disable features with a simple switch.
User targeting
Precisely tailor feature access to specific user attributes, ensuring relevant experiences and optimised performance for every audience.
Feature grouping
Effortlessly organize and manage related features into cohesive groups, streamlining deployment and maintaining a clear overview of your feature set.
Advanced rulesets
Create sophisticated rulesets to fine-tune feature access with precision, ensuring complex conditions are met effortlessly and accurately.

Pricing

The right price for you, whoever you are

Feature Flicks offers two pricing plans to suit your needs. Whether you're a professional looking to get started with feature flagging or a team looking to scale your feature flagging capabilities, we have a plan for you.

Professional

Most popular

£99 /year

Ideal for professionals and small teams looking to get started with feature flagging.

  • Up to 25 feature flags
  • Up to 5 feature groups
  • Advanced rulesets(coming soon)
  • User targeting(coming soon)
  • Email support

Enterprise

£399 /year

Perfect for teams looking to scale their feature flagging capabilities and get dedicated support.

  • Unlimited feature flags
  • Unlimited feature groups
  • Advanced rulesets(coming soon)
  • User targeting(coming soon)
  • Face to face support via video call

Self Hosted

We are an open source project and offer a self hosted version that is free to use and comes with all the features you need to get started.

Frequently asked questions

Can't find the answer you're looking for? Reach out to our Team

How do I get started?
Getting started with Feature Flicks is super simple. Register for an account and start creating your feature flags. Once you have created your feature flags, you can integrate them into your application by querying Feature Flicks to get the state of your feature flags.
How does toggle control work?
Toggle control allows you to enable or disable features with a simple switch. This makes it incredibly simple to manage a feature rollout and control the visibility of features in your application.
What are advanced rulesets?
Advanced rulesets allow for local evaluation of feature flags based on conditional requirements. For example, if you wanted to enable a feature flag for all users with a subscription tier of 'premium' or higher. You can create a rule that checks the user's subscription tier and only enables the feature flag if the condition is met.
What is feature grouping?
By organising related features into cohesive groups, you can easily control the visibility of multiple features at once. This makes it easier to manage your feature set and streamline releasing new features to your users.
What is user targeting?
User targeting allows you to tailor feature access to specific user attributes. This ensures relevant experiences and optimised performance for every audience. For example, you could enable a feature flag for users who has a attribute of 'is_admin' set to true and disable the feature flag for all other users.
How do I integrate Feature Flicks with my project?
Feature Flicks is a API driven service, which means you can integrate it with any programming language or framework. The simplest way to integrate Feature Flicks is to query the API to get the state of your feature flags and use this to control the visibility of your features. We are looking to provide SDKs for popular programming languages and frameworks in the future.