The source tree is the only source of truth
This page is produced by walking the module tree. No list on it is hand-maintained, so the documentation cannot drift from the code: if it drifted, someone deleted a module.
Converged is not a box with sealed internals. Microservices, microfrontends and workflows all live in the repository: read them, fork them, rewrite one for your own machines, contribute it back. The list below is not maintained by hand — it is assembled from the source tree on every build, so a new module appears here exactly when it appears in the code.
Browse the registryThis page is produced by walking the module tree. No list on it is hand-maintained, so the documentation cannot drift from the code: if it drifted, someone deleted a module.
To add a microservice, create a folder that follows the naming convention and put a README beside it stating its purpose and its ownership boundary. The build picks it up with no edit to any registry.
Modules never call each other directly. Everything travels as typed NRPC contracts over the bus, and each microservice owns its own storage volume — a foreign module physically cannot reach another's data.
A machine adapter, a payment integration, an industry-specific workflow, one extra screen — all of it is added the same way the base modules are. What is useful to others goes into the shared registry; what is specific stays in the deployment.
Open does not mean unchecked. A module must declare its area of responsibility, respect the architectural boundaries, and never ask for wider access than it needs.
The same modules compose into different profiles: a 3D printing bureau, a CNC job shop, a lab, a network of sites. The solution decides the composition — not a build flag.
01 / SOLUTIONS
A solution bundles microservices, microfrontends and workflows that together cover a whole area of work. The composition and dependencies below are read from solutions.json in the sources.
Agents, assistants, threads and contexts: the conversational interface to the platform, and autonomous action under the same permissions a human has.
Runs autonomous AI-agent workflows and orchestrates multi-step LLM tasks.
modules/microservices/ai/ms-agentProvides assistant-style AI interactions for end users and internal tools.
modules/microservices/ai/ms-assistantmodules/microservices/ai/ms-contextsProvides call-related communication workflows and call session handling.
modules/microservices/communications/ms-callsGenerates and serves chart-oriented communication or reporting artifacts.
modules/microservices/communications/ms-chatsManages threaded conversations and related message context.
modules/microservices/communications/ms-threadsOwns AI Agents UI: agent catalog/list pages, agent config forms, run/trigger controls, and execution status panels.
modules/microfrontends/ai/mf-agentsOwns Assistants UI: assistant chat/workspace views, assistant configuration panels, and assistant session interaction components.
modules/microfrontends/ai/mf-assistantsmodules/microfrontends/ai/mf-contextsOwns Calls UI: call session screens, call controls, call participant/status panels, and call history presentation widgets.
modules/microfrontends/communications/mf-callsOwns Charts UI: reusable communication/report chart widgets, chart configuration controls, and chart drill-down interactions.
modules/microfrontends/communications/mf-chatsOwns Threads UI: threaded conversation lists, thread detail panels, reply composers, and thread state indicators.
modules/microfrontends/communications/mf-threadsLogs, telemetry, counters and resource usage: platform observability and the metering behind billing.
modules/microservices/analytics/ms-countersCollects and stores operational logs for platform services.
modules/microservices/analytics/ms-logsCaptures telemetry events and technical health signals from services.
modules/microservices/analytics/ms-telemetryTracks usage counters and consumption metrics for product features.
modules/microservices/analytics/ms-usageOwns Logs UI: log stream/table views, log search/filter controls, and log detail drill-down panels for operators.
modules/microfrontends/analytics/mf-logsOwns Telemetry UI: technical signal views, metrics graphs, event timelines, and service-health visual components.
modules/microfrontends/analytics/mf-telemetryOwns Usage UI: feature-consumption charts, usage counters, quota/limit displays, and usage period comparison screens.
modules/microfrontends/analytics/mf-usageStructures, markdown, galleries, landings and documentation — everything public pages and internal handbooks are assembled from.
Manages gallery-style media collections and related metadata.
modules/microservices/content/ms-galeryProcesses markdown content, rendering/transformation workflows, and related APIs.
modules/microservices/content/ms-markdownBuilds and serves structured content representations used by other services.
modules/microservices/content/ms-structOwns Docs UI: document browsing, document detail views, editing/preview interfaces, and documentation navigation components.
modules/microfrontends/content/mf-docsOwns Gallery UI: media gallery grids, media preview/detail views, gallery organization controls, and gallery filtering/search.
modules/microfrontends/content/mf-galeryOwns Landing UI: landing pages, hero/section composition, and public-facing content presentation blocks.
modules/microfrontends/content/mf-landingOwns Markdown UI: markdown editor surfaces, live preview panels, markdown content formatting controls, and publish-ready views.
modules/microfrontends/content/mf-markdownOwns Structured Content UI: schema-driven content forms, structured block editors, and structured content preview/validation views.
modules/microfrontends/content/mf-structIntake of requests, file storage, unpacking and model analysis, together with the slicing and CAM processors.
Processes service/business requests submitted by users or organizations.
modules/microservices/business/ms-requestsProvides file metadata APIs and file-management workflows.
modules/microservices/data/ms-filesImplements generic storage-domain operations for service data.
modules/microservices/data/ms-storeOwns Requests UI: request inbox/list screens, request detail/timeline views, and request status/action forms.
modules/microfrontends/business/mf-requestsmodules/workflows/wf-file-analysismodules/workflows/wf-file-unpackIdentity, authentication, OAuth and the access model. The base almost everything else rests on.
Manages access-control rules and permission checks.
modules/microservices/sequrity/ms-accessHandles authentication workflows and credential/session validation.
modules/microservices/sequrity/ms-authMaintains identity profiles and identity-linked core attributes.
modules/microservices/sequrity/ms-identityImplements OAuth-specific authorization flows and provider handshakes.
modules/microservices/sequrity/ms-oauthOwns Auth UI: sign-in/sign-up/reset flows, session/security screens, and authentication guard/redirect UX behavior.
modules/microfrontends/sequrity/mf-authSite installation and its parameters: what every other product-layer solution needs before it can come up.
modules/microservices/ms-installmodules/microservices/ms-parametersmodules/microfrontends/mf-parametersMember records, their details and relations — the directory that geography and sites refer to.
Manages company entities and organization-related business metadata.
modules/microservices/ms-companiesOwns the Companies UI: company list/grid views, company profile pages, create/edit company forms, and company-specific filters/search.
modules/microfrontends/mf-companiesCountries, regions and map markers: where members are, and how that shows up in the catalogue.
Provides geospatial and timezone-related domain functionality.
modules/microservices/ms-geoManages marker/tag-like entities used for labeling and grouping.
modules/microservices/ms-markerOwns Geo UI features: map-based views, location selectors, geo lookup panels, and timezone/location presentation widgets.
modules/microfrontends/mf-geoOwns Marker UI: tag/marker management tables, create/edit marker dialogs, and marker assignment interfaces used in the portal.
modules/microfrontends/mf-markerEmail to club members: lists, sending, and delivery accounting.
Handles mailing workflows, templates, and outbound email orchestration.
modules/microservices/ms-mailingOwns Mailing UI: campaign/message compose screens, template pickers, preview panels, recipient selection UI, and send/status controls.
modules/microfrontends/mf-mailingMembers' physical production sites: addresses, composition, and the company each belongs to.
The storefront and request handling on the club side.
Owns Sales UI: sales pipeline views, opportunity/order lists, sales detail pages, and sales KPI widgets specific to this domain.
modules/microfrontends/mf-salesA dependency means the solution will not come up without it: enable AI and you get security with it.
02 / REGISTRY
The full list of what the repository holds. A domain is a folder in the source tree; a module's purpose is the first paragraph of its README.
Owns AI Agents UI: agent catalog/list pages, agent config forms, run/trigger controls, and execution status panels.
modules/microfrontends/ai/mf-agentsOwns Assistants UI: assistant chat/workspace views, assistant configuration panels, and assistant session interaction components.
modules/microfrontends/ai/mf-assistantsmodules/microfrontends/ai/mf-contextsmodules/microfrontends/ai/mf-functionsRuns autonomous AI-agent workflows and orchestrates multi-step LLM tasks.
modules/microservices/ai/ms-agentProvides assistant-style AI interactions for end users and internal tools.
modules/microservices/ai/ms-assistantmodules/microservices/ai/ms-contextsmodules/microservices/ai/ms-functionsOwns Analytics Dashboard UI: overview dashboards, KPI cards, trend charts, and dashboard-level filters/date ranges.
modules/microfrontends/analytics/mf-dasboardsOwns Logs UI: log stream/table views, log search/filter controls, and log detail drill-down panels for operators.
modules/microfrontends/analytics/mf-logsOwns Telemetry UI: technical signal views, metrics graphs, event timelines, and service-health visual components.
modules/microfrontends/analytics/mf-telemetryOwns Usage UI: feature-consumption charts, usage counters, quota/limit displays, and usage period comparison screens.
modules/microfrontends/analytics/mf-usagemodules/microservices/analytics/ms-countersmodules/microservices/analytics/ms-dashboardCollects and stores operational logs for platform services.
modules/microservices/analytics/ms-logsCaptures telemetry events and technical health signals from services.
modules/microservices/analytics/ms-telemetryTracks usage counters and consumption metrics for product features.
modules/microservices/analytics/ms-usageOwns DAG Automation UI: workflow graph editor/viewer, node/link configuration dialogs, and run-status monitoring screens.
modules/microfrontends/automation/mf-dagOwns Scheduler UI: recurring job configuration pages, schedule calendars/tables, and job run history/next-run indicators.
modules/microfrontends/automation/mf-shedullerOwns Webhooks UI: webhook endpoint list/forms, event subscription settings, delivery history, and retry controls.
modules/microfrontends/automation/mf-webhooksExecutes DAG-based automation pipelines and dependency-aware jobs.
modules/microservices/automation/ms-dagmodules/microservices/automation/ms-kubernetesStores and serves automation schedule data and execution history.
modules/microservices/automation/ms-shedullerReceives and dispatches webhook events for external integrations.
modules/microservices/automation/ms-webhooksmodules/microfrontends/business/mf-ordersOwns Requests UI: request inbox/list screens, request detail/timeline views, and request status/action forms.
modules/microfrontends/business/mf-requestsHandles billing domain operations such as plans, charges, and billing state.
modules/microservices/business/ms-billingManages equipment entities, metadata, and related lifecycle operations.
modules/microservices/business/ms-equipmentmodules/microservices/business/ms-eventsmodules/microservices/business/ms-financemodules/microservices/business/ms-ordersProcesses service/business requests submitted by users or organizations.
modules/microservices/business/ms-requestsStores and manages user or partner reviews and moderation-related metadata.
modules/microservices/business/ms-reviewsHandles sales-domain entities, sales flows, and related metrics preparation.
modules/microservices/business/ms-salesManages staff records, roles, and staff-centric domain operations.
modules/microservices/business/ms-staffOwns the Companies UI: company list/grid views, company profile pages, create/edit company forms, and company-specific filters/search.
modules/microfrontends/mf-companiesOwns Geo UI features: map-based views, location selectors, geo lookup panels, and timezone/location presentation widgets.
modules/microfrontends/mf-geoOwns Mailing UI: campaign/message compose screens, template pickers, preview panels, recipient selection UI, and send/status controls.
modules/microfrontends/mf-mailingOwns Marker UI: tag/marker management tables, create/edit marker dialogs, and marker assignment interfaces used in the portal.
modules/microfrontends/mf-markermodules/microfrontends/mf-parametersOwns Places UI: place directory pages, place detail panels, place edit forms, and place search/filter controls.
modules/microfrontends/mf-placesOwns Sales UI: sales pipeline views, opportunity/order lists, sales detail pages, and sales KPI widgets specific to this domain.
modules/microfrontends/mf-salesManages company entities and organization-related business metadata.
modules/microservices/ms-companiesProvides geospatial and timezone-related domain functionality.
modules/microservices/ms-geomodules/microservices/ms-installHandles mailing workflows, templates, and outbound email orchestration.
modules/microservices/ms-mailingManages marker/tag-like entities used for labeling and grouping.
modules/microservices/ms-markermodules/microservices/ms-parametersManages places/location entities and place-specific metadata.
modules/microservices/ms-placesOwns Calls UI: call session screens, call controls, call participant/status panels, and call history presentation widgets.
modules/microfrontends/communications/mf-callsOwns Charts UI: reusable communication/report chart widgets, chart configuration controls, and chart drill-down interactions.
modules/microfrontends/communications/mf-chatsOwns Community UI: community feed/list pages, community post/detail views, and moderation/community action controls.
modules/microfrontends/communications/mf-communityOwns Threads UI: threaded conversation lists, thread detail panels, reply composers, and thread state indicators.
modules/microfrontends/communications/mf-threadsProvides call-related communication workflows and call session handling.
modules/microservices/communications/ms-callsGenerates and serves chart-oriented communication or reporting artifacts.
modules/microservices/communications/ms-chatsSupports community-level interactions and social communication features.
modules/microservices/communications/ms-communityCoordinates notification workflows across channels.
modules/microservices/communications/ms-notifymodules/microservices/communications/ms-resonusManages threaded conversations and related message context.
modules/microservices/communications/ms-threadsmodules/microfrontends/content/mf-classifierOwns Docs UI: document browsing, document detail views, editing/preview interfaces, and documentation navigation components.
modules/microfrontends/content/mf-docsOwns Gallery UI: media gallery grids, media preview/detail views, gallery organization controls, and gallery filtering/search.
modules/microfrontends/content/mf-galeryOwns Landing UI: landing pages, hero/section composition, and public-facing content presentation blocks.
modules/microfrontends/content/mf-landingOwns Markdown UI: markdown editor surfaces, live preview panels, markdown content formatting controls, and publish-ready views.
modules/microfrontends/content/mf-markdownmodules/microfrontends/content/mf-scriptsmodules/microfrontends/content/mf-staticOwns Structured Content UI: schema-driven content forms, structured block editors, and structured content preview/validation views.
modules/microfrontends/content/mf-structClassifies incoming content/items into categories, labels, or intents.
modules/microservices/content/ms-classifierManages gallery-style media collections and related metadata.
modules/microservices/content/ms-galeryProcesses markdown content, rendering/transformation workflows, and related APIs.
modules/microservices/content/ms-markdownmodules/microservices/content/ms-scriptsmodules/microservices/content/ms-staticBuilds and serves structured content representations used by other services.
modules/microservices/content/ms-structConverts models/data formats between internal and external representations.
modules/microservices/convertors/ms-modelconvertorOwns Data Dumps UI: export/dump creation forms, dump history tables, download actions, and dump status/progress indicators.
modules/microfrontends/data/mf-dumpsCreates and manages data dumps/export snapshots.
modules/microservices/data/ms-dumpsProvides file metadata APIs and file-management workflows.
modules/microservices/data/ms-filesImplements generic storage-domain operations for service data.
modules/microservices/data/ms-storeProvider adapter for push-notification delivery.
modules/microservices/providers/ms-pushProvider adapter for AWS SES email delivery.
modules/microservices/providers/ms-sesProvider adapter for SMS delivery channels.
modules/microservices/providers/ms-smsProvider adapter for SMTP-based email delivery.
modules/microservices/providers/ms-smtpOwns Auth UI: sign-in/sign-up/reset flows, session/security screens, and authentication guard/redirect UX behavior.
modules/microfrontends/sequrity/mf-authmodules/microfrontends/sequrity/mf-secretsManages access-control rules and permission checks.
modules/microservices/sequrity/ms-accessHandles authentication workflows and credential/session validation.
modules/microservices/sequrity/ms-authmodules/microservices/sequrity/ms-environmentMaintains identity profiles and identity-linked core attributes.
modules/microservices/sequrity/ms-identityImplements OAuth-specific authorization flows and provider handshakes.
modules/microservices/sequrity/ms-oauthmodules/microservices/sequrity/ms-secretsmodules/workflows/wf-saas-replacement-outreachmodules/workflows/wf-saas-replacement-outreach-planmodules/workflows/wf-dialogue-summarymodules/workflows/wf-file-analysismodules/workflows/wf-file-analyzemodules/workflows/wf-file-unpackA module need not belong to any solution: it exists, and you can wire it in by hand or fold it into a solution of your own.