> ## 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.

# 面向开发者的云托管 | 秒级部署

> 面向开发者的高性能云托管平台。数秒内部署机器人、网站、API 和数据库（Redis、MongoDB、PostgreSQL），并具备自动扩展能力。稳健且简单易用的基础设施。

<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">
      为现代开发者打造的
      <span className="block" style={{ background: "linear-gradient(to right, #2563eb, #9333ea)", WebkitBackgroundClip: "text", backgroundClip: "text", WebkitTextFillColor: "transparent" }}>即时部署</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 托管你的机器人、网站、API、数据库和后台工作进程。你只需带来代码和一个小小的配置文件，我们负责处理基础设施，让你在数秒内完成部署，并一键扩展。
    </p>

    <div className="flex flex-col sm:flex-row gap-4 justify-center items-center mt-10">
      <a href="/zh/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">
        立即开始构建
      </a>

      <a href="/zh/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">
        配置文件
      </a>
    </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">开始使用</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">你首次部署所需的一切。</p>

      <div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
        <Card title="快速开始" icon="rocket" href="/zh/getting-started/quick-start" color="#10B981">
          在 5 分钟内完成你的首次部署。
        </Card>

        <Card title="配置文件" icon="gear" href="/zh/getting-started/config-file" color="#3B82F6">
          `squarecloud.app` 文件：MAIN、START、MEMORY、RUNTIME 等等。
        </Card>

        <Card title="Runtimes" icon="layer-group" href="/zh/runtimes/introduction" color="#8B5CF6">
          支持的语言、版本，以及应用如何被检测和运行。
        </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">用你的工具构建</h2>

      <div className="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
        <Card title="REST API" icon="code" href="/zh/api-reference/authentication" color="#3B82F6">
          使用完整的 REST API 自动化一切。
        </Card>

        <Card title="CLI" icon="terminal" href="/zh/cli-reference/installation" color="#95979b">
          从终端管理你的应用。
        </Card>

        <Card title="SDKs" icon="cubes" href="/zh/sdks/introduction" color="#F59E0B">
          官方的 JavaScript 和 Python SDK。
        </Card>

        <Card title="Blob Storage" icon="cloud" href="/zh/blob-reference/authentication" color="#06B6D4">
          Serverless 对象存储 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">在开始之前</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">创建一个 Square Cloud 账户，然后<a href="https://squarecloud.app/zh/pricing" className="text-blue-600 hover:text-blue-700">选择适合你的套餐</a>。</p>

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="注册" icon="user-plus" href="https://squarecloud.app/zh/signup" color="#95979b">
          初次使用 Square？创建你的账户即可开始。
        </Card>

        <Card title="登录" icon="right-to-bracket" href="https://squarecloud.app/zh/signin" color="#95979b">
          已有账户？登录即可。
        </Card>
      </div>
    </div>

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

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="教程" icon="graduation-cap" href="/zh/tutorials/how-to-deploy-your-website" color="#8B5CF6">
          一步步部署真实项目。
        </Card>

        <Card title="Discord 社区" icon="discord" href="https://go.squarecloud.app/discord" color="#5865F2">
          加入超过 80,000 名开发者，解答你的疑问。
        </Card>
      </div>
    </div>
  </div>
</div>
