<?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: Ciprian Comsa</title>
    <description>The latest articles on DEV Community by Ciprian Comsa (@ciprian_comsa_c5a394e87a2).</description>
    <link>https://dev.to/ciprian_comsa_c5a394e87a2</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2172059%2F9757aa51-3b02-4ff2-8b51-d448cea4ddbd.png</url>
      <title>DEV Community: Ciprian Comsa</title>
      <link>https://dev.to/ciprian_comsa_c5a394e87a2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ciprian_comsa_c5a394e87a2"/>
    <language>en</language>
    <item>
      <title>Nodlyn — A Local-First, No-Code Automation Platform for Any System You Connect</title>
      <dc:creator>Ciprian Comsa</dc:creator>
      <pubDate>Sat, 25 Jul 2026 19:12:11 +0000</pubDate>
      <link>https://dev.to/ciprian_comsa_c5a394e87a2/nodlyn-visual-workflow-automation-with-native-industrial-and-iot-protocol-discovery-12pa</link>
      <guid>https://dev.to/ciprian_comsa_c5a394e87a2/nodlyn-visual-workflow-automation-with-native-industrial-and-iot-protocol-discovery-12pa</guid>
      <description>&lt;p&gt;Hi dev.to, I've been building Nodlyn, a visual workflow builder with one specific obsession: it auto-discovers devices — industrial PLCs, smart home gadgets, whatever's on the network — and lets you wire them into automations without knowing the protocol underneath.&lt;/p&gt;

&lt;p&gt;The gap I kept hitting&lt;/p&gt;

&lt;p&gt;Most no-code automation tools (Zapier, Make, n8n) are built for connecting SaaS apps to each other. That's a solved problem. What isn't solved: connecting a Siemens S7 PLC, a Modbus temperature sensor, or a Zigbee bulb to a workflow, &lt;em&gt;without&lt;/em&gt; already knowing what a register address or a node ID is. The industrial tools that do speak those protocols (Ignition, and friends) assume you're a controls engineer. The IoT tools that are easy to use (Home Assistant) don't touch industrial protocols at all.&lt;/p&gt;

&lt;p&gt;Nodlyn's core feature is a discovery panel: hit scan, and it finds what's on your network — Modbus device, Zigbee bulb, OPC UA server, whatever — and suggests a starting workflow for it. No manual protocol config, no address mapping by hand.&lt;/p&gt;

&lt;p&gt;What's actually in it&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Device discovery across 30+ protocols — MQTT, Modbus TCP, OPC UA, BACnet, Siemens S7, Matter, CAN Bus, ZigBee, Z-Wave, LoRaWAN, BLE, and more, all from the same discovery panel&lt;/li&gt;
&lt;li&gt;200+ connectors/blocks and 200+ templates, business-side stuff included: SFTP, webhooks, Stripe, Salesforce, email/IMAP triggers&lt;/li&gt;
&lt;li&gt;Local LLM support (Ollama, LM Studio) alongside OpenAI-compatible cloud APIs — for teams that can't send documents to an external model&lt;/li&gt;
&lt;li&gt;A ladder-diagram view, toggled from the same toolbar as the drag-and-drop canvas, for anyone with a PLC background who thinks in contacts and coils, not nodes and edges&lt;/li&gt;
&lt;li&gt;Custom components in C# — drop a DLL in the plugins folder, it hot-reloads into the node library&lt;/li&gt;
&lt;li&gt;AI Assistant for workflow building — describe what you need in plain language ("alert me by SMS when a Modbus sensor exceeds 80°C"), and it matches relevant templates, resolves which components/connectors are required, and builds the workflow directly on the canvas — not just a chat window, an actual generated graph you can then edit by hand&lt;/li&gt;
&lt;li&gt;Runs on-prem by default. The desktop app (Studio, Windows for now) builds workflows locally. You can export any workflow as a standalone runtime agent — headless, deployable to Windows, Linux, or macOS — that executes independently on a server, a factory PC, or a Raspberry Pi. Cloud monitoring (heartbeats, remote pause/resume, logs) is opt-in, not required.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's rough right now&lt;/p&gt;

&lt;p&gt;It's beta. The Studio desktop app is Windows-only so far (Linux/macOS builds for Studio itself are on the roadmap — runtime agents already support all three). The installer isn't code-signed yet, so Windows SmartScreen will warn you on first install ("More info" → "Run anyway" gets you through it) — a Microsoft Store submission is in review right now specifically to fix that.&lt;/p&gt;

&lt;p&gt;What I'd love feedback on&lt;/p&gt;

&lt;p&gt;Feedback is welcome, particularly from anyone working on edge/industrial automation or already running self-hosted workflow tools. Two specific questions: which protocol, if missing, would be a dealbreaker for your use case? And separately — what would you need to see demonstrated (not just described) to trust that device discovery works without manual protocol configuration?&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://nodlyn.com" rel="noopener noreferrer"&gt;https://nodlyn.com&lt;/a&gt; — free beta, full feature set unlocked.&lt;/p&gt;

&lt;p&gt;Happy to answer anything about the architecture (C# plugin system, how discovery works under the hood, the runtime agent design) in the comments.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>automation</category>
      <category>ai</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
