forge-docs

Platform features (technical)

A capability-led view of what Forge offers engineers and operators—what you get, not how the wiring is done. Deeper how-to material is in the In-depth guides section of the documentation index. For Architecture Decision Records, see ADRs.md.

Engineering base

Security and identity

Observability and operations

Data, documents, and messaging

Domain services (what the platform includes)

Applications and UIs

Cloud and platform (AWS)

Shared platform (forge-kit)

Open-source libraries, published as forge-kit, that speed up observability, throttling, health for AWS, and small cross-cutting APIs—so product repos stay about domain, not plumbing. Representative modules:

Module What it brings to Forge
forge-metrics / forge-metrics-api Declarative application metrics (operations, DB and resilience surfaces, throttles) without bespoke meter wiring everywhere.
forge-health-aws Readiness for AWS-shaped dependencies (RDS-style Postgres, DynamoDB, S3, Cognito).
forge-throttle Rate limiting primitives and metrics-friendly integration.
forge-security Reusable JWT building blocks; Forge customises and orders claims extractors for Cognito.
forge-common and others Shared utilities (e.g. structured cross-cutting logging/entry patterns), licencing, reactor publishing—depending on the module.

This list is a tour of the ecosystem, not an exhaustive module manifest; see the forge-kit repo for the current graph.