Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
31 lines
865 B
Plaintext
31 lines
865 B
Plaintext
---
|
|
title: Self-Host
|
|
description: Deploy and manage Twenty on your own infrastructure.
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/what-is-twenty/20.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## Overview
|
|
|
|
Twenty can be self-hosted on your own infrastructure, giving you full control over your data and deployment.
|
|
|
|
## Why Self-Host?
|
|
|
|
* **Data ownership**: Keep all CRM data on your own servers
|
|
* **Compliance**: Meet regulatory requirements for data residency
|
|
* **Customization**: Full access to modify and extend the platform
|
|
|
|
## Getting Started
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Docker Compose" icon="docker" href="/l/pt/developers/self-host/capabilities/docker-compose">
|
|
Quick setup with Docker
|
|
</Card>
|
|
|
|
<Card title="Cloud Providers" icon="cloud" href="/l/pt/developers/self-host/capabilities/cloud-providers">
|
|
Deploy on AWS, GCP, or Azure
|
|
</Card>
|
|
</CardGroup>
|