> ## Documentation Index
> Fetch the complete documentation index at: https://cloud.strettch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Strettch Cloud Documentation

> Get started with Strettch Cloud — the African-first cloud platform for affordable compute instances, managed DNS, and developer-friendly infrastructure.

export const HeroCard = ({title, description, href, children}) => {
  return <a className="group cursor-pointer pb-8" href={href}>
      <div className="pointer-events-none group-hover:scale-105 transition-all duration-100">
        {children}
      </div>
      <h3 className="mt-5 text-gray-900 dark:text-zinc-50 font-medium">
        {title}
      </h3>
      <span className="mt-1.5">{description}</span>
    </a>;
};

<div className="relative">
  <div className="absolute top-0 left-0 right-0">
    <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/light/docs-hero-bg.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=c0dcdf7e31876f8f8f64ac394081cc03" className="pointer-events-none block dark:hidden" alt="Strettch Cloud hero background" width="2560" height="648" data-path="images/home/light/docs-hero-bg.png" />

    <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/dark/docs-hero-bg.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=cdb57091ad0a8d24753cd53c5226cf41" className="pointer-events-none hidden dark:block" alt="Strettch Cloud hero background" width="2560" height="648" data-path="images/home/dark/docs-hero-bg.png" />
  </div>

  <div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      Documentation
    </h1>

    <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      Get started with Strettch Cloud, infrastructure built for scale and affordability
    </div>

    <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <HeroCard title="Quickstart" description="Deploy your first compute in 2 minutes" href="/docs/getting-started/quickstart">
        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/light/rocket.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=000f558dbd326eae79311b13ba381c96" className="block dark:hidden" alt="Quickstart" width="712" height="484" data-path="images/home/light/rocket.png" />

        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/dark/rocket.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=5fbf67662f456f084f68ff1f00ea12a8" className="hidden dark:block" alt="Quickstart" width="712" height="484" data-path="images/home/dark/rocket.png" />
      </HeroCard>

      <HeroCard title="Compute (VMs)" description="Create, manage, resize, and troubleshoot computes" href="/docs/guides/computes">
        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/light/compute.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=e282cde84eb645f4940c98992ddc8d8c" className="block dark:hidden" alt="Compute (VMs)" width="712" height="484" data-path="images/home/light/compute.png" />

        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/dark/compute.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=9ab467755905e1c32d403298f0ba2f26" className="hidden dark:block" alt="Compute (VMs)" width="712" height="484" data-path="images/home/dark/compute.png" />
      </HeroCard>

      <HeroCard title="Domains & DNS" description="Manage domains and DNS records" href="/docs/guides/domains">
        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/light/dns.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=ba915092a69c35374929f124619e3d27" className="block dark:hidden" alt="Domains & DNS" width="712" height="484" data-path="images/home/light/dns.png" />

        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/dark/dns.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=6afa4ac1a9d09ddac5ed2392f6d079a0" className="hidden dark:block" alt="Domains & DNS" width="712" height="484" data-path="images/home/dark/dns.png" />
      </HeroCard>

      <HeroCard title="Support" description="Get help and contact our team" href="/docs/support">
        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/light/support.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=64d597aa514818ef9f1ff5f198b58487" className="block dark:hidden" alt="Support" width="712" height="484" data-path="images/home/light/support.png" />

        <img src="https://mintcdn.com/strettch/IQBRayQ-X885x9qC/images/home/dark/support.png?fit=max&auto=format&n=IQBRayQ-X885x9qC&q=85&s=882d37766ddf1152ecee1260795387dc" className="hidden dark:block" alt="Support" width="712" height="484" data-path="images/home/dark/support.png" />
      </HeroCard>
    </div>
  </div>
</div>
