I built an AI tool that turns plain English into ready-to-import n8n JSON — Scriflow

Hey n8n community!

I wanted to share a tool I built to solve a problem I kept running into: spending 30+ minutes manually wiring up nodes for automations that should be straightforward.

Scriflow (https://scriflow.busca.software) is an AI-powered generator that takes a plain-language description of what you want to automate and outputs a valid n8n JSON workflow, ready to paste directly into n8n.

You describe your automation in plain English or Spanish, the AI generates the nodes, parameters and connections automatically, and then you copy the JSON or push it directly to your n8n instance via API key.

What makes it different from just asking ChatGPT is that the model understands the real structure of n8n nodes, so the JSON is actually valid and importable, not just close-but-broken output. It also has a library of 8,000+ pre-built workflow templates you can browse and import.

It’s free to start with 5 generations per day.

I’d love honest feedback from n8n veterans. Are the generated workflows actually useful? What nodes or patterns would you want to test?

Try it: https://scriflow.busca.software