Looks like you signed up to us last year at https://www.inngest.com and took... a lot of inspiration! Good luck with the release - nice to see you adding features like keys, sleeps, etc.
Show HN: We built a developer-first open-source Zapier alternative
121–130 of 196 posts
Re: Show HN: We built a developer-first open-source Zapier alternative
#122For some businesses, it has to look super straight and serious, and give the impression that it's secure (which doesn't necessarily mean writing "we're secure!") Like copying the style of Microsoft Office would be the best. Google Docs or Zoho would be ok too. Of course it's great that you got through YCombinator and pitched, etc. But giving the impression of "Woo! We're a startup!" makes it seem like the company may be gone soon. It could be an issue because the company may not want to change their workflow if it won't stay stable for at least 5 years.
To sell to a more generic established business, it might be better to look like a company that has been around and isn't going anywhere. Like for Microsoft Office, the assumption is that it's secure and your data never leaves your PC.
Re: Show HN: We built a developer-first open-source Zapier alternative
#123I was recently looking for a simpler alternative to Temporal ( https://temporal.io/ ) so this could be ideal. If you could add instructions for self-hosting it (_sounds_ like you just need an Express server, but I would guess some backend persistent store/database/queue too) that would be great. The Webhook catalog only lists Github: I think integrating with Stripe would be neat. Like, when someone pays an invoice, S…
We do this at windmill https://github.com/windmill-labs/windmill , including self-hosting instructions and pre-made integrations with stripe
Re: Show HN: We built a developer-first open-source Zapier alternative
#124Re: Show HN: We built a developer-first open-source Zapier alternative
#125Earlier quoted context omitted.
We do this at windmill https://github.com/windmill-labs/windmill , including self-hosting instructions and pre-made integrations with stripe
Does windmill have any way of going into code, without it basically becoming "code in a input box". The developer first solution trigger.dev have here is really scratching a real problem. But as they say they are not for the easiest workflows. I'm really looking for something that is gui first but as a drop down to code when you want. But inline code editor, let me save it to a git repo or similar. And don't have glo…
That's like, exactly what we are, take a look at this screenshot for instance: https://github.com/windmill-labs/windmill/blob/main/imgs/win...
As for syncing code to git, we do it as well through our CLI and Github Actions: https://github.com/windmill-labs/windmill-sync-example
Re: Show HN: We built a developer-first open-source Zapier alternative
#126Related, we built a developer oriented Zapier clone for event scale automations awhile back for our internal product. We've since pivoted and have been debating on potentially open sourcing the engine as well.
We built ours using Rust with a DSL for all the triggers, actions, and action inputs/outputs. The actions themselves are defined as APIs, which makes it easy to add functionality in any language. Most of our actions have been built in Typescript.
Is there interest from anyone in potentially using it?
Re: Show HN: We built a developer-first open-source Zapier alternative
#127At first I thought that a code alternative for a no-code solution like zapier was counterintuitive. But as an engineer using Zapier (for the first time) these past few months I got so frustrated by the lack of an option to just write some "if" or just 2 lines of code to make things work the way I want them. I think trigger.dev nails it. This is exactly what I needed.
Despite them being GUI based, you can do everything that temporal enable, approval steps/suspending workflows until being reactivated by a webhook, branching, etc, etc... It's 100% open-source and self-hostable.
Re: Show HN: We built a developer-first open-source Zapier alternative
#128Earlier quoted context omitted.
They already address that specifically: > We found current workflow / automation tools like Zapier and n8n are good for simple tasks, but not for more advanced use cases. This isn't intended to replace Zapier for your use case. Speaking as a developer who's been asked to set up integrations before, I'm glad to see more competition in this space with a developer focus!
The first example on the homepage is "Create an email drip feed campaign in under 2 minutes" This is not an advanced use case to be developed in house and owned by developers. This is bread and butter marketing or product engagement email flows using anything from Mailchimp to customer.io to HubSpot. The developer side would involve capturing the identities and events from your system and sending them (typically via…
The three categories of problems you identified that are best solved with a code tool are what we're seeing with our early customers. Plus a lot of notification use cases like when developers want to be notified in Slack when something important/bad happens.
Re: Show HN: We built a developer-first open-source Zapier alternative
#129This looks great, congrats on the launch! I am interested in a platform that bundles many pre-built integrations to various services that I could wire up through code and execute on my customers' behalf. Essentially, a way for me to present my customers with a plethora of integrations out of the box without having to build them all myself. This seems like it's moving in that direction and I saw another comment where…
We do this at Activepieces (activepieces.com).
Additionally, this seems to rely on you inputting your credentials. How would that work for a usecase where my customers are the ones who provide the credentials?