You’re not slow…sheesh.
The version I’m using does not include AI, basically because I don’t have the equipment to run AI 100% local, and n8n AI makes you tap public AI outlets. Both versions are available. The community version of n8n is open-source.
A workflow:
spoiler
n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations,
native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.
There are over 400 different integrations: n8n.io/integrations Of course, the AI stuff you can skip. And when you get to the point of proficiency, you can build your own templates and workflows.
For instance, here is a workflow designed to automatically convert media: noted.lol/self-running-video-encoder-bash-n8n/
Another example is pulling logs: noted.lol/system-log-dashboard-n8n/
There are literally endless things you can integrate and build with n8n.
dfense@lemmy.world 7 hours ago
As an example, what I do with n8n to hook services together:
There is more, but just as an example. Quite easy in n8n, because many integrations are preconfigured (e.g. Nextcloud), but also plain REST API if necessary (zello).