Building Your First App (Appendix)
This appendix outlines the contents introduced in the process of building your first app and provides some links to more in-depth documentation. Return to this document any time you want to review the fundamentals of how to build in Airkit.
Airkit Studio Layout
When you first create an app, you'll be automatically taken to Journey Builder
In the Journey Builder, you can:
Connect Kitcloud templates
Build out complicated user Journeys
Keep track of variables at a high-level scope
To make a web app without the use of a Kitcloud Template:
Indicate that your Journey starts by clicking a link
Set the link to navigate to a Web Flow
Create a blank Web Flow to navigate to
To build or edit a Web Flow, navigate to Web Builder
Web Builder is where you can:
Create and edit Web Flows
Create and edit Web Controls on each Web Page.
Web Controls](web-controls-overview.md) serve as small UI building blocks.
Example Web Controls include:
Input boxes can accept various various Data Types and store them as variables
The appearance of each Web Control is highly customizable.
Modify them individually, under the "Style" section in the Inspector
Make app-wide changes to Variants using Theme Builder.
Web Controls can be associated with Events and Actions.
Events trigger Action Chains, which are a set of Actions taken sequentially.
Actions dictate how your app will behave
Common Actions include:
Navigating to another Web Page
Performing a custom Data Flow
Custom Data Flows are created in the Connection Builder, see below
To store and structure data, use the Data Builder
The Data Builder is where you can define AirData App Objects
Data in AirData App Objects can be stored and queried
In order for the other Builders to have access to an AirData App Object, its definition must be saved and migrated
To use and modify data, use the Connection Builder
The Connection Builder is where you can:
Construct custom Data Flows out of component Data Operations
Data Flows connect the UI of your Airkit apps to other systems, be they part of Airkit (like AirData) or not (like Salesforce).
Frequently Asked Questions
Last updated
Was this helpful?