> ## Documentation Index
> Fetch the complete documentation index at: https://clubhub.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud Run

> [Google Cloud Run](https://cloud.google.com/run/) is used as our serverless compute platform for deploying cost-efficient containerized applications without having to manage the underlying infrastructure.

With Cloud Run, we can easily deploy stateless containers in seconds, scale them automatically based on demand, and only pay for the resources used during the container's execution.
This allows us to focus on building and shipping high-quality software faster, without worrying about infrastructure management.
