<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ToolForge</title>
    <description>The latest articles on DEV Community by ToolForge (@toolforgeio).</description>
    <link>https://dev.to/toolforgeio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3849521%2Fb831b50e-1773-4476-b700-84905de0e67a.png</url>
      <title>DEV Community: ToolForge</title>
      <link>https://dev.to/toolforgeio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toolforgeio"/>
    <language>en</language>
    <item>
      <title>How I built a browser-based n8n workflow generator using Gemini AI</title>
      <dc:creator>ToolForge</dc:creator>
      <pubDate>Sun, 29 Mar 2026 15:17:41 +0000</pubDate>
      <link>https://dev.to/toolforgeio/how-i-built-a-browser-based-n8n-workflow-generator-using-gemini-ai-5c3n</link>
      <guid>https://dev.to/toolforgeio/how-i-built-a-browser-based-n8n-workflow-generator-using-gemini-ai-5c3n</guid>
      <description>&lt;p&gt;I kept hitting the same friction point while working &lt;br&gt;
with n8n — every time I had a quick workflow idea, &lt;br&gt;
I had to open my n8n instance, hunt for the right &lt;br&gt;
nodes, wire them up manually, just to prototype &lt;br&gt;
something that might not even work.&lt;/p&gt;

&lt;p&gt;So I built a small tool to fix that.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;A single HTML file that runs entirely in your browser.&lt;br&gt;
You paste your free Gemini API key, describe your &lt;br&gt;
workflow in plain English, and it generates n8n-&lt;br&gt;
compatible workflow JSON you can import directly.&lt;/p&gt;

&lt;p&gt;No server. No backend. No n8n instance needed to &lt;br&gt;
generate the workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;The tool sends your plain English prompt to the &lt;br&gt;
Gemini API with a system prompt engineered to output &lt;br&gt;
valid n8n workflow JSON — correct node types, &lt;br&gt;
parameters structure, and connections format.&lt;/p&gt;

&lt;p&gt;The key challenge was getting Gemini to output JSON &lt;br&gt;
that n8n actually accepts on import. n8n's workflow &lt;br&gt;
JSON has a specific structure — nodes need correct &lt;br&gt;
typeVersion, position arrays, and the connections &lt;br&gt;
object needs to map node names exactly.&lt;/p&gt;

&lt;p&gt;After several iterations the output imports cleanly &lt;br&gt;
with nodes and connections intact. Credentials are &lt;br&gt;
intentionally excluded — n8n never stores credentials &lt;br&gt;
in workflow JSON anyway, so users connect their own &lt;br&gt;
after import as usual.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's included
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The HTML generator tool (BYOK Gemini API)&lt;/li&gt;
&lt;li&gt;5 ready-to-import workflow JSON files:

&lt;ul&gt;
&lt;li&gt;Slack → Google Sheets logging&lt;/li&gt;
&lt;li&gt;Gmail → Drive attachment backup&lt;/li&gt;
&lt;li&gt;RSS → Twitter/X auto-post&lt;/li&gt;
&lt;li&gt;Typeform webhook router&lt;/li&gt;
&lt;li&gt;Notion → email digest&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;If you're an n8n user who wants a faster prototyping &lt;br&gt;
experience outside your instance, the pack is &lt;br&gt;
available here: &lt;a href="https://gum.new/gum/cmnbl4rwm000a04jicqkiatrf" rel="noopener noreferrer"&gt;https://gum.new/gum/cmnbl4rwm000a04jicqkiatrf&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This post was written with AI assistance.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>automaton</category>
      <category>productivity</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
