Skip to content

Demo App Walkthrough

The best source-aligned way to understand the Lombok app platform is to study the demo app in the main repository.

The main example lives in:

packages/demo-apps/simple-demo/

Its config.json demonstrates the current app model clearly.

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

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.

Start with:

  • config.json
  • runtime worker declarations
  • task/trigger relationships
  • contributions section
  • settings section

Continue with: