# XWUISuperVehicles

XWUISuperVehicles - drop-in Super-app for the vehicle listings intelligence platform. Public Market browse (all countries / platforms with flags + logos) is the cold landing; console pages are stubs ready for host wiring. Pass `data.apiBase` (e.g. `/api/vehicles/v1`) so the Market page loads live.

## Availability

**Preview.** The shell, its menu keys and its routing are finished and stable.
1 of its 7 pages mount a real component; the 6 below mount a
documented "not yet available" state instead:

- `mx-platforms`
- `mx-listings`
- `mx-intelligence`
- `mx-valuation`
- `mx-fraud`
- `mx-catalog`

Those keys are the public contract. Wire them today and the real pages appear
underneath without a consumer change - that is the whole reason the shell ships
ahead of its domain rather than waiting for it.

The machine-readable form of this is the `availability` block in the schema
beside this file, `XWUI_PREVIEW_PAGES.XWUISuperVehicles` in
`src/components/catalog-availability.ts`, and the entry in
`docs/catalog/components.json`. A gate keeps all four in step and fails the
build when a preview page gets built and this list is not updated - see
[docs/CATALOGUE_AVAILABILITY.md](../../../../docs/CATALOGUE_AVAILABILITY.md).

## Basic Usage

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
```

## Showcase

Tour of the XWUISuperVehicles app shell: the Platforms and Listings

```example
file: examples/Showcase.ts
html: examples/Showcase.html
title: Showcase
description: Tour of the XWUISuperVehicles app shell: the Platforms and Listings
```

```api
```
