bootstrap
Composition Root pattern for testable dependency wiring.
platform adds the production infrastructure layer to your Go service: config, lifecycle, and structured logging in one capability.
lifecycle.App with ordered startup/shutdownslog.air.tomlAdd platform to any production service — it’s the foundation everything else depends on. Transport capabilities (http-api, grpc, kafka-consumer) all need config, logging, and lifecycle management to be production-ready.
verikt new my-service --language go --cap platform# or add to an existing service:verikt add platformbootstrap
observability
health