+ Looking for Pizzly? You are in the right place. Pizzly has been renamed Nango. +
Explore the docs »
Pre-Configured APIs
·
Docs
·
Website
·
Contribute an API
·
Report Bug
·
Slack Community
Nango makes it easy to integrate your product with any external API.
It is:
- as flexible as building integrations yourself
- as fast as buying a pre-built solution
Build in hours, instead of weeks with our production-ready infrastructure and pre-built integration components and templates for 100+ APIs:
- 🔐 Auth for 100+ APIs with 1 line of code
- 🔁 Bi-directional data syncing
- ⏩️ Easy unified APIs for any category
- 🚫 Automatic, API specific rate-limits, retries & pagination
- 🧠 Strong typing with your custom data models
- 🪝 Webhooks & realtime data syncs
- 👀 Built-in monitoring
- 📺 Admin dashboard
- 1-liner to start a new OAuth flow & connect an integration:
nango.auth('github', '<user-id>');
- 1-liner to fetch structured objects from any external API:
nango.getRecords<GithubIssue>({
providerConfigKey: 'github',
connectionId: '<user-id>',
model: 'GithubIssue' // Or anything else you want to sync
});
You can try Nango in 10 minutes with the Quickstart 🚀.
Or explore more:
- Understand Nango with the core concepts
- Explore the integration templates
- Explore the 100+ supported APIs
Nango works with any API and use-case. Adding API Configurations is easy and we already have the main APIs covered.
100+ APIs are pre-configured to work out-of-the-box, including:
- CRM: Front, Hubspot, Salesforce, etc.
- Accounting: Xero, Sellsy, Zoho Books, etc.
- Fintech: Brex, Stripe, Braintree, Ramp etc.
- Developer tools: GitHub, GitLab, Linear, Jira etc.
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom etc.
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, GSheet, ClickUp etc.
- Social: Twitter, LinkedIn, Reddit, Facebook etc.
- and more...
If your favorite API is missing open a GitHub issue or contribute it.
Install nango globally
npm install nango -g
Run locally:
nango start
Or sign up for free:
- Explore the documentation
- Share feedback or ask questions on the Slack community
- Contribute a new API
- Check out our blog on native integrations
Thank you for continuously making Nango better ❤️
Pizzly (a simple service for OAuth) was initially developed by the team at Bearer with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at Nango adopted the project and has since maintained and evolved it together with the growing Nango community.