Launched this week

Vibe n8n - AI Assistant for n8n
Cursor for n8n
121 followers
Cursor for n8n
121 followers
Build and modify n8n workflows just by prompting. An AI assistant that creates, modifies, and debugs complex automations right inside your editor. Made with ❤️ for the n8n community.
👋 Hey Product Hunt!
“What if you could just prompt a full n8n workflow?”
A few years ago, I discovered n8n and fell in love with automation. Over time, I became a freelance automation builder. Clients, workflows, scaling, life was good… Then one day, I tried Cursor. I wrote a prompt… and got a working script back. For the first time, I felt what real velocity looked like.
But I missed the smooth, intuitive experience of n8n.
👉 That’s when I said: “Screw it. I’ll build the n8n assistant I wish existed.”
And I dove in.
3 months. 100+ experiments. 12-hour days. Tons of failures.
But last week, I finally cracked it. The result is Vibe n8n :
⚡ What it does ⚡
Just open n8n, write a prompt and watch your workflow build itself.
From simple automations to complex logic with conditionals, loops, and API calls, Vibe-n8n understands what you want and builds it directly in the canvas.
Modify, extend, and fix worfkows. Broken node? Confusing error? Just ask the assistant.
🛠 Why it’s different 🛠
It runs inside n8n as a Chrome extension : no new tool, no new interface. Works with hosted n8n.
Under the hood, it combines multi-step agents, dynamic memory, and prompt chaining to actually reason through your request.
It’s the first assistant that truly speaks the language of n8n: webhooks, triggers, variables, JS functions : all handled with real context.
Try it 👉 Vibe n8n
I’d love feedback from the PH community: features you’d want or horror stories from your own automation adventures. ;)
Made with ❤️ for n8n community
What a fantastic tool for quickly prototyping ideas. Can it automatically generate test data for flows?
@logan_king Thanks a lot! Yes it can!
The integration right in the n8n editor is super handy. How does the AI tackle those tricky edge cases where n8n nodes need complex expressions or custom functions?
@juan_smith1 Great question for complex expressions or custom functions, it tries to guess the logic from the prompt, and if it gets it wrong, you can just refine with another message. It keeps learning through iteration!