<?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: Kayra</title>
    <description>The latest articles on DEV Community by Kayra (@opening-butterfly73).</description>
    <link>https://dev.to/opening-butterfly73</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%2F4133051%2F5bba5aed-dc54-4404-a3c1-98ed9a15504a.png</url>
      <title>DEV Community: Kayra</title>
      <link>https://dev.to/opening-butterfly73</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/opening-butterfly73"/>
    <language>en</language>
    <item>
      <title>Why I built a local-first visual builder instead of another cloud SaaS</title>
      <dc:creator>Kayra</dc:creator>
      <pubDate>Sat, 19 Sep 2026 15:03:15 +0000</pubDate>
      <link>https://dev.to/opening-butterfly73/why-i-built-a-local-first-visual-builder-instead-of-another-cloud-saas-162a</link>
      <guid>https://dev.to/opening-butterfly73/why-i-built-a-local-first-visual-builder-instead-of-another-cloud-saas-162a</guid>
      <description>&lt;p&gt;Most modern visual builders and rapid prototyping platforms take the exact same path: they &lt;strong&gt;lock your application into a proprietary browser runtime&lt;/strong&gt;, charge per-seat or per-usage cloud fees, and emit &lt;strong&gt;unmaintainable spaghetti code&lt;/strong&gt; the moment you try to export it.&lt;/p&gt;

&lt;p&gt;The entire ecosystem shifted toward cloud-hosted builders to force vendor lock-in and justify heavy subscription tiers. But for developers who actually care about &lt;strong&gt;code ownership, git integration, and offline workflows&lt;/strong&gt;, running an IDE inside a Chrome tab with a hidden backend runtime feels completely backwards.&lt;/p&gt;

&lt;p&gt;I've been building NotCodes to test an alternative architecture: a &lt;strong&gt;local-first desktop IDE&lt;/strong&gt; that pairs visual layout editing directly with a local TypeScript AST parser.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;The Core Architectural Choices&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Local AST manipulation instead of cloud compilers&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
When you arrange components or connect endpoints, the changes are parsed and written &lt;strong&gt;deterministically to your local disk&lt;/strong&gt;. There is no remote compilation server holding your code hostage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Clean, standard output&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
It outputs standard &lt;strong&gt;React, React Native, and Node.js&lt;/strong&gt; codebases. The output is intended to be indistinguishable from code written by hand, with zero proprietary runtime wrappers or framework lock-in.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Zero server compute overhead&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Because all the parsing, building, and rendering happen on the client machine, &lt;strong&gt;infrastructure costs stay practically nonexistent&lt;/strong&gt;. You own the files, run them locally, and deploy wherever you want.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;Deterministic Layout vs Prompt-Driven Development&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;With the rise of prompt-to-UI tools, prototyping got faster, but &lt;strong&gt;granular layout control&lt;/strong&gt; and &lt;strong&gt;deterministic state wiring&lt;/strong&gt; still fall apart when apps grow beyond single-view mockups. You end up spending more time prompting around edge cases than actually building.&lt;/p&gt;

&lt;p&gt;Having a spatial, visual canvas mapped directly to an AST provides precise control &lt;strong&gt;without begging an LLM&lt;/strong&gt; to adjust margins or connect a database schema properly.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;I'm curious how other engineers view this:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the stigma around "low-code" keep you away from visual tools entirely, even if they output clean TSX on your local machine?&lt;/li&gt;
&lt;li&gt;What are the biggest edge cases you've hit when trying to integrate visual scaffolding into standard git/Node workflows?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>architecture</category>
      <category>node</category>
    </item>
  </channel>
</rss>
