Product

Solutions

Resources

Pricing

Cloud Catalog

Find it. Deploy it. Done.

Finding the right infrastructure module shouldn't require tribal knowledge. Teams waste hours searching docs, comparing Terraform modules, and copy-pasting configs across providers.

Cloud Catalog: Browse 350+ pre-built deployment modules across 10+ cloud providers. Filter by provider, preview configurations, and deploy to your cloud in minutes.

catalog → deploy

# Found in Cloud Catalog: AWS EKS Cluster
$ planton apply -f eks-cluster.yaml
 
▶ Applying AwsEksCluster/production-cluster
Provider: Amazon Web Services
Environment: production
 
⏳ Previewing changes...
+ aws:eks:Cluster (create)
+ aws:eks:NodeGroup (create)
+ aws:iam:Role (create)
✓ Preview complete. 12 resources to create.
 
⏳ Provisioning...
✓ AwsEksCluster provisioned in 8m 12s.
ModulesLego BlocksInfra Charts
ProvidersAWSGCPAzureKubernetesDigitalOceanCloudflareHetzner

350+

Deployment Modules

10+

Cloud Providers

50+

Infra Charts

< 5 min

First Deploy

Two ways to deploy

Lego Blocks for individual resources. Infra Charts for composed stacks. Both browsable, both deployable, both open source.

Lego Blocks

Individual cloud resources — a database, a Kubernetes cluster, a load balancer. Each one is a typed, protobuf-defined API backed by an open-source Pulumi or Terraform module.

EKS Cluster
RDS Instance
S3 Bucket
Cloud Run
GKE Cluster

Infra Charts

Composed infrastructure stacks that wire multiple resources together with dependency-aware ordering. Deploy an entire environment with one manifest.

Production Stack
Microservice Infra
Data Pipeline
Networking
Observability

Built for discovery

Everything you need to find the right module, understand what it does, and deploy it to your cloud.

Filter by Provider

Browse modules by cloud provider. AWS, GCP, Azure, Kubernetes, and more — each with provider-specific icons and grouping.

AWS
GCP
Azure
Kubernetes
Hetzner

Ready-to-Deploy Presets

Every deployment module comes with YAML presets for common configurations. Production, staging, minimal — pick one, customize, and deploy.

kind: AwsEksCluster
# Production preset
spec:
  region: us-east-1
  nodeGroups:
    - instanceType: t3.large
      desiredSize: 3

Open Source

Every module is backed by an open-source OpenMCF module. Audit the code, fork it, or use it standalone with the Planton CLI.

GitHub
Pulumi
Terraform
Portable

No Sign-up Required

Browse the entire catalog without an account. Search, filter, preview configurations, and read documentation. Sign in when you're ready to deploy.

Browse

Preview

Deploy

YAML-native from catalog to cluster

Every module in the catalog is a typed YAML manifest. Browse, preview the spec, customize the preset, and deploy — no proprietary abstractions.

eks-cluster.yaml

# AWS EKS Cluster — production preset
apiVersion: infrahub.planton.ai/v1
kind: AwsEksCluster
metadata:
name: production-cluster
spec:
region: us-east-1
kubernetesVersion: "1.30"
nodeGroups:
- name: default
instanceType: t3.large
desiredSize: 3
 
$ planton apply -f eks-cluster.yaml
✓ AwsEksCluster provisioned in 8m 12s.

Typed Manifests

Every field validated by protobuf schemas. No runtime surprises.

Instant Preview

See exactly what will be created before you deploy. Full resource DAG.

Any Provider

10+ providers. Same workflow. Same manifest structure. Zero context switching.

Catalog to cluster in four steps

No Terraform expertise required. No YAML from scratch. Browse, pick, deploy.

Browse

Cloud Catalog

Find

Filter by provider

Configure

Pick a preset

Deploy

One click

Open infrastructure catalog

Start exploring

Browse the full catalog without signing up. When you find the right module, sign in and deploy it to your cloud in minutes.