mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
---
|
|
title: المطورون
|
|
description: Build apps, use the API, self-host, or contribute to the codebase.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={٣}>
|
|
<Card href="/l/ar/developers/extend/apps/getting-started" img="/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/ar/developers/extend/api" img="/images/user-guide/halftone/dev-api.png">
|
|
<CardTitle>API</CardTitle>
|
|
REST and GraphQL APIs, webhooks, and OAuth.
|
|
</Card>
|
|
|
|
<Card href="/l/ar/developers/self-host/capabilities/docker-compose" img="/images/user-guide/halftone/dev-self-host.png">
|
|
<CardTitle>Self-Host</CardTitle>
|
|
Run Twenty on your own infrastructure.
|
|
</Card>
|
|
|
|
<Card href="/l/ar/developers/contribute/capabilities/local-setup" img="/images/user-guide/halftone/dev-contribute.png">
|
|
<CardTitle>Contribute</CardTitle>
|
|
Set up the monorepo locally and submit PRs.
|
|
</Card>
|
|
</CardGroup>
|