v0

Lesson 2: Overview of Hubleto features

Developer Certification Level 1

Introduction

In this lesson, you will get a comprehensive overview of Hubleto's built-in features and applications. Understanding the existing ecosystem is crucial before building custom apps. You'll learn about the core app categories, how to manage users and settings, the basics of the Hubleto User Interface, and how the App Manager controls the platform.

You will learn about:

  • Core app categories: CRM, Marketing, Sales, Productivity, Finance, Maintenance, and Help.
  • Platform configuration: Managing Users, Settings, and customizing themes.
  • UI basics: Navigating the sidebar, working with Data Grid tables, Record Forms, localization, and Global Search.
  • App Manager: How Hubleto installs and manages community and custom apps.

Hubleto Core Apps Overview

Hubleto is not just an empty framework; it is shipped with a rich set of built-in business applications, logically grouped into main categories within the navigation sidebar:

As a developer, your custom apps will seamlessly integrate into these existing categories or exist in custom namespaces.

UI Basics

Hubleto's frontend is built with React, providing a fast, single-page application feel with a standardized interface.

The Sidebar

The main navigation is grouped logically. Administrators can also add custom links. Your custom apps will register here during the Loader initialization phase.

Data Grids (Tables)

When you open an app (e.g., Customers), you usually see a Data Grid.

Record Forms

Clicking on a record in a Data Grid opens the Record Form. This is a powerful, centralized view for a single entity.

Global Search & Localization

Platform Configuration & Users

In the Maintenance > Settings app, administrators can configure core platform behaviors.

App Manager

Hubleto operates on a highly modular architecture. Everything is an App. The App Manager (found in the Settings app) is the heart of this system. It displays all installed components across three tiers:

  1. Community Apps: Free, open-source apps provided by the core Hubleto team (like CRM or Calendar).
  2. Enterprise Apps: Paid or specialized modules.
  3. Custom Apps: Apps you build specifically for your Hubleto instance (like the CarRental app you will build in Lesson 3).

The App Manager allows administrators to install, upgrade, or uninstall these modules on the fly.


Study material

Resource Description
Features Overview of Hubleto's main features and capabilities.
Apps Details about the Hubleto App ecosystem (Community, Enterprise, and Custom).
App Manager Understanding how Hubleto's core architecture manages apps.
 User Guide: Features Overview Detailed user documentation on Global Search, Data Grids, and Record Forms.

Videos

Do you have any question?

Do you have any questions or comments? Leave us a message in the community portal.

Go to community.hubleto.eu

If you are new here, learn more about developer certification programme.

« Previous page
Next page »
www.hubleto.eu | Found a bug or missing something? Report an issue via GitHub.