diff --git a/docs-v2/host/cloud.mdx b/docs-v2/host/cloud.mdx index db212ea5726..14cbb70bbc0 100644 --- a/docs-v2/host/cloud.mdx +++ b/docs-v2/host/cloud.mdx @@ -1,59 +1,63 @@ --- title: 'Cloud vs. self-hosting' sidebarTitle: 'Cloud vs. self-hosting' -description: 'Overview of cloud & self-hosting options.' +description: 'Overview of the different Nango versions (cloud or self-hosted)' --- -| 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 | ❌ | ✅ | ✅ | +| Features | Free (self-hosted or cloud) | Paid (self-hosted or cloud) | +|-|-|-| +| Best for | (O)Auth for 250+ APIs | 2-way data syncs with 250+ APIs | +| OAuth w/ custom callback URL | ✅ | ✅ | +| Fully white-label integrations | ✅ | ✅ | +| API Key auth | ✅ | ✅ | +| Basic auth | ✅ | ✅ | +| Request proxying | ✅ | ✅ | +| Management dashboard | ✅ | ✅ | +| Logs & monitoring | ✅ | ✅ | +| Encryption at rest | ✅ | ✅ | +| Programmatic API & SDKs | ✅ | ✅ | +| 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)). +Other features for the 2-way data syncs with APIs are paid, with a free tier (cf. [pricing](https://nango.dev/pricing)). Sign up for a free Cloud account: [![Try Nango Cloud](/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. +The same features that are free on Cloud, (O)Auth for all APIs Nango supports, are also available for free self-hosted instances. + +Check the sidebar for guides on setting up your self-hosted Nango instance on [AWS](/host/self-host/aws), [GCP](/host/self-host/gcp) or [locally](/host/self-host/local) -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. +## Paid Self-Hosting -## Enterprise Self-Hosting +All paid features available on Nango Cloud are also available on the paid self-hosted version. A [Scale plan](https://www.nango.dev/pricing) subscription is required. -Enterprise self-hosting requires subscribing to a Scale plan. Instructions for Enterprise self-hosting can be communicated upon request. +Paid self-hosting is optimized for large, regulated Enterprises. -If you are interested in Enterprise self-hosting, please get in touch with us in the [community](https://nango.dev/slack). +If you are interested in the paid self-hosting version, please get in touch with us in the [community](https://nango.dev/slack) or [book a demo](https://nango.dev/chat). **Questions, problems, feedback?** Please reach out in the [Slack community](https://nango.dev/slack). - \ No newline at end of file +