Push a manifest.
Get production infrastructure.
Forest is your developer platform. Define your infrastructure in a
forest.cue file,
push it, and we handle the rest.
// forest.cue project: { name: "my-api" organisation: "acme" } dependencies: { "forage/service": version: "1.0" "forage/postgres": version: "1.0" } forage: service: { config: { name: "my-api" image: "my-api:latest" ports: [{ container: 8080, protocol: "http" }] } }
$ forest release create --env prod
Everything you need to ship
Component Registry
Publish and discover reusable forest components. Share deployment patterns, service templates, and infrastructure modules across your organisation.
Managed Deployments
Zero-config container runtime. Push your manifest and get automatic scaling, health checks, rollbacks, and multi-environment support.
Type-Safe Infrastructure
CUE gives you typed, validated infrastructure definitions. Catch configuration errors before they reach production.