Skip to content

How to use

Dynamic Settings provides two core functionalities:

  • Dynamic Configuration
  • Feature Flags

âš™ī¸ Dynamic Configuration

Store any type of settings and manage them in real-time without restarting your application. Supported types:

  • String
  • Integer
  • Float
  • Boolean
  • JSON (Array can be stored as well)

Create setting screen

đŸšŠī¸ Feature Flags

Enable or disable features in your application without redeploying it. Create feature flag screen

🔧 Manage Your Settings

Monitor and update your settings seamlessly via the management interface. settings-screen.png