A stack is the collection of cloud resources that together run your app. When you deploy with Leanly, it analyses your codebase, determines the right primitives for your app type, and provisions them as a stack in your cloud account. Stacks are made up of standard cloud primitives — services like compute, storage, networking, and registries — depending on the cloud provider and what your app needs. Leanly analyses your code and suggests a stack. You review the suggestion, adjust if needed, and confirm before anything is provisioned.Documentation Index
Fetch the complete documentation index at: https://docs.leanly.dev/llms.txt
Use this file to discover all available pages before exploring further.
What’s in a stack
The exact composition depends on your app and the cloud provider you’re deploying to. A typical stack might include:- A compute resource to run your app
- A container registry to store your build artefacts
- Networking and routing configuration
- A workload-scoped IAM role or service account