Files
twenty/packages/twenty-docs/l/ja/developers/introduction.mdx
T
github-actions[bot] 8abc8f4bc9 i18n - docs translations (#23618)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23618?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-07-31 09:35:47 +02:00

29 lines
1.3 KiB
Plaintext

---
title: 開発者
description: アプリの構築、API の利用、セルフホスト、コードベースへの貢献が可能です。
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/ja/developers/extend/apps/getting-started/quick-start" img="/images/user-guide/halftone/dev-apps.png">
<CardTitle>アプリ</CardTitle>
カスタムオブジェクト、サーバーサイドロジック、UI コンポーネント、AI エージェントによって Twenty を拡張できます — これらはすべて TypeScript パッケージです。
</Card>
<Card href="/l/ja/developers/extend/api" img="/images/user-guide/halftone/dev-api.png">
<CardTitle>API</CardTitle>
REST と GraphQL の API、Webhook、OAuth。
</Card>
<Card href="/l/ja/developers/self-host/capabilities/docker-compose" img="/images/user-guide/halftone/dev-self-host.png">
<CardTitle>セルフホスト</CardTitle>
独自のインフラ上で Twenty を実行できます。
</Card>
<Card href="/l/ja/developers/contribute/capabilities/local-setup" img="/images/user-guide/halftone/dev-contribute.png">
<CardTitle>貢献</CardTitle>
モノレポをローカルにセットアップして、PR を提出しましょう。
</Card>
</CardGroup>