Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update README with new dashboard image #3691

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .github/images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="logo.svg" alt="Flipt" width=275 height=96 />
</p>

<p align="center">An enterprise-ready, GRPC powered, GitOps enabled, CloudNative, feature management solution</p>
<p align="center">An enterprise-ready, GitOps enabled, CloudNative, feature management solution</p>

<hr />

Expand Down Expand Up @@ -45,8 +45,8 @@
<h4>
<a href="https://www.flipt.io/docs/introduction">Docs</a> •
<a href="http://www.flipt.io">Website</a> •
<a href="http://www.flipt.io/blog">Blog</a> •
<a href="https://features.flipt.io/">Feedback</a> •
<a href="http://blog.flipt.io">Blog</a> •
<a href="https://community.flipt.io/">Feedback</a> •
<a href="#contributing">Contributing</a> •
<a href="https://www.flipt.io/discord">Discord</a>
</h4>
Expand Down Expand Up @@ -80,10 +80,11 @@ Want the best of Flipt without the hassle of running it yourself? Check out [Fli

- Fully managed Flipt service
- Multiple Environments
- Your Data in Your GitHub Repositories
- Your Data in [Your GitHub Repositories](https://docs.flipt.io/cloud/features/git-backed-storage)
- [Approval Workflows](https://docs.flipt.io/cloud/features/approval-workflows) for All Changes
- Automatic Upgrades
- SSO / SAML Authentication
- Granular Access Control
- Authn: [Google, GitHub, SSO / SAML](https://docs.flipt.io/cloud/features/authentication)
- Authz: [Granular Access Control with RBAC](https://docs.flipt.io/cloud/features/rbac)

## Use cases

Expand All @@ -103,7 +104,7 @@ Flipt supports use cases such as:
- 🎛️ **Control** - No data leaves your servers and you don't have to open your systems to the outside world to communicate with Flipt. It all runs within your existing infrastructure.
- 🚀 **Speed** - Since Flipt is co-located with your existing services, you do not have to communicate across the internet which can add excessive latency and slow down your applications.
-**Simplicity** - Flipt is a single binary with no external dependencies by default.
- 👍 **Compatibility** - GRPC, REST, MySQL, Postgres, CockroachDB, SQLite, LibSQL, Redis, ClickHouse... Flipt supports it all.
- 👍 **Compatibility** - GRPC, REST, MySQL, Postgres, CockroachDB, SQLite, LibSQL, Redis, ClickHouse, Prometheus, OpenTelemetry, and more.

<br clear="both"/>

Expand Down
Loading