<?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: Pawan Agrawal</title>
    <description>The latest articles on DEV Community by Pawan Agrawal (@paw1xd).</description>
    <link>https://dev.to/paw1xd</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%2F4059276%2F5a2125c6-9236-4340-b76f-4742c81faf69.png</url>
      <title>DEV Community: Pawan Agrawal</title>
      <link>https://dev.to/paw1xd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paw1xd"/>
    <language>en</language>
    <item>
      <title>Architecture notes from building an AI-first no-code app builder solo.</title>
      <dc:creator>Pawan Agrawal</dc:creator>
      <pubDate>Sun, 09 Aug 2026 17:48:17 +0000</pubDate>
      <link>https://dev.to/paw1xd/architecture-notes-from-building-an-ai-first-no-code-app-builder-solo-2152</link>
      <guid>https://dev.to/paw1xd/architecture-notes-from-building-an-ai-first-no-code-app-builder-solo-2152</guid>
      <description>&lt;p&gt;I'm building &lt;strong&gt;Insculpt&lt;/strong&gt; — an all-in-one workspace (visual builder + CMS + automation + design + AI generation) targeting a beta this November. Sharing a few of the technical decisions in case they're useful to anyone building something similar:&lt;/p&gt;

&lt;p&gt;One schema, two consumers — the live editor preview and the server-side publish compile step use the exact same component definitions, so there's no editor-to-published drift.&lt;br&gt;
Diff-only manifest storage — only diffs from component defaults are stored, across six maps (instances, props, styles, presets, breakpoints, tokens). Keeps autosave payloads and AI generation costs down.&lt;/p&gt;

&lt;p&gt;Hard compile boundary — published output is compiled server-side inside a Queue consumer Worker. Client-side compilation is fine for editor preview, but never for publish — letting the browser compile untrusted HTML into stored output is a real injection risk.&lt;br&gt;
Stack: Next.js, Hono on Cloudflare Workers, Neon Postgres, Cloudflare R2/KV/Queues, all picked to stay cheap at low usage.&lt;/p&gt;

&lt;p&gt;Studio (visual builder) is ~80% done and paused while I finish Content (the CMS). Currently targeting a November beta. Waitlist's open if anyone wants to follow along or get early access: &lt;a href="https://insculpt.io/?from=dev" rel="noopener noreferrer"&gt;Click Here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>softwareengineering</category>
    </item>
  </channel>
</rss>
