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¶
- Getting Started — install Cullinan and run a minimal app
- Examples — see small end-to-end examples
- 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?
Recommended learning path¶
After you finish the minimal bootstrap path, continue with:
- Framework Semantics to understand Cullinan's rules
- Engineering Practices for common development tasks
- API Reference when you already know what symbol you need
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.