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

# Hoppscotch Documentation

> Official Hoppscotch documentation with guides, quickstarts, API references, and tutorials for the open-source API development platform.

export const PrimaryButton = ({label, href}) => {
  return <a className="group" href={href}>
      <button className="flex items-center space-x-1 font-bold px-4 py-2 bg-primary-dark rounded-md group-hover:opacity-[0.9] text-white group-hover:opacity-[0.9]">
        <span>
          {label}
        </span>
      </button>
    </a>;
};

<img className="block dark:hidden" src="https://mintcdn.com/hoppscotch/WCaaGbVhL02n1fVh/images/hero-light.png?fit=max&auto=format&n=WCaaGbVhL02n1fVh&q=85&s=30775f99aeacae6cadd107ef6cb5852e" width="2100" height="960" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/hoppscotch/WCaaGbVhL02n1fVh/images/hero-dark.png?fit=max&auto=format&n=WCaaGbVhL02n1fVh&q=85&s=6e59ffb7d181dbccd93a0f513ab6ec52" width="2100" height="960" data-path="images/hero-dark.png" />

**Hoppscotch is an open-source API development ecosystem.** Available offline, on-prem, and on the cloud with Web, Desktop, and CLI apps.

Built from the ground up with ease of use and accessibility in mind, providing all the functionality needed for API developers with a minimalist, unobtrusive UI.

<PrimaryButton label="Get started" href="/documentation/getting-started/introduction" />

<br />

<br />

**Quick Start**

<CardGroup>
  <Card title="Hoppscotch Cloud" href="https://hoppscotch.io">
    <sub>
      Everything you need to get started with Hoppscotch, hosted by us.
    </sub>
  </Card>

  <Card title="Hoppscotch Self-Host" href="/documentation/self-host/getting-started">
    <sub>
      Deploy your own instance of Hoppscotch on your own infrastructure.
    </sub>
  </Card>
</CardGroup>

**Clients**

<CardGroup cols={3}>
  <Card title="Desktop" href="/documentation/clients/desktop/overview">
    <sub>
      Cross-platform desktop app for macOS, Windows, and Linux.
    </sub>
  </Card>

  <Card title="Web" href="/documentation/clients/web/overview">
    <sub>
      Access Hoppscotch directly from your browser with no installation required.
    </sub>
  </Card>

  <Card title="CLI" href="/documentation/clients/cli">
    <sub>
      Run API tests from your terminal and CI/CD pipelines.
    </sub>
  </Card>
</CardGroup>
