Hey HN,<p>We are Manik, Harshith, and Manoj, the founders of Poozle (<a href="https://www.poozle.dev" rel="nofollow">https://www.poozle.dev</a>). Poozle is a single integration layer that brings together various SAAS APIs.<p>We provide a single GraphQL endpoint for all SAAS APIs, regardless of their protocols. Poozle makes it easy to build integrations for your app into services like GitHub, Jira, Salesforce, Pipedrive, Hubspot, and Gmail. To integrate any API, you typically need to read its documentation, implement its specific authentication, and make very specific calls to its servers. Although this may seem normal, it adds up and becomes time-consuming.<p>The three of us have done numerous integrations into these services for various startups over the years. As a result, we know how painful it can be, particularly when you need to coordinate data from multiple services.<p>Why GraphQL<p>We believe that GraphQL is a query language suitable for all APIs. We can express our data requirements succinctly, even between services, and let a single execution engine determine how to translate those requirements into specific API calls.<p>We have built a GraphQL service that knows how to communicate with each backend API we support, retrieving the exact data you need. Here is the link of out product demo:<p>[<a href="https://www.youtube.com/watch?v=uGIssARKYec&t">https://www.youtube.com/watch?v=uGIssARKYec&t</a>]<p>We’d really appreciate your feedback on Poozle. We have a lot we want to improve on, and would love to hear where you want us to go next.
Also do support us by starring our repo [<a href="https://github.com/poozlehq/engine">https://github.com/poozlehq/engine</a>]