In order to make things easier to manage, SafeShare is divided into several small sub-apps, like the backend, customer, api, console and frontend app.
The backend app is used for administrative tasks and here only the system users have access.
The customer app is used to create manage notes, requests, snippets and info about subscriptions, orders, invoices.
The console app it contains all the cron jobs commands that are executed on various intervals to run maintenance, send emails, process different jobs and so on.
The frontend app is used for public facing actions, like showing application important information, allowing people to get in touch with the support and check the available price plans.
The api app is used to allow custom integrations from various other apps with your own app, like customers creating notes, requests and snippets from external systems. You can disable it any time.