Manifest Discovery
A strict app manifest schema defines app identity, remote location, and slot element names.
Manifest Discovery
Schema Validation
Fail fast on malformed remotes.
Schema Validation
Manifests are validated against a shared schema package before apps become selectable.
Invalid manifests never enter the runtime registry, reducing late-stage runtime failures.
Portable Metadata
The same contract works across multiple host apps.
Portable Metadata
The manifest shape is host-agnostic and can be used by shell, React demo host, and Angular demo host.
This keeps external integrations aligned to the same source-of-truth structure.
Learn More
Dive deeper in the documentation.
Explore implementation details, APIs, and deployment notes in the Korporus docs.
Read the Documentation →