Skip to content

Commit

Permalink
chore: pr feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Aug 20, 2024
1 parent 1743108 commit 15f3be7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 0 additions & 4 deletions cloud/benefits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ We understand that enterprise customers have unique needs and requirements. That

Our scalable infrastructure is designed to handle high-volume traffic and complex flag evaluations, making Flipt Managed Cloud suitable for organizations of any size, from startups to large enterprises with global operations.

## Cost-Effective and Predictable Pricing

Unlike many feature flag services that charge based on the number of environment, flags or evaluations, Flipt Managed Cloud offers a simple, predictable pricing model. You pay for the features you need, without worrying about unexpected costs as your usage grows. This allows for better budget planning and eliminates the need to constantly monitor usage to avoid overage charges.

## Get Started Today

We're excited to bring Flipt Managed Cloud to market, and we can't wait for you to try it out. If you're interested in learning more about Flipt Managed Cloud or signing up for the beta, check out our [website](https://flipt.io/cloud).
4 changes: 3 additions & 1 deletion cloud/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ Interested in joining the beta? [Request access here](https://flipt.cloud).

Flipt Managed Cloud is a fully managed solution where we host and operate Flipt for you. You no longer need to deploy or manage Flipt instances yourself. We provide a secure, scalable, and feature-rich environment with enterprise-grade authentication and authorization built-in.

Experience the power of Flipt without the operational overhead, allowing you to focus on building great products while we take care of the infrastructure.
While Flipt Managed Cloud is a completely managed service, it works hand in hand with Flipt Open Source. You can still deploy Flipt Open Source in your own infrastructure to scale as needed, while still using Flipt Managed Cloud for feature flag management.

Here are some of the basic concepts in Flipt Managed Cloud:

## Git-Backed Storage

Flipt Managed Cloud leverages Git repositories as the backbone for storing and managing your feature flag configurations. This innovative approach allows you to store your feature flag data in your own GitHub repositories, providing a unique blend of managed service convenience and data ownership.

See the [Git-Backed Storage](/cloud/features/git-backed-storage) page for more information.

## Environments

Environments in Flipt Managed Cloud are high-level groupings of feature flags and namespaces. They provide a way to organize and manage your feature flags across different stages of your development lifecycle or across various applications within your organization.
Expand Down
12 changes: 6 additions & 6 deletions cloud/features/git-backed-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ Each environment can be connected to a different Git repository, allowing you to

## Why Use Git-Backed Storage?

We believe that Git is the best way to manage configuration data. It allows you to use your existing Git workflow and tools, and it allows you to version your configuration data.
Git lives at the heart of Flipt Managed Cloud. It allows you to use your existing Git workflow and tools, and it allows you to version your configuration data. However, we understand that not everyone is familiar with Git, and that it can be intimidating to use.

We also believe that feature flags are a type of configuration data, and as such, they should be managed in the same way.
To solve for this, Flipt Managed Cloud includes a friendly UI for managing your feature flags, so that you can easily change their state without even knowing that Git is used under the hood.

<Note>
For more info on the benefits of using Git-backed storage, see the
[Benefits](/cloud/benefits#gitops-and-clickops-friendly) page.
</Note>

Git is also a powerful tool for collaboration. It allows you to review and merge changes, and it allows you to see the history of your changes.
As developers ourselves, we understand the power of Git. It allows you to review and merge changes, and it allows you to see the history of your changes, quickly reverting to a previous state if needed.

Finally, Git is a standard tool that many developers are already familiar with, which means that you can use your existing knowledge to manage your feature flags.
Because we mirror your flag data in Git, you always have the ability to 'break the glass' and make changes directly to the Git repository if needed.

![Flipt UI](/images/cloud/features/git/feature-flag-in-ui.png)

Flipt Managed Cloud takes advantage of these benefits by using Git as the backend for your feature flags while also providing a managed service so that you don't have to worry about the underlying infrastructure.
We believe that Git is the best way to manage configuration data. We also believe that feature flags are a type of configuration data, and as such, they should be managed in the same way.

Flipt Managed Cloud also includes a friendly UI for managing your feature flags, so that you can easily change their state without having to know Git at all.
By combining the power of Git with a user-friendly interface, Flipt Managed Cloud offers the best of both worlds: the robustness and version control of Git-backed storage, and the ease of use of a modern feature flag management system.

Check failure on line 41 in cloud/features/git-backed-storage.mdx

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎`

0 comments on commit 15f3be7

Please sign in to comment.