How I setup my n8n instance
n8n is freaking awesome, and it's allowed me to prototype various MVPs without actually coding anything substantial. I don't have to think about infra, and I can use it as long as it's not directly user-facing.
Try n8n. I beg you. It's free, and you can run it on a spare VPS that you have (or on your spare gaming PC).
To setup n8n, you have 2 options:
- Self-host it for free (preferably using Docker); or
- Use the hosted plans on n8n.io and pay $20.
The former is what we'll focus on for this post. If you're using the hosted plans, then feel free to skip this post entirely (but thanks for reading anyways haha).