> ## 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 für Entwickler | Deploy in Sekunden

> Leistungsstarke Cloud-Hosting-Plattform für Entwickler. Deploye Bots, Websites, APIs und Datenbanken (Redis, MongoDB, PostgreSQL) in Sekunden mit automatischer Skalierbarkeit. Robuste und unkomplizierte Infrastruktur.

<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">
      Sofortiges Deployment für
      <span className="block" style={{ background: "linear-gradient(to right, #2563eb, #9333ea)", WebkitBackgroundClip: "text", backgroundClip: "text", WebkitTextFillColor: "transparent" }}>moderne Entwickler</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 hostet deine Bots, Websites, APIs, Datenbanken und Background-Worker. Du bringst den Code und eine kleine Konfigurationsdatei mit — wir kümmern uns um die Infrastruktur, sodass du in Sekunden deployst und mit einem Klick skalierst.
    </p>

    <div className="flex flex-col sm:flex-row gap-4 justify-center items-center mt-10">
      <a href="/de/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">
        Jetzt loslegen
      </a>

      <a href="/de/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">
        Konfigurationsdatei
      </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">Erste Schritte</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">Alles, was du für dein erstes Deployment brauchst.</p>

      <div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
        <Card title="Schnellstart" icon="rocket" href="/de/getting-started/quick-start" color="#10B981">
          Führe dein erstes Deployment in unter 5 Minuten durch.
        </Card>

        <Card title="Konfigurationsdatei" icon="gear" href="/de/getting-started/config-file" color="#3B82F6">
          Die Datei `squarecloud.app`: MAIN, START, MEMORY, RUNTIME und mehr.
        </Card>

        <Card title="Runtimes" icon="layer-group" href="/de/runtimes/introduction" color="#8B5CF6">
          Unterstützte Sprachen, Versionen und wie deine App erkannt und ausgeführt wird.
        </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">Baue mit deinen Tools</h2>

      <div className="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
        <Card title="REST API" icon="code" href="/de/api-reference/authentication" color="#3B82F6">
          Automatisiere alles mit der vollständigen REST API.
        </Card>

        <Card title="CLI" icon="terminal" href="/de/cli-reference/installation" color="#95979b">
          Verwalte deine Apps über das Terminal.
        </Card>

        <Card title="SDKs" icon="cubes" href="/de/sdks/introduction" color="#F59E0B">
          Offizielle JavaScript- und Python-SDKs.
        </Card>

        <Card title="Blob Storage" icon="cloud" href="/de/blob-reference/authentication" color="#06B6D4">
          Serverlose 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">Bevor du beginnst</h2>
      <p className="text-gray-600 dark:text-zinc-400 mb-6">Erstelle ein Square Cloud-Konto und <a href="https://squarecloud.app/de/pricing" className="text-blue-600 hover:text-blue-700">wähle den Plan</a>, der zu dir passt.</p>

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="Registrieren" icon="user-plus" href="https://squarecloud.app/de/signup" color="#95979b">
          Neu bei Square? Erstelle dein Konto, um loszulegen.
        </Card>

        <Card title="Anmelden" icon="right-to-bracket" href="https://squarecloud.app/de/signin" color="#95979b">
          Hast du bereits ein Konto? Melde dich an.
        </Card>
      </div>
    </div>

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

      <div className="grid sm:grid-cols-2 gap-6">
        <Card title="Tutorials" icon="graduation-cap" href="/de/tutorials/how-to-deploy-your-website" color="#8B5CF6">
          Deploye echte Projekte, Schritt für Schritt.
        </Card>

        <Card title="Discord-Community" icon="discord" href="https://go.squarecloud.app/discord" color="#5865F2">
          Schließe dich über 80.000 Entwicklern an und erhalte Antworten auf deine Fragen.
        </Card>
      </div>
    </div>
  </div>
</div>
