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

# Разработчики

> Создавайте приложения, используйте API, разворачивайте у себя или вносите вклад в кодовую базу.

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/ru/developers/extend/apps/getting-started" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dev-apps.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=0cbb3112417045a4259ad0a3443455d9" width="2880" height="1360" data-path="images/user-guide/halftone/dev-apps.png">
    <CardTitle>Приложения</CardTitle>
    Расширяйте Twenty с помощью пользовательских объектов, серверной логики, UI-компонентов и ИИ-агентов — всё в виде пакетов TypeScript.
  </Card>

  <Card href="/l/ru/developers/extend/api" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dev-api.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=2d16b6101a58ba6af45a44d9e89335fb" width="1440" height="680" data-path="images/user-guide/halftone/dev-api.png">
    <CardTitle>API</CardTitle>
    REST и GraphQL API, вебхуки и OAuth.
  </Card>

  <Card href="/l/ru/developers/self-host/capabilities/docker-compose" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dev-self-host.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=51da481429b1f204cd5b6da118636c29" width="1194" height="562" data-path="images/user-guide/halftone/dev-self-host.png">
    <CardTitle>Развертывайте у себя</CardTitle>
    Запускайте Twenty в собственной инфраструктуре.
  </Card>

  <Card href="/l/ru/developers/contribute/capabilities/local-setup" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dev-contribute.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=335c66b6bb3cb71d75954f42c32dd59b" width="2880" height="1360" data-path="images/user-guide/halftone/dev-contribute.png">
    <CardTitle>Вносите вклад</CardTitle>
    Настройте монорепозиторий локально и отправляйте PR.
  </Card>
</CardGroup>
