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

# Cloud Hosting for Developers | Deploy in Seconds

> High-performance cloud hosting platform for developers. Deploy bots, websites, APIs and databases (Redis, MongoDB, PostgreSQL) in seconds with automatic scalability. Robust and uncomplicated infrastructure.

<div className="relative">
  <div className="px-4 py-20 lg:py-28 max-w-5xl mx-auto text-center">
    <h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold text-gray-900 dark:text-zinc-50 tracking-tight">
      Instant deployment for
      <span className="block" style={{ background: "linear-gradient(to right, #2563eb, #9333ea)", WebkitBackgroundClip: "text", backgroundClip: "text", WebkitTextFillColor: "transparent" }}>modern developers</span>
    </h1>

    <p className="max-w-3xl mx-auto mt-6 text-lg md:text-xl text-gray-600 dark:text-zinc-400">
      Square Cloud hosts your bots, websites, APIs, databases and background workers. You bring the code and a small configuration file — we handle the infrastructure, so you deploy in seconds and scale with one click.
    </p>

    <div className="flex flex-col sm:flex-row gap-4 justify-center items-center mt-10">
      <a href="/en/getting-started/quick-start" className="w-full sm:w-auto bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-lg font-semibold transition-colors duration-200 text-base">
        Start building now
      </a>

      <a href="/en/getting-started/config-file" className="w-full sm:w-auto border border-gray-300 dark:border-zinc-800 hover:bg-gray-100 dark:hover:bg-zinc-800 px-8 py-3 rounded-lg font-semibold transition-colors duration-200 text-base">
        Configuration file
      </a>
    </div>

    <p className="mt-5 text-sm text-gray-500 dark:text-zinc-500">
      Square Cloud is a paid platform: an active plan gives you production-grade infrastructure from your very first deploy. <a href="/en/platform/plans" className="text-blue-600 hover:text-blue-700">See what each plan includes</a>.
    </p>

    <div className="flex flex-wrap justify-center gap-x-10 gap-y-3 mt-8 text-sm text-gray-600 dark:text-zinc-400">
      <span><b className="text-gray-900 dark:text-zinc-50">4.9/5</b> across 402 reviews on <a href="https://www.trustpilot.com/review/squarecloud.app" className="text-blue-600 hover:text-blue-700">Google & Trustpilot</a></span>
      <span><b className="text-gray-900 dark:text-zinc-50">99.999%</b> average uptime</span>
      <span><b className="text-gray-900 dark:text-zinc-50">250,000+</b> developers</span>
    </div>
  </div>

  <div className="px-4 max-w-6xl mx-auto pb-24">
    <div className="mb-16">
      <h2 className="text-2xl md:text-3xl font-bold text-gray-900 dark:text-zinc-50 mb-2">Get started</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">Everything you need for your first deployment.</p>

      <div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
        <Card title="Quick Start" icon="rocket" href="/en/getting-started/quick-start" color="#10B981">
          Make your first deployment in under 5 minutes.
        </Card>

        <Card title="Configuration file" icon="gear" href="/en/getting-started/config-file" color="#3B82F6">
          The `squarecloud.app` file: MAIN, START, MEMORY, RUNTIME and more.
        </Card>

        <Card title="Runtimes" icon="layer-group" href="/en/runtimes/introduction" color="#8B5CF6">
          Supported languages, versions, and how your app is detected and run.
        </Card>
      </div>
    </div>

    <div className="mb-16">
      <h2 className="text-2xl md:text-3xl font-bold text-gray-900 dark:text-zinc-50 mb-6">Build with your tools</h2>

      <div className="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
        <Card title="REST API" icon="code" href="/en/api-reference/authentication" color="#3B82F6">
          Automate everything with the complete REST API.
        </Card>

        <Card title="CLI" icon="terminal" href="/en/cli-reference/installation" color="#95979b">
          Manage your apps from the terminal.
        </Card>

        <Card title="SDKs" icon="cubes" href="/en/sdks/introduction" color="#F59E0B">
          Official JavaScript and Python SDKs.
        </Card>

        <Card title="Blob Storage" icon="cloud" href="/en/blob-reference/authentication" color="#06B6D4">
          Serverless object storage API.
        </Card>
      </div>
    </div>

    <div className="mb-16">
      <h2 className="text-2xl md:text-3xl font-bold text-gray-900 dark:text-zinc-50 mb-2">Before you begin</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">Create a Square Cloud account, then <a href="https://squarecloud.app/en/pricing" className="text-blue-600 hover:text-blue-700">choose the plan</a> that fits you — <a href="/en/platform/plans" className="text-blue-600 hover:text-blue-700">compare what each plan includes</a>.</p>

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="Sign Up" icon="user-plus" href="https://squarecloud.app/en/signup" color="#95979b">
          New to Square? Create your account to get started.
        </Card>

        <Card title="Sign In" icon="right-to-bracket" href="https://squarecloud.app/en/signin" color="#95979b">
          Already have an account? Sign in.
        </Card>
      </div>
    </div>

    <div>
      <h2 className="text-2xl md:text-3xl font-bold text-gray-900 dark:text-zinc-50 mb-6">Explore more</h2>

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="Tutorials" icon="graduation-cap" href="/en/tutorials/how-to-deploy-your-website" color="#8B5CF6">
          Deploy real projects, step by step.
        </Card>

        <Card title="Discord community" icon="discord" href="https://go.squarecloud.app/discord" color="#5865F2">
          Join over 80,000 developers and get your questions answered.
        </Card>
      </div>
    </div>
  </div>
</div>
