Templates / flowchart

Feature flag service architecture

An application reading flags through an SDK backed by a local cache, an evaluation service, and an admin dashboard.

Open in studio

Preview

Mermaid 11 renderer

Rendering preview...

Mermaid source

flowchart

flowchart LR
    app[Application] --> sdk[Feature flag SDK]
    sdk --> cache[(Local flag cache)]
    sdk --> service[Flag evaluation service]
    service --> store[(Flag config store)]
    dashboard[Admin dashboard] --> store
    service --> events[[Exposure event stream]]

More templates