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
- Start with Cluster architecture if you are designing a new cluster.
- Go to Backend if you are implementing business logic.
- Go to UI view or Template if you are building screens.
- Use End-to-end tests for frontend flows and API tests for backend contracts.