Files
twenty/packages/twenty-docs/l/ru/developers/introduction.mdx
T
f34ba6ac12 i18n - docs translations (#19983)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-04-22 16:50:26 +02:00

29 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Разработчики
description: Создавайте приложения, используйте API, разворачивайте у себя или вносите вклад в кодовую базу.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/ru/developers/extend/apps/getting-started" img="/images/user-guide/halftone/dev-apps.png">
<CardTitle>Приложения</CardTitle>
Расширяйте Twenty с помощью пользовательских объектов, серверной логики, UI-компонентов и ИИ-агентов — всё в виде пакетов TypeScript.
</Card>
<Card href="/l/ru/developers/extend/api" img="/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="/images/user-guide/halftone/dev-self-host.png">
<CardTitle>Развертывайте у себя</CardTitle>
Запускайте Twenty в собственной инфраструктуре.
</Card>
<Card href="/l/ru/developers/contribute/capabilities/local-setup" img="/images/user-guide/halftone/dev-contribute.png">
<CardTitle>Вносите вклад</CardTitle>
Настройте монорепозиторий локально и отправляйте PR.
</Card>
</CardGroup>