# XWUISuperFeatureFlags

Feature-flag management: environments, boolean and multivariate flags, targeting, percentage rollouts, approvals, SDK keys, and eval logs.

GrowthBook/Flagsmith/PostHog/LaunchDarkly made flags a default SaaS admin tab; SuperAppStudio is a ResourceHub of apps, this SuperApp is the flag product that targets those apps.

The constructor is `new XWUISuperFeatureFlags(container, data, config)`. Navigation is the inherited SuperApp shell (`menuTree()` / `pages()` / `XWUISuperApp.merge()`). Every leaf composes an existing XWUI widget — a Super module that reimplements a grid or editor internally is a defect.

This shell does not call a model. Destructive actions still go through the composed widget provider (`execute`) rather than a silent adapter write.

## Basic Usage

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Standalone Feature Flags shell on the KPI dashboard.
```

## Arabic (RTL)

```example
file: examples/RtlArabic.ts
html: examples/RtlArabic.html
title: Arabic (RTL)
description: Deep-link under locale ar.
```

## Showcase

```example
file: examples/Showcase.ts
html: examples/Showcase.html
title: Showcase
description: Dashboard, collapsed deep-link, and RTL.
```

## Host extra page

```example
file: examples/WithExtraPage.ts
html: examples/WithExtraPage.html
title: Host extra page
description: extraTree / extraPages host leaf.
```

## Merged shell

```example
file: examples/MergedShell.ts
html: examples/MergedShell.html
title: Merged shell
description: XWUISuperApp.merge with XWUISuperAPIPortal.
```

```api
```
