Documentation menu

Getting Started

Getting started

A short path from product selection to a running BuildBaseKit project.

1. Choose a foundation

Start with one capability. Confirm its status, included scope, compatibility, and license on the product page before adopting it.

2. Configure the project

Copy the documented environment values, use development-only secrets locally, and keep production secrets outside version control.

3. Run and verify

Run the included tests before building product-specific behavior on top of the foundation.

Terminal
./mvnw spring-boot:run
./mvnw test