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

# Overview

> The open-source global democracy platform.

<div className="relative">
  <div className="relative z-10 px-4 py-16 lg:pt-32 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">
      World Republic
    </h1>

    <div className="max-w-2xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      The open-source global democracy platform.
    </div>

    <div className="px-4 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <Card title="Quickstart" icon="rocket" iconType="light" href="/quickstart">
        Get started in minutes with our step-by-step guides
      </Card>

      <Card title="Building blocks" icon="cubes" iconType="light" href="/building-blocks">
        Understand the core components of our platform
      </Card>

      <Card title="Organization" icon="landmark" iconType="light" href="/organization">
        Explore our mission, governance, and roadmap
      </Card>

      <Card title="Help center" icon="hands-helping" iconType="light" href="/help-center">
        Browse the FAQ or contact our help community
      </Card>
    </div>
  </div>
</div>
