Skip to content

Settings Editor

The Settings Editor gives you full control over your app’s settings page. You determine which elements are displayed, how they look, and where they navigate.

The settings page consists of various elements that you can freely combine:


  1. Open Edit Mode in your app (App Builder Tools)
  2. Go to the Settings Page in your app
  3. Tap on an element or the edit button
  4. The editor opens with a live preview

At the top you’ll find a toolbar with the following functions:

ButtonFunction
+Add new element
UndoUndo last action
RedoRedo undone action
ReorderSort elements via drag & drop
Page DesignOpen global design settings
Theme ToggleSwitch between light and dark mode

Below the toolbar you see all elements of your settings page. Each element shows:

  • A live preview of how it looks in the app
  • An eye icon for showing/hiding
  • A badge if it’s hidden (“Hidden”)
  • A Firebase Auth badge for the logout button

When you tap an element, the Smart Panel opens with all editing options. The available tabs depend on the element type.


  1. Tap the + in the toolbar or on the “Add element” placeholder
  2. Select an element type from the list:
    • Header - Section title
    • Navigation - Link to an app page
    • Custom Link - External link
    • Divider - Horizontal line
    • Spacing - Vertical spacing
    • Text Label - Descriptive text
  3. The new element is inserted at the end of the list
  4. The Smart Panel opens automatically for editing

  1. Tap on an element in the list
  2. The context menu appears with options:
    • Edit - Open Smart Panel
    • Duplicate - Create a copy
    • Delete - Remove element
  3. Select “Edit” to open the Smart Panel
  4. Navigate through the tabs for different settings

  1. Tap the sort icon in the toolbar
  2. Reorder mode is activated
  3. Drag elements to the desired position
  4. Tap the icon again to exit the mode

All changes are saved automatically. You don’t need to do anything extra - as soon as you change something, it’s automatically saved to the database after 500ms.


TypeDescriptionTabs in Smart Panel
HeaderSection title with optional iconContent, Style, Advanced
NavigationLink to an app pageContent, Style, Behavior, Advanced
Custom LinkExternal link (Web/Email/Phone)Content, Style, Behavior, Advanced
DividerHorizontal lineStyle, Advanced
SpacingVertical spacingSpacing
Text LabelDescriptive textContent, Style, Advanced
Logout ButtonLogout buttonBasic Settings, Colors, Typography, Icon, Dimensions


Changes are saved automatically! As soon as you change something, it’s automatically saved after 500ms.

Yes! Use the undo button in the toolbar. Up to 20 steps are saved. You can also restore undone actions with “Redo”.

The logout button only appears when:

  • Firebase Auth is active in your app
  • A user is logged in

No, the logout button is automatically controlled by Firebase Auth. However, you can customize it (colors, text, style) and move it.

Tap the sort icon in the toolbar and drag the elements to the desired position.

How do I hide an element without deleting it?

Section titled “How do I hide an element without deleting it?”

Tap the eye icon to the right of the element. Hidden elements show a “Hidden” badge.