# Nexamas UI Developer Guide

This page is an index for implementation-oriented documentation that is safe to read from the public consumer surface. It does not expose Friend/internal systems as direct usage APIs.

## Getting started

- [User documentation](user/README.md)
- [Brand and API identity](product/brand-and-api-identity.md)
- [Quickstart copy-paste](developer/quickstart-copy-paste.md)
- [Common consumer patterns](developer/common-consumer-patterns.md)
- [Consumer do and don't](developer/consumer-do-and-dont.md)
- [Copy-paste examples](examples/README.md)
- [Application getting started](developer/application-getting-started.md)
- [Controls overview](developer/controls-overview.md)
- [Layout and sizing](developer/layout-and-sizing.md)
- [Theme and surfaces](developer/theme-and-surfaces.md)
- [Localization and RTL](developer/localization-and-rtl.md)
- [DataGrid and DataView](developer/data-grid-and-data-view.md)
- [Output](developer/output.md)
- [Render Verification](developer/render-verification.md)
- [Maintaining documentation](developer/maintaining-documentation.md)
- [Maintainer documentation](maintainer/README.md)


## Core v1 practical guides

- [Core documentation index](core/README.md)
- [Application and window lifetime](core/application-and-window-lifetime.md)
- [Layout and composition](core/layout-and-composition.md)
- [Controls and component factories](core/controls-and-component-factories.md)
- [Theme and surface materials](core/theme-and-surface-materials.md)
- [DataGrid and DataView](core/datagrid-and-dataview.md)
- [Localization and RTL](core/localization-and-rtl.md)
- [Motion behavior](core/motion-behavior.md)
- [Diagnostics and quality proof](core/diagnostics-and-quality-proof.md)
- [Packaging and external consumer use](core/packaging-and-external-consumer-use.md)

## Public references

- [Public API surface](reference/public-api-surface.md)
- [Application facade surface](reference/application-facade-surface.md)
- [Component factory surface](reference/component-factory-surface.md)
- [Output surface](reference/output-surface.md)

## Boundary

The developer guide intentionally avoids documenting internal engines as APIs. Internal engines may be explained in product or quality-proof pages only when they are backed by source evidence and marked as internal proof infrastructure.

## Maintainer validation

- [Windows validation runbook](developer/windows-validation-runbook.md) — commands for running documentation, static quality, and full release validation on Windows.

