Skip to content
Group 30

What is GA Universe?

GA universe is a no code/low code platform. It is the first of its kind developed in Saudi Arabia. It can be used for many different use cases and reasons, of which:

telemedicine_7054670
Building Applications

The building of new applications from scratch to solve or simplify a process.

cloud-hosting_2895245
Integrating Applications

Integrating legacy applications that were built in the past but over time grew too coupled or went out of support.

analytics_586600
Reporting and analytics

Making dashboards and reporting panels from different data sources and legacy applications.

network_849927
You can use GA to

1. Build internal tools.
2. Build Proof of concepts.
3. Complex applications.
And more!

Hello world

This is a guide to showing you how to create a hello world page in GA:

Step 1

Create a page from settings:

  1. Navigate to /default/settings/
  2. Go to the layout tab.
  3. Go to the pages tab.
  4. Name your page and give your URL. For example, let’s name it “HelloPage”
  5. Then choose the type of page, for now we will start with an empty page.
  6. Click OK.
Hello Page Creation
Hello Navigation Creation

Step 2

Create navigation:

  1. Navigate to the settings backend.
  2. Go to layout tab.
  3. Go to the navigation tab.
  4. Go to the overview tab.
  5. Click the + button in the bottom left corner.
  6. Name the navigation accordingly and choose the previously created page ("HelloPage") as the home page.
  7. Save It

Step 3

Open the page:

  1. Navigate to /<Name of the navigation>/<Name of the page>/
  2. For this example, the path is: /HelloNavigation/HelloPage/

Note that in this example because HelloPage is the homepage for HelloNavigation we don’t need to explicitly write it as just /HelloNavigation/ would take us to the homepage

Open The Navigation
Hello World Page

Drop text block and write hello world:

  1. Open the AppBuilder by using F2.
  2. Open the Toolbox tab.
  3. Open the controls tab.
  4. Choose TextBlock.
    • Note, you can use the search bar if you are having trouble finding any elements you need.
  5. Drag the TextBlock and drop it into the Base grid.
  6. Click on the TextBlock and from the properties of it on the right open the TextBlock tab.
  7. Inside the Text property write “Hello World!”.
  8. Close app builder F2 and save

That’s it! Now you can use your newly made page to test out what GA can offer.