Skip to main content

Examples — Basic to Intermediate

These examples grow one external application through the current appcore-sdk facade. Every stage keeps the three owned artifacts: Application Manifest, Deployment Manifest, and business code.

LevelExampleMain lesson
1Smallest local applicationValidate canonical local manifests and logging
2Application registrationRegister business contracts without constructing infrastructure
3Scheduled task contractDeclare bounded work for a deployment-owned scheduler
4Standalone to clusterKeep business code unchanged while deployment policy changes

Start with appcore-sdk = "1.0.0-rc.2". Enable only the features used by the application. None of these examples creates an implicit host or Runtime CLI.