Skip to content

goatapp/flagd-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flagd-ui

flagd-ui is a server and Web UI for managing feature flags for OpenFeature's flagd schema. You can use the hosted static Web App, install it locally, or run it as docker container next to you flagd instance. Find out more in the usage examples.

This project provides a user-friendly web interface for the OpenFeature flagd service - a simple, self-contained feature flag evaluation engine. flagd is designed to be vendor-neutral and follows the OpenFeature specification.

Features

  • Easy Flag Management: Manage feature flags through a UI instead of editing JSON files
  • Validates the Schema: Validates all managed files against the OpenFeature flagd schema
  • Host or connect to your flag files
    • Local filesystem
    • Azure Blob Storage
    • S3 (coming soon)
    • Only in your browser (standalone mode)
  • Playground for testing flag configurations and rules against your live service (evalution.proto and OFREP)

UI

flagd-ui editing a flag

Packages

 
 
 

Contributors

Languages

  • TypeScript 68.2%
  • HTML 13.5%
  • Rust 8.4%
  • SCSS 6.2%
  • Shell 1.8%
  • JavaScript 1.4%
  • Dockerfile 0.5%