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

# Getting Started With Ghost

> Learn how to build and develop beautiful, independent publications

<section className="max-w-8xl mx-auto h-full px-4 lg:px-12 py-4 text-black dark:text-white">
  <h1 className="text-2xl sm:text-3xl font-bold text-gray-900 tracking-tight dark:text-gray-200 mb-1">Getting Started with Ghost</h1>

  <p>Learn how to build and develop beautiful, independent publications</p>

  <br />

  ***

  <div className="w-full flex flex-col-reverse md:flex-row justify-between items-center py-2">
    <div className="md:w-1/2">
      <h2 className="text-xl font-bold my-1 md:my-0 md:text-2xl">Developer install guide</h2>

      <br className="hidden md:block" />

      <p>Follow our setup guides for any platform, from local development to production environments.</p>

      <br />

      <a href="install/" className="p-2 rounded-md bg-primary text-white border border-primary dark:bg-white dark:text-[#15171A] dark:border-white">Get Started →</a>

      <br />

      <br />

      <div className="flex gap-3">
        <a href="https://ghost.org/pricing/" className="p-2 border rounded-md dark:text-primary-light text-xs">
          Ghost(Pro)
        </a>

        <a href="install/ubuntu/" className="p-2 border rounded-md dark:text-primary-light text-xs">
          Ubuntu
        </a>

        <a href="install/local/" className="p-2 border rounded-md dark:text-primary-light text-xs">
          Local
        </a>

        <a href="install/docker/" className="p-2 border rounded-md dark:text-primary-light text-xs">
          Docker
        </a>
      </div>
    </div>

    <div className="md:w-1/2">
      <img src="https://mintcdn.com/ghost/KePyCzI5-bxtjueF/images/c591a90f-ghost-admin-home-header.png?fit=max&auto=format&n=KePyCzI5-bxtjueF&q=85&s=afebe29986902b90fd9b798b746ee9f3" width="1696" height="1030" data-path="images/c591a90f-ghost-admin-home-header.png" />
    </div>
  </div>

  ***

  <br />

  <CardGroup cols={3}>
    <Card title="Platform guide" href="/product/">
      A detailed overview of Ghost's architecture & configuration.<br /><br />Read the docs
    </Card>

    <Card title="Migration guide" href="/migration/">
      Import your content, members and payments from other platforms.<br /><br />Import data
    </Card>

    <Card title="Theme guide" href="/themes/">
      A full guide to building custom designed templates for your site.<br /><br />Start building
    </Card>
  </CardGroup>

  <br />

  <h3 className="font-semibold text-xl">Developer resources</h3>

  <CardGroup>
    <Card title="Starter theme framework" href="https://github.com/tryghost/starter">
      Fast track your development of new custom themes with our open source theme starter framework.
    </Card>

    <Card title="Ghost API documentation" href="/content-api/">
      Explore detailed REST API documentation for accessing content in and out of Ghost programmatically.
    </Card>

    <Card title="JAMstack front-end frameworks" href="/jamstack/">
      Use Ghost as a headless CMS, integrating the API with any third party front-end or custom static framework.
    </Card>

    <Card title="Changelog" href="https://ghost.org/changelog">
      View all →
    </Card>
  </CardGroup>

  <br />

  <h3 className="font-semibold text-xl">Community</h3>

  <CardGroup cols={3}>
    <Card horizontal title="GitHub" icon="github" href="https://github.com/tryghost">
      Source code and releases
    </Card>

    <Card horizontal title="Developer forum" icon="users" href="https://forum.ghost.org">
      Official community
    </Card>

    <Card horizontal title="Reddit" icon="reddit" href="https://www.reddit.com/r/ghost">
      News and highlights
    </Card>

    <Card horizontal title="Twitter" icon="twitter" href="https://twitter.com/ghost">
      Bite-size updates
    </Card>

    <Card horizontal title="Tutorials" icon="diamond-turn-right" href="https://ghost.org/tutorials/">
      In-depth guides
    </Card>

    <Card horizontal title="StackOverflow" icon="stack-overflow" href="https://stackoverflow.com/questions/tagged/ghost">
      Questions and answers
    </Card>
  </CardGroup>
</section>
