TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-source platform for customer-facing Salesforce integrations

42 点作者 tomkit超过 2 年前
We spent the past few weeks building Supaglue (<a href="https:&#x2F;&#x2F;github.com&#x2F;supaglue-labs&#x2F;supaglue">https:&#x2F;&#x2F;github.com&#x2F;supaglue-labs&#x2F;supaglue</a>) and would like to share an early public alpha version with you. Supaglue is an open source platform to help developers build customer-facing Salesforce integrations into their applications. Use code to define syncs for pulling objects from Salesforce into your application. Embed functional and customizable React components for your customers to configure these syncs.<p>Why?<p>- We built user-facing HubSpot and Salesforce integrations in a previous product we worked on and did not find an existing solution that let us build it quickly, using code, and that supported custom business logic, so we built in-house.<p>- There were some unified API products we evaluated, but they lacked depth, e.g. support for custom fields and objects.<p>- There were UI-based workflow builders, but we did not want to click around in a UI tool to author business logic.<p>- None of the options we evaluated came with ready-to-use React components, nor were they customizable.<p>With our public alpha you can:<p>- On a schedule, sync Accounts, Contacts, Leads, and Opportunities from Salesforce into your application<p>- Customize where syncs write to (Postgres or an API endpoint), as well as its retry behavior<p>- Author syncs using Typescript<p>- Offload the full OAuth flow and token management to our backend and frontend components<p>- Embed React components for OAuth, field mappings, on&#x2F;off toggles, and manual syncs into your Next.js application<p>- Deploy sync code and monitor sync status using a CLI<p>- Open source MIT license so anyone can self-host<p>We’re very early: we started working on this after the new year and are releasing a public alpha to get early feedback. You can run Supaglue locally using docker compose today. Try it out and send us a note! Website: <a href="https:&#x2F;&#x2F;supaglue.com" rel="nofollow">https:&#x2F;&#x2F;supaglue.com</a>. Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;supaglue-labs&#x2F;supaglue">https:&#x2F;&#x2F;github.com&#x2F;supaglue-labs&#x2F;supaglue</a>.

3 条评论

debarshri超过 2 年前
Congrats on the launch!<p>It looks like there are already similar products on the market for integrating with customers&#x27; tools, like Merge API.<p>In fact, they support integrating with more than just CRMs, and also support HR systems, etc. In what use cases would I consider using Supaglue?
评论 #34683898 未加载
odlaura超过 2 年前
Looks good nice job! interested to see how teams &#x2F; what products start to use
zhouzhuojie超过 2 年前
Very nice, congrats on the OSS launch!