Commitments.Commitments is a sample application for managing personal commitments and tracking daily activity against them. The backend is a modular monolith: a single ASP.NET Core host composes four feature modules (Commitments, Identity, Dashboard, DigitalAssets) that share a process but keep their domain models, database schemas, and DbContexts isolated.