Skip to content

Application Build

Start here to install Cullinan, run a minimal application, and confirm the recommended public entrypoint.

Cullinan application code should start from business decorators, business methods, and @application + @configure(...) + main() API.

Start here

  1. Getting Started — install Cullinan and run a minimal app
  2. Examples — see small end-to-end examples
  3. Build & Run — local build and execution workflow

What this section answers

  • How do I bootstrap a new Cullinan application?
  • What is the recommended entrypoint?
  • What should a minimal application look like?
  • Where do I go next after the first successful run?

After you finish the minimal bootstrap path, continue with:

Boundary note

This section intentionally avoids advanced runtime orchestration details. If you need explicit runtime switching, low-level adapter work, or extension internals, continue in Internals & Extensions instead of treating those APIs as the default startup path.