Skip to content

Commit a3a551c

Browse files
committed
chore: update README
Signed-off-by: Mark Phelps <[email protected]>
1 parent 4f43906 commit a3a551c

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Flipt v2 is the first truly Git-native feature management platform that treats y
6767

6868
- **Zero infrastructure**: No databases, no external dependencies by default
6969
- **GitOps ready**: Works with existing Git-based deployment workflows
70-
- **Real-time updates**: Streaming API for instant flag propagation
70+
- **Real-time updates**: Server-Sent Events (SSE) streaming API for instant flag propagation to client-side SDKs without polling
7171
- **Modern UI**: Intuitive interface with full Git integration and dark mode support
7272

7373
### 🔒 **Enterprise Security & Control**
@@ -88,17 +88,17 @@ Flipt v2 is the first truly Git-native feature management platform that treats y
8888

8989
| Feature | Flipt v1 | ✨ Flipt v2 |
9090
|---------|----------|----------|
91-
| **Storage** | Database-centric (MySQL, PostgreSQL, SQLite) | Git-native with optional SCM sync (GitHub, GitLab, Gitea, etc.) |
91+
| **Storage** | Database-centric (MySQL, PostgreSQL, SQLite) | Git-native with optional SCM sync (GitHub, GitLab, Azure DevOps, Gitea, etc.) |
9292
| **Environments** | Single namespace model | Multi-environment with Git flexibility |
9393
| **Branching** | Not supported | Full Git branching with environment branches |
9494
| **Data Ownership** | Stored in a database (MySQL, PostgreSQL, SQLite) | Stored in your Git repositories alongside your code |
9595
| **GitOps** | Read-only Git integration | Full read/write Git integration |
9696
| **Deployment** | Requires database setup | Zero dependencies - single binary |
9797
| **Version Control** | Basic audit logs | Full Git history and blame |
9898
| **Merge Process** | Direct flag changes | Merge proposals with code review |
99-
| **Real-time Updates** | Polling required | Streaming API for instant updates |
99+
| **Real-time Updates** | Polling required | Server-Sent Events (SSE) streaming API for instant updates |
100100
| **Multi-tenancy** | Manual namespace management | Environment-based isolation |
101-
| **Secrets Management** | None | HashiCorp Vault and file-based providers available in OSS |
101+
| **Secrets Management** | None | HashiCorp Vault and file-based providers available in OSS, cloud providers (AWS, GCP, Azure) coming soon |
102102

103103
<!--
104104
TODO: uncomment once we have a migration guide
@@ -188,7 +188,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
188188
## Core Values
189189
190190
- 🔒 **Security** - HTTPS, OIDC, JWT, OAuth, K8s Service Token, and API Token authentication methods supported out of the box
191-
- 🗝️ **Secrets Management** - Secure storage and retrieval of sensitive data with HashiCorp Vault and file-based providers
191+
- 🗝️ **Secrets Management** - Secure storage and retrieval of sensitive data with HashiCorp Vault, file-based providers, and upcoming cloud provider support (AWS, GCP, Azure)
192192
- 🎛️ **Control** - Your data stays in your Git repositories within your infrastructure
193193
- 🚀 **Speed** - Co-located with your services, no external API calls required
194194
- ✅ **Simplicity** - Single binary with no external dependencies by default
@@ -203,7 +203,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
203203
204204
- Store flags directly in Git repositories alongside your code
205205
- Full version control with Git history, blame, and diff support
206-
- Integrates with your SCM (GitHub, GitLab, Gitea, etc.)
206+
- Integrates with your SCM (GitHub, GitLab, Azure DevOps, Gitea, etc.)
207207
- GPG commit signing for cryptographic verification of changes
208208
209209
### Multi-Environment Management
@@ -214,7 +214,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
214214
215215
### Secrets Management & Security
216216
217-
- **Multi-provider secrets management**: File-based and HashiCorp Vault providers available in OSS
217+
- **Multi-provider secrets management**: File-based and HashiCorp Vault providers available in OSS, with AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault support coming soon
218218
- **GPG commit signing**: Cryptographically sign all flag changes with keys from secret providers (Pro feature)
219219
- **Secure key storage**: Private keys and sensitive data stored securely in Vault or local files
220220
- **Multiple auth methods**: Token, Kubernetes, and AppRole authentication for Vault
@@ -223,7 +223,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
223223
224224
- Complex targeting rules and user segmentation
225225
- Percentage-based rollouts
226-
- Real-time flag evaluation with streaming updates
226+
- Real-time flag evaluation with Server-Sent Events (SSE) streaming updates for instant synchronization
227227
228228
### Developer Experience
229229
@@ -233,17 +233,17 @@ For more setup options, see our [configuration documentation](https://docs.flipt
233233
234234
### Enterprise Features
235235
236-
- **Secrets Management**: Secure storage with HashiCorp Vault and file-based providers (OSS)
236+
- **Secrets Management**: Secure storage with HashiCorp Vault, file-based providers (OSS), and upcoming cloud provider support (AWS, GCP, Azure)
237237
- **GPG Commit Signing**: Cryptographically sign all flag changes for enhanced security (Pro feature)
238238
- **Merge proposals**: Code review workflow for flag changes (Pro feature)
239239
- **Authentication**: OIDC, JWT, OAuth, and more authentication methods
240240
- **Observability**: OpenTelemetry and Prometheus integration 🔋
241241
242242
<br clear="both"/>
243243
244-
> **Want to try Pro features?** Get started with a **free 14-day trial** of Flipt v2 Pro – no credit card required initially. Includes merge proposals, GPG commit signing, premium support, and priority bug fixes.
244+
> **Want to try Pro features?** Get started with a **free 14-day trial** of Flipt v2 Pro – no credit card required initially. Includes enterprise DevOps integration, merge proposals, GPG commit signing, secrets management, and dedicated support.
245245
>
246-
> **[Start Free Trial →](https://getflipt.co/pro)**
246+
> **[Start Free Trial →](https://docs.flipt.io/v2/pro#getting-started)**
247247
248248
Are we missing a feature that you'd like to see? [Let us know by opening an issue!](https://github.com/flipt-io/flipt/issues)
249249
@@ -264,7 +264,7 @@ Check out our [integration documentation](https://docs.flipt.io/v2/integration/o
264264
265265
### OpenFeature Integration
266266
267-
Flipt supports the [OpenFeature](https://openfeature.dev/) standard for vendor-neutral feature flag evaluation.
267+
Flipt supports the [OpenFeature](https://openfeature.dev/) standard for vendor-neutral feature flag evaluation, including the emerging OpenFeature Remote Evaluation Protocol (OFREP) for standardized remote flag evaluation.
268268
269269
<br clear="both"/>
270270
@@ -292,20 +292,24 @@ Ready to unlock the full potential of Git-native feature management? Flipt v2 Pr
292292
293293
### What's Included in Pro
294294
295-
- **🔀 Merge Proposals** - Code review workflow for feature flag changes, just like GitHub PRs
296-
- **✍️ GPG Commit Signing** - Cryptographically sign all changes using keys from secret providers for enhanced security and auditability
297-
- **🏢 Premium Support** - Shared Slack channel with same-day response times
295+
- **🔀 Enterprise DevOps Integration** - Native GitHub, GitLab, and Azure DevOps workflows with merge proposals and automated PR/MR creation
296+
- **✍️ GPG Commit Signing** - Cryptographically sign all changes for maximum security and auditability with verified commit badges
297+
- **🔒 Integrated Secrets Management** - Built-in secure storage for GPG keys with HashiCorp Vault integration and upcoming cloud provider support (AWS, GCP, Azure)
298+
- **🌐 Air-Gapped Environment Support** - Annual licenses work seamlessly in air-gapped environments with offline validation
299+
- **🏢 Dedicated Support Channel** - Direct access to our engineering team via dedicated Slack channel for faster issue resolution
298300
- **⚡ Priority Development** - Your bug reports and feature requests get prioritized
299301
- **🔧 Enterprise Auth** - Advanced authentication providers (coming soon)
300302
- **📊 Advanced Analytics** - Enhanced reporting and insights (coming soon)
301303
302304
### Pricing & Trial
303305
304-
- **Free 14-day trial** - No credit card required to start
306+
- **Free 14-day trial** - No credit card required to start, includes all Pro features
307+
- **Monthly licenses** - Standard subscription with continuous internet connectivity for validation
308+
- **Annual licenses** - Supports offline validation using license files for air-gapped environments
305309
- **No instance limits** on paid plans - run Flipt v2 Pro on as many servers as you need
306310
- **Cancel anytime** - Prorated billing through our Stripe customer portal
307311
308-
**[Start Your Free 14-Day Trial →](https://getflipt.co/pro)**
312+
**[Start Your Free 14-Day Trial →](https://docs.flipt.io/v2/pro#getting-started)**
309313
310314
*Trial includes up to 5 instances. Upgrade seamlessly to unlimited instances with a paid subscription.*
311315

0 commit comments

Comments
 (0)