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:

βœ… 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: