It pains me to see all these “node” based automators charging you an arm and a leg. I can’t wait till people see the obvious and just replace them with a few prompts to Claude Code or similar.
Do you use APIs with n8n? Just curious.
If you do, then you might want to factor in the cost of using those as well, including privacy implications.
In my limited testing, I found n8n to be heavily focused on cloud API use, from their onboarding quick tutorial to the collection of provided nodes, I found adapting them to strictly local use something of a chore.
There are a lot of nodes that are pre-built to interact with cloud APIs, but you effectively have an HTTP client available that can reach out to any endpoint. In my case, yes, I make use of cloud APIs and realize the trade-offs wrt privacy. You can hit any internal services you like assuming they're reachable from your n8n server
It doesn’t cost a dime to host n8n as long as you are only using it internally. If you offer it commercially, then you will have to negotiate a commercial license.
true. but the whole point of n8n is that it can call other endpoints. you can use claude code to build those endpoints and just have n8n orchestrate calls