Building Backend Logic
In Heisenware, all of your application's backend logic—from processing data to integrating with external systems—is built visually. This is done in the Flow Builder by connecting Functions, which are the core building blocks of your app.
Functions Library
The Functions Library is your complete library of all available backend tools, including Agents. It is organized into categories like Connectors
, Storage
, and Utilities
, providing all the components you'll need to build your app.
Flow Builder (Canvas)
The Flow Builder is the visual canvas where you assemble your logic. Here, you drag components from the Functions Library and connect them to create automated workflows and to bind data to your user interface.
Functions & Objects (Building Blocks)
The core components you work with are Functions. Heisenware uses a powerful object-oriented model based on Classes
, Instances
, and both Static
and Member
functions.
Last updated