Introduction
Nango simplifies integrating your product with any external API. Itβs as flexible as building integrations yourself and as quick as choosing a pre-existing solution. This means you can:
- Build the integrations your customers need
- Clean up your codebase
- And get a good nightβs sleep!
π An Overview of Nango
With Nango, you can construct integrations in hours, not weeks, while retaining complete control over the integrationβs logic and access to all external APIs.
Nango merges production-ready infrastructure with pre-build integration templates for over 100 APIs:
- π Authenticate 100+ APIs with just one line of code
- π Enable bi-directional data synchronization
- β©οΈ Easily access unified APIs for any category
- π« Automate API-specific rate limits, retries & pagination
- π§ Apply strong typing with your custom data models
- πͺ Utilize webhooks & real-time data syncs
- π Take advantage of built-in monitoring
- πΊ Access your admin dashboard
Youβll have full control over the integrations without the headache of maintenance and ops.
π©βπ» Sample Code with Nango
- A single line to initiate a new OAuth flow & connect an integration:
nango.auth('github', '<user-id>');
- A single line to fetch structured objects from any external API:
nango.getRecords<GithubIssue>({
providerConfigKey: 'github',
connectionId: '<user-id>',
model: 'GithubIssue', // Or any other data you want to sync
});
π Get Up and Running with Nango
You can get Nango up and running in just 10 minutes with the Quickstart π.
For more detail:
- Learn how Nango works
- Explore the integration templates
- Check out the 100+ supported APIs
β Over 100 Pre-configured APIs, Easy to Add Your Own
Nango works with any API and use-case. Adding an API Integration is simple, and we already have many APIs covered.
Over 100 APIs are pre-configured to work right out of the box, including:
- CRM: Front, Hubspot, Salesforce, and more
- Accounting: Xero, Sellsy, Zoho Books, and more
- Fintech: Brex, Stripe, Braintree, Ramp, and more
- Developer tools: GitHub, GitLab, Linear, Jira, and more
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom, and more
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, GSheet, ClickUp, and more
- Social: Twitter, LinkedIn, Reddit, Facebook, and more
- and many othersβ¦
If your favorite API is not listed, you can open a GitHub issue or contribute it.
π When is Nango the Right Choice?
Consider Nango if:
- You need to build integrations quickly
- Pre-packaged solutions such as embedded iPaaS or unified APIs are too restrictive
- You want to minimize maintenance overhead in production
Nango is primarily for SaaS products where integrations are at the heart of the user experience. If your product deeply integrates with other SaaS products, Nango is likely your best bet.
However, Nango is not designed for automating internal workflows or adding single sign-on login options.
πββοΈ Why is Nango Open-Source?
At Nango, we believe all software should integrate seamlessly with the other software its users utilize. Integrations are core features in software products and as such should be built by engineers.
Our mission is to simplify the process for engineers to incorporate these integrations into their products with an open platform.
With our open-source approach, every engineer can contribute improvements to the platform for everyone:
- Contribute new API configurations for OAuth flows & data syncs
- Share API specific quirks with other developers