<?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: Prasad Katkade</title>
    <description>The latest articles on DEV Community by Prasad Katkade (@prasad_katkade).</description>
    <link>https://dev.to/prasad_katkade</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%2F4010185%2Ff000cd07-e5c6-4b2b-ad64-10cc67cc072e.jpg</url>
      <title>DEV Community: Prasad Katkade</title>
      <link>https://dev.to/prasad_katkade</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prasad_katkade"/>
    <language>en</language>
    <item>
      <title>Generative UI... but Tweaked. Introducing Symbiotic-UI</title>
      <dc:creator>Prasad Katkade</dc:creator>
      <pubDate>Fri, 03 Jul 2026 20:48:19 +0000</pubDate>
      <link>https://dev.to/prasad_katkade/generative-ui-but-tweakedintroducing-symbiotic-ui-4j9a</link>
      <guid>https://dev.to/prasad_katkade/generative-ui-but-tweakedintroducing-symbiotic-ui-4j9a</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Preface- I was frustrated by how often apps introduce design and layout changes while constantly shipping new features that atleast I personally never use.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;So I thought, why not fix this by making the existing UI editable without changing any of the underlying functionality?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;And that's how Symbiotic-UI was born.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  So, what is Symbiotic-UI?
&lt;/h2&gt;

&lt;p&gt;Symbiotic-UI is a UI framework that lets end users customize the look and feel of their applications (currently supporting Expo only).&lt;/p&gt;

&lt;p&gt;Users simply describe the changes they want in natural language. An LLM parses the request and generates the UI operations that need to be performed. A runtime UI mutation engine then applies those operations and updates the interface instantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch Full Demo Here&lt;/strong&gt; -   &lt;a href="https://www.linkedin.com/posts/prasad-katkade_buildinpublic-reactnative-expo-ugcPost-7467611211610648576-h-hE/?utm_source=social_share_send&amp;amp;utm_medium=member_desktop_web&amp;amp;rcm=ACoAADkSlf4BN7HcBJdBIPDy7grkSbHyEHwx4PE" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://x.com/_prasadd_/status/2061847803618549991?s=20" rel="noopener noreferrer"&gt;X (Twitter)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8q9ty2s0nwbxwa0dhnny.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8q9ty2s0nwbxwa0dhnny.gif" alt="Demo" width="240" height="424"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How did I make this work?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffkiurefe183e6vca85v0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffkiurefe183e6vca85v0.png" alt="How does it work" width="800" height="589"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Currently Supported Operations&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;HIDE &amp;amp; SHOW&lt;/strong&gt; : Changes the visibility of a component.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;STYLE&lt;/strong&gt; : Updates the appearance of the selected UI element using supported design tokens such as background color, text color, borders, spacing, and positioning.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;REORDER&lt;/strong&gt; : Shift UI elements within a layout. Works especially well with Flexbox.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;How to Use&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I made sure the developer experience remains intact. (I know it sounds archaic in the world of AI, but I still care about it.)&lt;/p&gt;

&lt;p&gt;Developers simply wrap the layout or JSX they want to make editable inside  &lt;code&gt;&amp;lt;SymbioticUI /&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;They then provide a &lt;strong&gt;sym-name (the component name)&lt;/strong&gt; and &lt;strong&gt;semantic sym-ids to elements such as buttons, images, or containers&lt;/strong&gt; to help the LLM understand what each section represents—for example, header, footer, or profile-btn.&lt;/p&gt;

&lt;p&gt;The LLM parses user prompts like: &lt;em&gt;"Shift the profile button to the left."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;and returns a JSON Operations object.&lt;/p&gt;

&lt;p&gt;Using the &lt;code&gt;useSymbiotic()&lt;/code&gt; hook, developers can then perform two operations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;addOperations()&lt;/code&gt; : Updates the UI and saves the operations to local storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;resetOperations()&lt;/code&gt;: Clears all saved operations and restores the original UI.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Current Hurdles&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Symbiotic-UI currently lives as an &lt;strong&gt;in-project framework&lt;/strong&gt; on GitHub. I plan to release it as an npm package, but before that I'd really appreciate your feedback and suggestions.&lt;/p&gt;

&lt;p&gt;Some of the challenges I'm still working through are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LLM hallucinations&lt;/li&gt;
&lt;li&gt;React state management and UI hydration edge cases&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Expo React Native&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind (NativeWind)&lt;/li&gt;
&lt;li&gt;OpenAI&lt;/li&gt;
&lt;li&gt;Express.js&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/Prasad-Katkade/Symbiotic-UI" rel="noopener noreferrer"&gt;SymbioticUI&lt;/a&gt; (⭐ if you liked the idea)&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Why the name Symbiotic-UI you ask?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The name was inspired by &lt;strong&gt;Marvel's Venom Symbiote&lt;/strong&gt;—something fluid and dynamic that constantly adapts and changes its form.&lt;/p&gt;

&lt;p&gt;I wanted the UI to behave the same way.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp4hfasqyugi3xvnwqv44.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp4hfasqyugi3xvnwqv44.png" alt="Marvel's Venom" width="220" height="220"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;I'd highly appreciate your thoughts on this idea and project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feel free to call it stupid&lt;/strong&gt;—I genuinely want honest feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect with me:&lt;/strong&gt; &lt;a href="https://www.linkedin.com/in/prasad-katkade/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; | &lt;a href="https://x.com/_prasadd_" rel="noopener noreferrer"&gt;Twitter/X&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>ai</category>
      <category>frontend</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
