> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud vs. self-hosting

> Overview of cloud & self-hosting options.

| Features                              | Free Self-Hosting | Cloud    | Enterprise Self-Hosting |
| ------------------------------------- | ----------------- | -------- | ----------------------- |
| OAuth w/ custom callback URL          | ✅                 | ✅ (free) | ✅                       |
| Fully white-label integrations        | ✅                 | ✅ (free) | ✅                       |
| API Key auth                          | ✅                 | ✅ (free) | ✅                       |
| Basic auth                            | ✅                 | ✅ (free) | ✅                       |
| Request proxying                      | ✅                 | ✅ (free) | ✅                       |
| Management dashboard                  | ✅                 | ✅ (free) | ✅                       |
| Logs & monitoring                     | ✅                 | ✅ (free) | ✅                       |
| Encryption at rest                    | ✅                 | ✅ (free) | ✅                       |
| Programmatic API & SDKs               | ✅                 | ✅ (free) | ✅                       |
| Continuous data syncs                 | ❌                 | ✅        | ✅                       |
| 2-way syncs & write backs (Actions)   | ❌                 | ✅        | ✅                       |
| Integration templates                 | ❌                 | ✅        | ✅                       |
| Custom Syncs                          | ❌                 | ✅        | ✅                       |
| Custom Actions                        | ❌                 | ✅        | ✅                       |
| Webhooks from Nango                   | ❌                 | ✅        | ✅                       |
| Webhooks from external APIs           | ❌                 | ✅        | ✅                       |
| Field mappings                        | ❌                 | ✅        | ✅                       |
| Customization of integration per user | ❌                 | ✅        | ✅                       |
| Rate-limit handling                   | ❌                 | ✅        | ✅                       |
| Data deletion detection               | ❌                 | ✅        | ✅                       |
| API pagination handling               | ❌                 | ✅        | ✅                       |
| API response validation               | ❌                 | ✅        | ✅                       |
| Auto-scaling                          | ❌                 | ✅        | ✅                       |
| Auto-upgrades                         | ❌                 | ✅        | ✅                       |
| Multi-user & team management          | ❌                 | ✅        | ✅                       |
| Production-grade support              | ❌                 | ✅        | ✅                       |

## Nango Cloud

Nango Cloud is free to use for features related to authorization and request proxying, without limitations.

Other features around consuming & syncing data with APIs are paid, with a free tier (cf. [pricing](https://nango.dev/pricing)).

Sign up for a free Cloud account:

[![Try Nango Cloud](https://mintlify.s3-us-west-1.amazonaws.com/nango-scrips-ref/images/nango-deploy-button.svg)](https://app.nango.dev/signup)

## Free Self-Hosting

Free self-hosting features have been designed with easy self-hostability in mind, ensuring that you can deploy them independently in your own environment.

These features are widely adopted by many companies in production. They simplify the process of obtaining, storing, and refreshing credentials to access any API. The same features are available for free without limitations on Nango Cloud.

## Enterprise Self-Hosting

Enterprise self-hosting requires subscribing to a Scale plan. Instructions for Enterprise self-hosting can be communicated upon request.

If you are interested in Enterprise self-hosting, please get in touch with us in the [community](https://nango.dev/slack).

<Tip>
  **Questions, problems, feedback?** Please reach out in the [Slack community](https://nango.dev/slack).
</Tip>
