Getting Started
Our builder empowers you to create web and mobile experiences effortlessly through an intuitive drag-and-drop widget system—no coding required
Concept

The concept of QuantumByte is a SuperApp, consisting of a Main App and multiple Mini Apps, developed or integrated using the available features within the QuantumByte Platform.
Each Mini App Developer will receive an account on the QuantumByte Platform, allowing them to either create new services or integrate existing ones into the Main App (Web Portal & Mobile Portal).
The QuantumByte ecosystem enables developers to build services directly within the Main App portal. This approach ensures that only one unified application appears to the public while offering multiple services developed independently by different developers—reducing the need for many separate public apps.


Main Features

The INA Digital Platform uses our framework and offers several types of development tools that make it easier to integrate new applications or existing ones, as follows:
Builder (Frontend) This feature is used to create native services within the Mobile App and National Web Portal, as well as dashboard pages for managing services from the back-office side. It uses a drag-and-drop interface with standardized components.
Package (Frontend) This package/plugin feature is used to build native services within the Mobile App and National Web Portal using code templates. In this method, you create a plugin that will be merged into the Main App’s source code and compiled together.
Microsite (Frontend) This feature is used to create webview-based services within the Mobile App and National Web Portal using code templates, UI Kit components, and SDK libraries provided as service standards.
Microservice (Backend) This feature allows you to build backend services using available framework templates. It’s useful for developers who don’t yet have infrastructure or who want to leverage the stability of backend services running on the framework’s server cluster.
Storage (Backend) This feature is used to store document files within the framework. It can be utilized by those who don’t yet have infrastructure or who want to leverage the stability of the framework’s storage cluster.
Database (Backend) This feature allows you to create a database on the server for storing data within the framework.
API Management This feature enables data sharing via APIs through the framework.
Frontend Service
These are recommendations for choosing the appropriate type of frontend, along with their advantages and disadvantages. You may use two different frontend types for the Main App Portal: one for the Mobile version and another for the Web version.
Frontend Service
Description
Advantages
Disadvantages
Builder
Suitable for services with simple, form-based UI/UX.
Good performance (native) except when using webview widgets.
Allows you to quickly build services using drag-and-drop widgets.
Automatically generates both Mobile App and Web App frontends.
No need to update the Main App when changes are made.
Limited widget options.
UI/UX customization is restricted and may not fit specific design needs.
Cannot install external dependencies.
Typically used for form-based services.
Package
Suitable for services with complex UI/UX and high performance requirements.
Services can be developed using fully native code (Base Plugin).
UI/UX can be fully customized to match specific design or functional needs.
Delivers high native performance.
Allows installation of external dependencies.
Requires an app update whenever changes are made.
The Mobile App and Web App packages are separate, meaning developers must build each one individually.
Microsite
Suitable for services with complex UI/UX requirements.
Services can be developed using full web-based code.
No need to update the Main App when changes are made.
UI/UX can be fully customized according to needs.
Automatically generates both Mobile App and Web App frontends.
Supports installation of external dependencies.
Lower performance compared to native solutions (runs via WebView).
Last updated
