Table of Contents

Build

Move from framework concepts to implementation details for data modeling, backend rules, UI views, templates, and tests.

Implementation area

From concepts to production-ready features

Use this section to move between data modeling, backend implementation, UI construction, template work, and automated validation.


Overview

Core concepts

Understand clusters, modules, authentication, and shared concepts before implementing features.

Backend

Model your data, implement business rules, and expose backend capabilities.

Frontend

Build UI views, compose templates, and validate behavior through UI automation tests.

Reference and advanced topics

Use these references when you need framework packaging details or low-level generation concepts.

Browse by workflow

Model data

Define persistence, entities, and entity views before implementing behavior.

Implement behavior

Write server code, expose methods, and add dependency wiring and validation logic.

Build screens

Assemble UI views, templates, and reusable UI components for user-facing features.

Common paths

See also