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

# Vývojáři

> Build apps, use the API, self-host, or contribute to the codebase.

export const CardTitle = ({children}) => {
  return <div className="text-base font-semibold text-gray-900 dark:text-gray-100">
      {children}
    </div>;
};

<CardGroup cols={3}>
  <Card href="/l/cs/developers/extend/apps/getting-started" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/dev-apps.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=74c6915912a80c6cf979140358511c5d" width="2880" height="1360" data-path="images/user-guide/halftone/dev-apps.png">
    <CardTitle>Apps</CardTitle>
    Extend Twenty with custom objects, server-side logic, UI components, and AI agents — all as TypeScript packages.
  </Card>

  <Card href="/l/cs/developers/extend/api" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/dev-api.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=3e7a81eac3be72ce8b3f09fd1ecb15be" width="1440" height="680" data-path="images/user-guide/halftone/dev-api.png">
    <CardTitle>API</CardTitle>
    REST and GraphQL APIs, webhooks, and OAuth.
  </Card>

  <Card href="/l/cs/developers/self-host/capabilities/docker-compose" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/dev-self-host.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=ca17edca50ff98057470bc34a74be801" width="1194" height="562" data-path="images/user-guide/halftone/dev-self-host.png">
    <CardTitle>Self-Host</CardTitle>
    Run Twenty on your own infrastructure.
  </Card>

  <Card href="/l/cs/developers/contribute/capabilities/local-setup" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/dev-contribute.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=2ed8dd54badac12a0d1d3bf916ee996f" width="2880" height="1360" data-path="images/user-guide/halftone/dev-contribute.png">
    <CardTitle>Contribute</CardTitle>
    Set up the monorepo locally and submit PRs.
  </Card>
</CardGroup>
