Building Apps with Jigx
Jigx Builder (code editor)
Create a new Jigx Solution
3min
Creating a starts with building a solution in , then publishing the solution to Cloud.
- Solution title - the solution title is visible at the top of the home hub screen in the app. Ensure that the title is unique, as there is no validation on the name, which could result in overwriting an existing solution with the same title.
- Solution name - The solution name is the system name and derives the name from the solution title with the following rules applied:
- Cannot start with a number
- No spaces are allowed; hyphens replace spaces
- It must be in lowercase
- Solution category - Provides a list of predefined categories to choose from. The category you select displays as a tag at the top of your solution in the Home Hub under the solution title in the app.
- Solution location - either on your local machine or in a Git repository.
- Index.jigx - The index.jigx file is the home screen for the app. Add widgets to determine the layout in different sizes. See Home Hub and Index settings for more information.
- Provide a solution title and press enter.
- The Solution name field prepopulates with the solution's system name. You can provide a different solution name if you want.
- Select a relevant category where you want the solution saved.
- Select a local folder or Git repository where the project files are saved too.
Follow the steps in the getting started section to build your first Jigx solution.
Updated 05 Aug 2024
Did this page help you?