Earlier quoted context omitted.
n8n in my experience using it for 2 years now, and compared to similar solutions as there are many doing quite the same thing: it is just a very good product. It's stable. It has a gazillion integrations out of the box and is architectured as a module system so it's easy to create your own. It is very community centric, with community workflows and also integration modules people kindly publish on GitHub. Oh, it's op…
n8n is not open core/open source. it is not free software at all.
N8n raises $180M
141–150 of 198 posts
Re: N8n raises $180M
#142Here come the HN comments from people that work at closed source companies or companies that profit off the free labor of open source devs, wailing and gnashing their teeth that it's not the purest form of open source blessed by Stallman himself and therefore is radioactive and doomed to fail.
Re: N8n raises $180M
#143For me the Math isn’t Mathing. Hiring 50 fairly well paid developers is roughly $15M/year, maybe more if one insists on SV compensation which always seem a bit absurd. $240M total funding is a lot of money. They’ve only been around for about 5 years and probably didn’t start out fully staffed. So they’re basically covered for the next 10-15 years even if they had zero sales ? Having 500 employees won’t speed things u…
Once you hit product-market fit for a SaaS, engineering becomes a smaller proportion of your spending and you start hiring and spending a lot more on sales and marketing. If you know you can earn more than a dollar for every dollar you spend on customer acquisition, you throw as much money as you can at acquiring customers.
Of course that valuation makes sense if you've seen the insane prices they charge.
Re: N8n raises $180M
#144For me the Math isn’t Mathing. Hiring 50 fairly well paid developers is roughly $15M/year, maybe more if one insists on SV compensation which always seem a bit absurd. $240M total funding is a lot of money. They’ve only been around for about 5 years and probably didn’t start out fully staffed. So they’re basically covered for the next 10-15 years even if they had zero sales ? Having 500 employees won’t speed things u…
Since their betting on AI integration, I'm guessing a good part of their spending will be on GPUs/Cloud. Specially if they go the PaaS/SaaS AI route.
For their Business (self-hosted) plan, they have essentially 0 cost per customer.
Re: N8n raises $180M
#145While n8n is amazing for the odd office automation and giving semi-technical people an enormously powerful tool to get things done, it seems it can’t really replace a real backend, and mostly because of the n8n team choices than any technology. We were trailing it and wanted to essentially switch our entire backend to it - and technically it seemed to be able to do the job, but their licensing turned out to not be a…
It seems crazy to me that they impose imaginary limits on the self-hosted version, you can have a server that can handle more executions, but the license won't allow it.
Re: N8n raises $180M
#146Earlier quoted context omitted.
If we're being strict, Windmill is also not FOSS. This is not an argument in favor of n8n.
If you clone the Windmill source from GitHub and build it, that’s AGPL. If you enable the enterprise feature flag or use the Docker image, the result is source available. I think it’s fair to call Windmill open source. It’s using the open core model for commercialisation. Just because you publish open source it doesn’t obligate you to make all the code you write open source.
Re: N8n raises $180M
#147Re: N8n raises $180M
#148Earlier quoted context omitted.
It seems crazy to me that they impose imaginary limits on the self-hosted version, you can have a server that can handle more executions, but the license won't allow it.
I can see an argument of "well it typically bogs down and stops being performant at X, and we don't want to get a bad rep because people abuse it, so we don't allow anything over X", but that should still be negotiable if you can show you have plenty of horsepower.
Re: N8n raises $180M
#149While n8n is amazing for the odd office automation and giving semi-technical people an enormously powerful tool to get things done, it seems it can’t really replace a real backend, and mostly because of the n8n team choices than any technology. We were trailing it and wanted to essentially switch our entire backend to it - and technically it seemed to be able to do the job, but their licensing turned out to not be a…
There are alternatives to n8n depending on your stack of what is being orchestrated. Node-red, and others have quietly existed for a very long time, similar to how n8n existed for a good while before being discovered by the AI world.