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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Launch HN: Activepieces (YC S22) – Open-Source Zapier Alternative

231 点作者 ashrafsam超过 2 年前
Hi HN, I’m one of the creators of Activepieces, an open source (MIT) no-code business automation tool. We’re excited to share it with HN! Our Github is <a href="https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces">https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces</a>, our website is <a href="https:&#x2F;&#x2F;www.activepieces.com&#x2F;">https:&#x2F;&#x2F;www.activepieces.com&#x2F;</a> and there’s a video that shows how to build a Pipedrive + Slack + Email flow in 2 minutes at <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IY4TI6jGBwM">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IY4TI6jGBwM</a><p>When we used automation tools like Zapier at my previous job, we found that it became incredibly expensive very quickly, and we had only too few options to self-host business automation when data had to reside on prem.<p>There are open-source automation tools that we think are too technical like Huginn and Node-RED or developed under less permissive open source licenses like N8n.<p>So we decided to build an open source automation tool under a permissive license (MIT) with a simple user experience that doesn’t require technical knowledge, and can be self-hosted. We plan to make money from the cloud version and a future enterprise edition with advanced features - maybe advanced roles and permissions.<p>The current version includes a visual designer for automation flows which can run on schedules (Cron), by Webhooks, or by triggers from external apps—25 apps and counting, including Stripe, Calendly, Google Sheets and others (we’re building these rapidly).<p>The app is customizable, you can add custom steps using HTTP requests or you can write Node.js code and bring in your npm packages.<p>If you’re curious about how it works, here are the docs: <a href="https:&#x2F;&#x2F;www.activepieces.com&#x2F;docs">https:&#x2F;&#x2F;www.activepieces.com&#x2F;docs</a><p>We’d love to hear HN’s thoughts on what we’re building! Thanks!

21 条评论

toomuchtodo超过 2 年前
Congrats on the launch! Huge TAM so there’s lots of room for a healthy ecosystem of competitors in no code low code. My suggestions for succeeding in this ecosystem:<p>* The value is in the long tail. Major services will integrate with other major services on their own. Make it easy to integrate with the smaller services.<p>* Enterprise features is where the rev is at, you want to be able to get into Corp customers who are willing to spend $50k-$150k&#x2F;year with you because you offer automation their internal it or dev teams can’t (along with RBAC, audit logs, and the usual trimmings that an enterprise offering entails) (individual and smb personas are fine, but they are price sensitive and have higher churn)<p>* UX is important. Spend the resources as you scale to understand how your users are leveraging your product for their workflows; it should be magical to them. The easier it is to use, the more it’ll be used, which translates to more revenue (assuming revenue tied to tasks executed).<p>* Integrations will break frequently; instrument to know when this happens and to rapidly roll out fixes.<p>* It is crucial to be able to pause your workers as well as replay data from webhooks and polling. Also, log all the things (while redacting secrets) as data is processed. This will make troubleshooting integration issues and edge cases (which will pop up often at scale) less painful as data structures flow through your code paths.
评论 #34729971 未加载
评论 #34724343 未加载
neodon超过 2 年前
How does this relate to Automatisch, if at all? The frontend, documentation, and codebase have eerie similarities to ActivePieces.<p>ActivePieces:<p>- <a href="https:&#x2F;&#x2F;www.activepieces.com&#x2F;docs&#x2F;">https:&#x2F;&#x2F;www.activepieces.com&#x2F;docs&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces">https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces</a><p>Automatisch:<p>- <a href="https:&#x2F;&#x2F;automatisch.io&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;automatisch.io&#x2F;docs&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;automatisch&#x2F;automatisch">https:&#x2F;&#x2F;github.com&#x2F;automatisch&#x2F;automatisch</a>
评论 #34736285 未加载
sgarland超过 2 年前
I&#x27;m admittedly not at all familiar with typeorm (not really great at Node either for that matter), but a few questions:<p>What kind of testing have you done on app&#x2F;DB performance under heavy load?<p>Why are you indexing nearly the same thing thing twice in the AppConnection table? [0]<p>What kind of column is your pkey, as defined in BaseEntity? [1] It says String, but AFAIK that&#x27;s not a Postgres type.<p>Excited to see more work in this space!<p>Disclaimer: I&#x27;m a DBRE at Zapier.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;blob&#x2F;main&#x2F;packages&#x2F;backend&#x2F;src&#x2F;app&#x2F;app-connection&#x2F;app-connection.entity.ts#L22">https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;blob&#x2F;main&#x2F;packa...</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;blob&#x2F;main&#x2F;packages&#x2F;backend&#x2F;src&#x2F;app&#x2F;helper&#x2F;base-entity.ts#L4">https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;blob&#x2F;main&#x2F;packa...</a>
评论 #34724772 未加载
评论 #34725630 未加载
katsura超过 2 年前
Considering that another open source alternative [0][1] was posted just a few days ago, how does this compare?<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34610686" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34610686</a><p>[1] <a href="https:&#x2F;&#x2F;trigger.dev&#x2F;">https:&#x2F;&#x2F;trigger.dev&#x2F;</a>
评论 #34728562 未加载
评论 #34724280 未加载
moabuaboud超过 2 年前
Hey HN, I&#x27;m one of the co-founders of Activepieces and I just wanted to give a shoutout to everyone who&#x27;s been showing us love on GitHub by giving us stars.<p>To show my appreciation, I created a flow using Activepieces to thank everyone on our Discord.<p>Screenshot: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;W5p60le" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;W5p60le</a>
dreadlordbone超过 2 年前
My biggest concern with these zapier alternatives is how easy is it to add an integration for services that aren&#x27;t already in the system? I use several products which have APIs but are too small for n8n or this to have it baked in. Is there good documentation for this? A boilerplate &quot;new plugin&quot; setup so I can add my own?
评论 #34736625 未加载
WatchDog超过 2 年前
Ah man this is fantastic.<p>I&#x27;m literally half way through building something similar for our own saas.<p>Love what you are doing with authentication&#x2F;connections to other services.
评论 #34733564 未加载
vishalchandra超过 2 年前
MIT license builds the trust to use it and contribute to it, or at least use it freely.<p>But that also enables someone to use your software as a starting point for their own competing SaaS solution.<p>Which is what encourages companies to at some point of time shift to a BSL license, as you might also at some point of time.<p>The goal is of course to build Enterprise features which are hard to replicate for others, but these imply more complex engineering challenges are being solved.<p>That could be plugins to integrate into other Enterprise tools like Snowflake or Salesforce for e.g.<p>Another interesting observation is that in next 4-5 years we could expect a robust open source MIT licensed stack for pretty much everything.<p>But it only feels like that, because we will start to have quantum computing and then all software will need to get rebuilt.
评论 #34725057 未加载
评论 #34724427 未加载
WatchDog超过 2 年前
Followed the instructions to run it locally, found a bug, you can&#x27;t send a http get request without a body, then tried to make the field not required and run again, that&#x27;s when I realized that the docker compose file doesn&#x27;t actually run the local code, it just pulls from published images.<p>I see there is a docker-compose.dev file, but there aren&#x27;t any instructions on actually getting local development to work, should add those.
评论 #34736672 未加载
mderazon超过 2 年前
Could I use this to embed inside my app to allow my customers create integrations flows to other products, from my app ?
评论 #34728125 未加载
评论 #34735436 未加载
评论 #34737326 未加载
edotrajan超过 2 年前
Excited about this open source alternative!<p>I think no code crons have huge opportunity to capture nocode makers who like framer or webflow.<p>I think this is also quite economical when compared with competitors like<p>zapier - free &#x2F; 100 tasks &#x2F; month n8n - 20 euros &#x2F; 5000 workflows &#x2F; month make - free &#x2F; 1000 ops &#x2F; month activepieces - free &#x2F; 5000 tasks &#x2F; month<p>I think it would be great if in your landing page you can describe how you differentiate or provide similar experience as your competitors
评论 #34724294 未加载
rayshan超过 2 年前
Looks great! Is there a way to trigger events based on Slack mentions? I&#x27;d like to build a GPT-3 Slack bot that answers poeple&#x27;s questions in Slack.<p>Edit: filed an issue here: <a href="https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;issues&#x2F;513">https:&#x2F;&#x2F;github.com&#x2F;activepieces&#x2F;activepieces&#x2F;issues&#x2F;513</a>
评论 #34732425 未加载
tonyoconnell超过 2 年前
Lovely app. N8N&#x27;s community contributions are licensed under the Apache license so would it be possible to download all their integrations and convert them into your format? Then you would have almost 400 apps.
评论 #34737969 未加载
ilikerashers超过 2 年前
Looks really cool.<p>How did you build those nice canvas-style UIs with dragging&#x2F;dropping&#x2F;connecting etc? Would like to use something for a personal project.
评论 #34725857 未加载
vgordon超过 2 年前
Very cool and congrats on the launch! Love the MIT license as well. Can you talk about some of the differences with n8n except for the license?
评论 #34731489 未加载
评论 #34728451 未加载
revskill超过 2 年前
My perfect workflow is something like Config as code.<p>So basically i could declare a JSON&#x2F;TOML config, then when deployed, the visual diagram is set.
评论 #34726057 未加载
sidcool超过 2 年前
Is there a good way to navigate the code base and understand the layout and structure?
评论 #34726807 未加载
AlabjiMbaye超过 2 年前
Alabji
rashidae超过 2 年前
Please integrate with Airtable and Xano
评论 #34752120 未加载
sneak超过 2 年前
Language: typescript<p>License: MIT
bryerallen超过 2 年前
Nba now 23