
What's great
For workflow automation, n8n is my go-to. Its self-hosting capability, extensive app connectors, and visual workflow designer make it perfect for both personal projects and client work. Deploying an instance is quick and straightforward, letting me focus on automation rather than server setup. I primarily use it in my project, @AutomateSpot
What needs improvement
vs Alternatives
I chose n8n because it’s open-source, flexible, and allows me to connect multiple apps seamlessly. The visual workflow builder makes automation intuitive, and I can self-host it or deploy instances quickly without dealing with DevOps. It’s reliable, scalable, and perfect for both personal projects and client work.
Did you need Docker or Kubernetes to run it?
I run n8n using Docker in the deployment script for AutomateSpot. It keeps everything consistent and makes deploying a full n8n instance super easy—no need to worry about servers or complex setup.
Were the 500+ connectors sufficient for your stack?
Absolutely! The 500+ connectors in n8n cover everything we needed for AutomateSpot—from Facebook Lead Ads and Google Sheets to custom APIs. They made it easy to integrate multiple tools without building anything from scratch, which saved a lot of time and reduced errors.
How reliable are webhooks and trigger nodes?
Webhooks and trigger nodes in n8n are very reliable. In my AutomateSpot deployments, they consistently catch incoming events in real time, whether from forms, APIs, or ad platforms. Using Docker in the deployment ensures that the environment is stable, so triggers rarely miss data.

