Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Creating an Application

Prev Next

Creators create applications from a two-page dialog. The first page collects the application name, , type, and description. The second page sets workspace assignment, stylesheet, versioning, revisions, and infrastructure module assignments.

Opening the Dialog

To open the Create Application dialog, use either of the following:

  • From the Workspace Page: click + Create Application in the workspace canvas.
  • From the Explorer panel: hover over the Applications folder, click the EllipsisVertical (ellipsis), then select + Create Application.

When opened from a workspace, that workspace is pre-selected in the dialog.

Application Details

Create Application dialog showing the Application Details page with Application Name, Application Path, Application Type, and Description fields, and the Advanced Settings tab in the left navigation.

Template

When creating from a Marketplace template, the template name displays as a read-only row at the top of the dialog. The Application Type field and infrastructure module fields are hidden because the template determines those values.

Application Name

The Application Name field sets the display name for the application. Required.

Application Path

The Application Path field sets the URL path used to access the application. The path is automatically generated from the Application Name as it is entered and can be edited manually. Required.

Application Type

The Application Type drop-down sets whether the application uses a module-based or workflow-based architecture. Options: Module or Workflow. Required. Hidden when creating from a template.

Description

The Description field accepts an optional text description of the application's purpose.

Advanced Settings

Select Advanced Settings to configure workspace assignment, stylesheet, revisions, versioning, and infrastructure modules.

Workspace

The Workspace drop-down selects the workspace that will contain the new application. Pre-selected and hidden when the dialog opens from a workspace context.

Revisions

The Revisions toggle enables version history for the application's file storage. When set to ON, the WORM Storage option becomes available.

Application Versioning

The Enable Application Versioning toggle enables branch-based versioning for the application. Disabled when the Application Type is set to Workflow or when any infrastructure module is assigned. See Application Versioning Overview for details.

Stylesheet

The Stylesheet drop-down applies a stylesheet to the application. Select None to create the application without a stylesheet.

Infrastructure Modules

The Infrastructure Modules section is for assigning shared modules that provide structural elements across the application. Hidden when creating from a template.

Field Description
Header Module The module to display as the application's header.
Footer Module The module to display as the application's footer.
Login Module The module to handle end-user login.
Logout Module The module to handle end-user logout.

The available module options are populated from the selected workspace. Changing the Workspace field resets all infrastructure module selections. Assigning any infrastructure module disables Application Versioning.

After Creation

After the application is created:

  • Non-versioned applications: The entrypoint module opens in the Module Builder and the application is added to the Explorer panel.
  • Versioned applications: A branch creation prompt displays in the dialog. Enter a name in the First branch name field and select Create branch, or select Skip for now to proceed without a branch. The application opens in the Module Builder after this step completes.

Changelog

Date Change
2026-08-26 Full rewrite: dialog replaces page; two-page structure (Application Details, Advanced Settings); added Revisions, Versioning, and First Branch step. Screenshot recaptured.
2026-08-25 After-creation behavior updated: Application Page retired — entrypoint module now opens in Module Builder. See Also refreshed.
2026-07-06 Updated access paths (canvas button + Explorer ellipsis). Fixed "Files panel" → "Explorer".
2026-05-04 Initial reference page created.