# Documentation These pages are the canonical project documentation. Module-local README files are short signposts for people browsing the source tree. ## Start Here - [Getting started](getting-started.md): build the repository, run the examples, and select dependencies for an application. - [Examples](examples.md): runnable applications from a counter to the complete admin UI. - [Core runtime](concepts/core.md): components, state, rendering, events, and browser commands. - [Compositions](concepts/compositions.md): routing, blocks, layouts, schema, authorization, and agent-aware applications. ## Concepts - [Authorization](concepts/authorization.md) - [Schema-driven UI](concepts/schema.md) - [AI agent integration](concepts/agent-integration.md) - [Telemetry dashboards](concepts/telemetry-dashboards.md) ## Guides - [Schema-driven data grids](guides/data-grid.md) - [Schema-driven create and edit forms](guides/data-forms.md) - [Testing](guides/testing.md) - [Mutation testing](guides/mutation-testing.md) ## Reference - [Module map](reference/module-map.md) - [HTTP server](reference/http-server.md) - [API and Javadocs](reference/api.md)