<?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: Mustafa YILMAZ</title>
    <description>The latest articles on DEV Community by Mustafa YILMAZ (@sibercoder).</description>
    <link>https://dev.to/sibercoder</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%2F3874030%2Fb9d2bdf9-0086-47f3-b4eb-22a7376550ba.jpeg</url>
      <title>DEV Community: Mustafa YILMAZ</title>
      <link>https://dev.to/sibercoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sibercoder"/>
    <language>en</language>
    <item>
      <title>I Built an Open-Source n8n Alternative with AI Agents — Here's What I Learned</title>
      <dc:creator>Mustafa YILMAZ</dc:creator>
      <pubDate>Sat, 11 Apr 2026 19:29:42 +0000</pubDate>
      <link>https://dev.to/sibercoder/i-built-an-open-source-n8n-alternative-with-ai-agents-heres-what-i-learned-5hlp</link>
      <guid>https://dev.to/sibercoder/i-built-an-open-source-n8n-alternative-with-ai-agents-heres-what-i-learned-5hlp</guid>
      <description>&lt;p&gt;I've been working on workflow automation tools for a while, and I always felt something was missing — the ability to combine visual workflow building with real AI agent capabilities. So I built &lt;strong&gt;SiberCron&lt;/strong&gt;, and today I'm open-sourcing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is SiberCron?
&lt;/h2&gt;

&lt;p&gt;SiberCron is an open-source, self-hosted workflow automation platform. Think of it as &lt;strong&gt;n8n meets AI Agents&lt;/strong&gt; — you get a visual drag-and-drop workflow editor combined with powerful AI capabilities from 9+ LLM providers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/SiberCoder/SiberCron" rel="noopener noreferrer"&gt;https://github.com/SiberCoder/SiberCron&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I love n8n and similar tools, but I wanted something that could:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use AI natively within workflows (not just as an HTTP call to an API)&lt;/li&gt;
&lt;li&gt;Support multiple AI providers out of the box (OpenAI, Claude, Gemini, Groq, Ollama, and more)&lt;/li&gt;
&lt;li&gt;Include a built-in AI "brain" that can manage workflows through natural language&lt;/li&gt;
&lt;li&gt;Handle multi-channel messaging (Telegram, Discord, Slack, WhatsApp) in one place&lt;/li&gt;
&lt;li&gt;Be fully self-hosted with no vendor lock-in&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Visual Workflow Editor
&lt;/h3&gt;

&lt;p&gt;Built with React Flow, the drag-and-drop editor makes it easy to create complex workflows visually. You connect nodes together, configure them, and watch your automation run in real-time.&lt;/p&gt;

&lt;h3&gt;
  
  
  9+ AI Providers
&lt;/h3&gt;

&lt;p&gt;One of the things I'm most proud of is the AI integration. SiberCron supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OpenAI&lt;/strong&gt; — GPT-4, GPT-4o, o3-mini&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anthropic&lt;/strong&gt; — Claude Sonnet, Haiku, Opus&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google&lt;/strong&gt; — Gemini 2.0 Flash, 2.5 Pro&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ollama&lt;/strong&gt; — Run local models completely offline&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Groq&lt;/strong&gt; — Ultra-fast inference&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom&lt;/strong&gt; — Any OpenAI-compatible API endpoint&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  17+ Built-in Nodes
&lt;/h3&gt;

&lt;p&gt;Triggers (Manual, Cron, Webhook, WhatsApp Receive), AI nodes (AI Agent, Autonomous Dev), Core nodes (HTTP Request, Code, Conditional, Transform, Merge, Delay, Log), and Messaging nodes (Telegram, Discord, Slack, WhatsApp).&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Brain &amp;amp; Chat
&lt;/h3&gt;

&lt;p&gt;This is where it gets interesting. You can tell SiberCron things like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Create a workflow that checks my API every 5 minutes and sends a Telegram alert if it's down"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The AI brain has 14+ tool-calling capabilities including workflow CRUD operations, execution management, messaging across platforms, file operations, and shell commands.&lt;/p&gt;

&lt;h3&gt;
  
  
  Multi-Channel Messaging
&lt;/h3&gt;

&lt;p&gt;Send messages to Telegram, Discord, Slack, and WhatsApp from a single workflow. WhatsApp integration includes Cloud API with QR code pairing and incoming message triggers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React 18, TypeScript, Vite, TailwindCSS, React Flow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js, Fastify, TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Queue:&lt;/strong&gt; BullMQ + Redis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time:&lt;/strong&gt; Socket.io&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; SQLite (zero config)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;

&lt;p&gt;Getting started is simple:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/SiberCoder/SiberCron.git
&lt;span class="nb"&gt;cd &lt;/span&gt;SiberCron
pnpm &lt;span class="nb"&gt;install
cp&lt;/span&gt; .env.example .env
pnpm dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Docker is also supported:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;docker compose up &lt;span class="nt"&gt;-d&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm actively working on this project and would love community feedback. Some things on the roadmap:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More AI provider integrations&lt;/li&gt;
&lt;li&gt;Workflow marketplace/templates&lt;/li&gt;
&lt;li&gt;Enhanced monitoring dashboard&lt;/li&gt;
&lt;li&gt;Plugin ecosystem growth&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;The project is MIT licensed and fully open-source. Give it a try and let me know what you think!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/SiberCoder/SiberCron" rel="noopener noreferrer"&gt;https://github.com/SiberCoder/SiberCron&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you find it useful, a star on GitHub would mean a lot. And if you have ideas or find bugs, please open an issue — I read every single one.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with care in Turkey.&lt;/em&gt; 🇹🇷&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>webdev</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
