Layout & Navigation
Rierino provides an "App" level, which allows grouping of user screens into departmental and business domain specific groups
Global Home Page
The global home page is the default landing page for the Admin UI. It lists the screens and AI agents you can access, plus quick links, favorites, and recently visited screens.

Open it at https://[YOUR_ADMIN_UI_DOMAIN].
The global home page is fully configurable using templates. The screenshots show the default template shipped with Rierino Core.
App Home Page
Each app has its own home page. It summarizes the app and links to its screens, split across three tabs.

Lists the app’s screens, grouped by category.

Gives an overview of the app, including useful links and the AI accelerators used in the app.

Lists common questions and answers for the app.
Open it at https://[YOUR_ADMIN_UI_DOMAIN]/app/[ID].
App home pages are fully configurable using templates. The screenshots show the default template shipped with Rierino Core.
Listing Page
A typical screen in Rierino within an App consists of 3 main building blocks, used for navigation, listing records and editing them.

1) Navigation Bar
The navigation bar is the main way to move around the Admin UI. It provides access to the global home page, apps, screens, AI agents, and the user menu.
You can hide it on specific screens using the noNav parameter. Most deployments keep it visible for consistent navigation.
Typical navigation flow
Most users follow this pattern:
Go to the global home page.
Switch to the right app.
Pick a screen from the screen icons.
Use the lister to find a record.
Use the editor to view or change details.
Global home
The top logo icon takes users back to the global home page. This logo can be customized from the icon UI.
The global home page usually lists:
All accessible apps
User favorites and pinned entries (if configured)
App switcher
Below the logo is the app icon. It opens the app switch menu. Selecting an app routes the user to that app’s landing page.

Screen shortcuts
Under the app switcher is a list of icons. Each icon represents a screen in the current app. Most screens combine a records lister and an object editor.
AI agents
Just above the bottom is the AI icon ✨. It lets users connect to AI agents for help and task execution.

The agent listing page is fully configurable using templates. The screenshots show the default template shipped with Rierino Core.
User menu
At the bottom is the user menu. It shows the current user. It also provides quick access to common settings:
Changing the language of admin UI
Changing the theme / style of admin UI
Changing the active branch (if enabled)
Listing and accessing recently visited screens
Accessing help center
Logging out of the admin UI

2) Records Lister
Most screens include a list of records. These can be technical records or business records. Common examples include products, customers, and tasks to be completed.
Two common layouts are used:
A collapsible menu lister for quick navigation and smaller datasets.
A full-page lister (for example, a table or a map) for larger views and richer filtering.
What the lister is responsible for
In practice, the lister is the “finding and selecting” layer. It typically handles:
Searching and filtering
Sorting and paging
Selecting one record to edit, or a set of records to act on
Showing compact context before opening an editor
3) Object Editor
The object editor is used to view and edit a selected record. It is also used to create new records.
Editors can be shown:
Inline on the page, next to the lister
As a pop-up dialog, to keep the user focused on one task
What the editor is responsible for
The editor is the “detail and action” layer. It typically handles:
Displaying the full record and related fields
Validating user input before saving
Triggering actions (for example, through menus and buttons)
Supporting multi-step tasks where users need guided data entry
Object editors support the following shortcuts:
Ctrl + S
Save current record
Ctrl + .
Creates a new record
Last updated
