Skip to content

Commit

Permalink
feat(docs): Update cloud vs self-hosted page (#2748)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
rguldener authored and hassan254-prog committed Sep 25, 2024
1 parent 24bc89f commit d4d5c35
Showing 1 changed file with 40 additions and 36 deletions.
76 changes: 40 additions & 36 deletions docs-v2/host/cloud.mdx
Original file line number Diff line number Diff line change
@@ -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).

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

0 comments on commit d4d5c35

Please sign in to comment.