# Overview (/docs/reference/packages)



{/* GENERATED FILE — do not edit by hand. Regenerate with: pnpm --filter dev-docs generate */}

All `@gauntlet/*` packages version together — one platform release is one version across the whole set. Packages with a linked page have a curated guide; the rest are listed for completeness.

| Package                                                                       | Version | What it is                                                                        |
| ----------------------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------- |
| [`@gauntlet/state`](/docs/reference/packages/state)                           | 0.27.0  | App state and the hook families: blocks, products, cart, user, settings, queries. |
| [`@gauntlet/types`](/docs/reference/packages/types)                           | 0.27.0  | Type contracts: BaseBlockProps, config, product, theme, and style schemas.        |
| [`@gauntlet/ui-builder`](/docs/reference/packages/ui-builder)                 | 0.27.0  | The rendering engine and element library blocks are composed from.                |
| [`@gauntlet/components`](/docs/reference/packages/components)                 | 0.27.0  | Shared components addressable by subpath imports.                                 |
| `@gauntlet/block-registry`                                                    | 0.27.0  | The block registry: register components, resolve them from config.                |
| [`@gauntlet/brewery`](/docs/reference/packages/brewery)                       | 0.27.0  | The app shell that boots an Appbrew app.                                          |
| `@gauntlet/analytics`                                                         | 0.27.0  | Analytics provider and the tracker base classes integrations extend.              |
| [`@gauntlet/schemas`](/docs/reference/packages/schemas)                       | 0.27.0  | Validation schemas, including the integration manifest.                           |
| `@gauntlet/utils`                                                             | 0.27.0  | General utilities shared across packages.                                         |
| [`@gauntlet/integrations-utils`](/docs/reference/packages/integrations-utils) | 0.27.0  | Helpers for integration authors.                                                  |
| `@gauntlet/icons`                                                             | 0.27.0  | The shared icon set.                                                              |
| `@gauntlet/app-update`                                                        | 0.27.0  | In-app update prompts and version gating.                                         |
| `@gauntlet/block-forms`                                                       | 0.27.0  | Form primitives for blocks that collect input.                                    |
| `@gauntlet/bottom-sheet`                                                      | 0.27.0  | Bottom-sheet primitives used across the app.                                      |
| `@gauntlet/child-navigator`                                                   | 0.27.0  | Nested navigation containers for screens.                                         |
| `@gauntlet/container-registry`                                                | 0.27.0  | Screen-level container registration, sibling to the block registry.               |
| `@gauntlet/containers`                                                        | 0.27.0  | Built-in screen containers.                                                       |
| `@gauntlet/cookie-manager`                                                    | 0.27.0  | Cookie and web-session utilities for webviews.                                    |
| `@gauntlet/discount`                                                          | 0.27.0  | Discount display and application helpers.                                         |
| `@gauntlet/dynamic-fonts`                                                     | 0.27.0  | Runtime font loading for themes.                                                  |
| `@gauntlet/enhanced-fetch`                                                    | 0.27.0  | Fetch wrapper with retries and telemetry hooks.                                   |
| `@gauntlet/event-emitter`                                                     | 0.27.0  | A typed event bus shared across packages.                                         |
| `@gauntlet/floating-blocks`                                                   | 0.27.0  | Blocks that float over screen content.                                            |
| `@gauntlet/local-storage`                                                     | 0.27.0  | Persistent key-value storage.                                                     |
| `@gauntlet/module-provider`                                                   | 0.27.0  | Runtime module wiring for optional features.                                      |
| `@gauntlet/orders-v4`                                                         | 0.27.0  | Order history and detail surfaces (v4).                                           |
| `@gauntlet/orders-v5`                                                         | 0.27.0  | Order history and detail surfaces (v5).                                           |
| `@gauntlet/pdp-components`                                                    | 0.27.0  | Product detail page building blocks.                                              |
| `@gauntlet/plp-components`                                                    | 0.27.0  | Product listing page building blocks.                                             |
| `@gauntlet/post-purchase`                                                     | 0.27.0  | Order-confirmation and post-purchase surfaces.                                    |
| `@gauntlet/react-utils`                                                       | 0.27.0  | Small React helpers shared across packages.                                       |
| `@gauntlet/rn-rulepilot`                                                      | 0.27.0  | The rules engine behind block visibility conditions.                              |
