Fuzzy-ish matching
Search with service names, aliases, provider names, or regions. Results are ranked so exact and close matches rise to the top.
the fastest way to your cloud console cld.cat is a tiny shortcut layer for cloud consoles. Type a short path like cld.cat/aws/ec2/us-west-2, cld.cat/gcp/compute/us-central1, or cld.cat/az/vm/eastus and land directly on the destination. It also includes a keyboard-first search UI inspired by Raycast and Spotlight.
Press / or Ctrl/Cmd + K from anywhere on the page to open a fast command palette. Search by service, provider, alias, or region.
Search for commands like ec2, aws logs us-east-1, bigquery us, or azure key vault eastus.
Search with service names, aliases, provider names, or regions. Results are ranked so exact and close matches rise to the top.
Shortcuts can include a region segment like /aws/lambda/us-west-2 or a plain command such as ec2 us-east-1.
Use Enter to open the selected result, arrow keys to move, and one click to copy the path or jump directly to the target URL.
Every shortcut is a simple redirect. The path stays human-friendly, while your edge redirect layer forwards you to the actual provider console URL underneath.
Use a predictable structure like /aws/ec2/us-west-2, /gcp/run/us-central1, or /az/aks/eastus.
Common shortcuts such as /ec2, /bq, and /kv save even more typing.
Generic paths like /logs, /compute, and /billing can point to your default platform.
The URL system is cloud-agnostic. Keep one clean pattern across providers and only memorize a small set of service names.
Examples: /aws/ec2/us-west-2, /aws/s3/us-east-1, /aws/lambda/eu-west-1, /aws/logs/ap-southeast-2.
Examples: /gcp/compute/us-central1, /gcp/storage/us, /gcp/gke/us-west1, /gcp/bigquery/eu.
Examples: /az/vm/eastus, /az/keyvault/westus2, /az/aks/canadacentral, /az/monitor/eastus2.
The structure is intentionally simple: canonical routes for clarity, short aliases for speed, neutral routes for defaults, and an optional third segment for region.
/{provider}/{service}/{region?}
/aws/ec2/us-west-2
/gcp/compute/us-central1
/az/vm/eastus
/ec2/us-east-1 → /aws/ec2/us-east-1 /bq/us → /gcp/bigquery/us /kv/eastus → /az/keyvault/eastus
/compute /storage /logs /billing
/azure/* → /az/:splat /google/* → /gcp/:splat
A small number of routes will cover most daily use. Start here, then expand the map over time.
/ec2/:region /aws/ec2/:region 302 /ddb/:region /aws/dynamodb/:region 302 /eb/:region /aws/elasticbeanstalk/:region 302 /bq/:region /gcp/bigquery/:region 302 /kv/:region /az/keyvault/:region 302 /aws/:service/:region /go/aws/:service/:region 302