Skip to main content

AYCC Pack

AYCC Pack User Guide

One operating path for MainApp_DEMO, AYCC Form Builder, and AYCC DB Designer.

AYCC Pack brings together three connected applications:

  • MainApp_DEMO, the main portal for authentication, users, roles, workspaces, and tool access.
  • aycc_form_builder, the visual builder for pages, forms, dashboards, and publishable content.
  • aycc_db_designer, the designer for databases, tables, fields, integrations, and data sources.

When to Use Each Project

ProjectUse it forTypical local URL
MainApp_DEMOLogin, profile, users, roles, settings, workspaces, and tool accesshttp://localhost:5173
AYCC Form BuilderPages, forms, dashboards, templates, plugins, and exportable contenthttp://localhost:5174
AYCC DB DesignerDatabases, tables, rows, connections, and data sourceshttp://localhost:5175
Recommended entry point

For end users, the normal entry point is MainApp_DEMO. From there you can open the Builder and, when enabled, DB Designer.

  1. Sign in to MainApp_DEMO.
  2. Complete any initial onboarding.
  3. Check your profile and main settings.
  4. Open Form Builder when you need to create interfaces or forms.
  5. Open DB Designer when you need to prepare the data structure used by forms.
  6. Return to the Builder to connect components, forms, and tables.

Common Concepts

Account and Session

The user account is managed by MainApp_DEMO. After login, the portal keeps the session and lets you access authorized areas. Some tools are opened through a bridge that safely transfers the user identity to the external tool.

Roles

Section visibility depends on assigned roles. For example, the Builder entry is shown to users with builder manager, builder user, or administrator privileges.

Workspaces

A workspace is the personal or team operating area. It can contain views, content, widgets, and links to connected tools.

Projects, Bases, and Tables

In the Builder you work with projects and pages. In DB Designer you work with bases, tables, and data. A common flow is to create the data structure first and then use it in the Builder for forms, lists, or dashboards.

Main Local Services

ServicePort
MainApp frontend5173
MainApp backend8000
Keycloak4000
MainApp PostgreSQL5432
NocoDB8081
Form Builder frontend5174
Form Builder backend8001
Review backend3001
Collaboration backend6000
DB Designer frontend5175
DB Designer backend8002
Local environment

If a page does not open, first check that the corresponding service is running and that the port is not already in use.