Hacker News new | ask | show | jobs
Show HN: Supaglue – open-source unified API
32 points by tomkit 1207 days ago
Last month, we open-sourced Supaglue (https://github.com/supaglue-labs/supaglue) as a developer toolkit for building customer-facing Salesforce integrations. Since then, we've been iterating on our approach with users and are re-launching Supaglue as an open source unified API, starting with CRMs.

With our re-launched public alpha you can:

- Interact with HubSpot and Salesforce through a unified REST API - Sync data from HubSpot and Salesforce into a local Postgres cache and make reads against a normalized CRM schema - Make writes (POST and PATCH) to HubSpot and Salesforce using the unified API - Open source MIT license so anyone can self-host for free

Today we support reads, creates, and updates for Accounts, Contacts, Leads, and Opportunities for HubSpot and Salesforce.

In the coming weeks, we plan to add more connectors and features like configuring sync frequencies, webhooks for notifications, sync rate limiting/throttling. We'd love to hear your thoughts and any feature requests!

Give it a try and let us know what you think! GitHub: https://github.com/supaglue-labs/supaglue Website: https://supaglue.com

5 comments

Submission title should probably have "for CRMs" at the end, otherwise it sounds like some generic API framework for anything.

Nice idea though!

Yes, thanks for the feedback!

We are currently focused on CRMs, though we do have plans to expand to other verticals in the future.

Very nice. API work is so rife with inefficiencies, standardization/unification to any extent would save so much dev time
Congrats on the launch team! How do you plan on monetizing down the road?
Hi, Supaglue founder here.

We're planning to make money through a managed/cloud version of the product, though we haven't decided tiering and the specific pricing model yet.

In addition to the existing feature set, the cloud product will include a web UI for product managers, CS, and other team members to get visibility into integration health for specific customers.

Congrats supaglue team!
congrats on the launch Supaglue team, excited to try this