183d034716
Reorganizing by Feature sections Capabilities folders to give an overview of each feature How-Tos folders to give guidance for advanced customizations Reorganized the Developers section as well, moving the API sub section there added some new visuals and videos to illustrate the How-Tos articles checked the typos, the links and added a section at the end of the doc.json file to redirect existing links to the new ones (SEO purpose + continuity of the user experience) What I have not updated is the "l" folder that, per my understanding, contains the translation of the User Guide - that I only edited in English <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 5301502a32856e5b45d7ef30253fa7db6dc55233. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Abdul Rahman <ar5438376@gmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
29 lines
853 B
Plaintext
29 lines
853 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="/developers/self-host/capabilities/docker-compose">
|
|
Quick setup with Docker
|
|
</Card>
|
|
<Card title="Cloud Providers" icon="cloud" href="/developers/self-host/capabilities/cloud-providers">
|
|
Deploy on AWS, GCP, or Azure
|
|
</Card>
|
|
</CardGroup>
|
|
|