Demo App Walkthrough
The best source-aligned way to understand the Lombok app platform is to study the demo app in the main repository.
Source of truth
Section titled “Source of truth”The main example lives in:
packages/demo-apps/simple-demo/Its config.json demonstrates the current app model clearly.
What the demo app shows
Section titled “What the demo app shows”The demo app includes:
- app identity fields
- subscribed core events
- event and schedule triggers
- task definitions
- runtime workers
- UI enablement
- database enablement
- settings schemas
- UI contributions
- mobile contribution structures
Why it matters
Section titled “Why it matters”The demo app is not just sample content. It is one of the clearest references for how Lombok apps are currently shaped in the real codebase.
What to look at first
Section titled “What to look at first”Start with:
config.json- runtime worker declarations
- task/trigger relationships
- contributions section
- settings section
Next steps
Section titled “Next steps”Continue with: