<?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: janvai</title>
    <description>The latest articles on DEV Community by janvai (@janvai).</description>
    <link>https://dev.to/janvai</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%2F3835674%2Fe4f01231-d712-4279-a2ec-e35b06a9c331.png</url>
      <title>DEV Community: janvai</title>
      <link>https://dev.to/janvai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/janvai"/>
    <language>en</language>
    <item>
      <title>From Prompt to Floor Plan: Building an AI-Native Interior Design Platform</title>
      <dc:creator>janvai</dc:creator>
      <pubDate>Fri, 20 Mar 2026 15:00:09 +0000</pubDate>
      <link>https://dev.to/janvai/from-prompt-to-floor-plan-building-an-ai-native-interior-design-platform-36bf</link>
      <guid>https://dev.to/janvai/from-prompt-to-floor-plan-building-an-ai-native-interior-design-platform-36bf</guid>
      <description>&lt;p&gt;The Challenge of Spatial AI&lt;br&gt;
Most Generative AI models are great at making "pretty pictures," but they often fail at spatial logic. For interior design, a simple image generation isn't enough. If an AI places a sofa that’s 10 feet long in a 5-foot space, the tool is useless for real-world space planning.&lt;/p&gt;

&lt;p&gt;As an R&amp;amp;D engineer with a background in system architecture, I wanted to see if we could bridge the gap between AI tools and functional 3D visualization. This led to the development of JanvAI.&lt;/p&gt;

&lt;p&gt;Our Technical Approach&lt;br&gt;
To build a reliable room render engine, we had to move beyond basic API calls. Here’s a breakdown of the stack we used:&lt;/p&gt;

&lt;p&gt;Intelligence Layer: We integrated Google Gemini (Pro/Flash) to handle complex Natural Language Queries (NLQ). By fine-tuning our prompts, the AI acts as an interior design assistant that understands specific architectural styles—from Parisian gypsum roses to modern earthy textures.&lt;/p&gt;

&lt;p&gt;The "Context" Problem: One of the biggest hurdles was maintaining the room's structural integrity. We’ve been experimenting with the Model Context Protocol (MCP) to allow our AI agents to better understand user-uploaded data and local environment constraints.&lt;/p&gt;

&lt;p&gt;Performance &amp;amp; Scale: The backend is powered by PHP (Laravel) for robust API management, paired with Python scripts for heavy data processing and optimization.&lt;/p&gt;

&lt;p&gt;DevOps Excellence: To ensure seamless updates, we use Docker and Ansible to manage our multi-server deployment pipeline. This allows us to push new 3D visualization features without downtime.&lt;/p&gt;

&lt;p&gt;Key Features of JanvAI&lt;br&gt;
We didn't just want another "filter" app. We built JanvAI to be a comprehensive design companion:&lt;/p&gt;

&lt;p&gt;High-Fidelity Rendering: Transform a messy room photo into a professional interior concept in seconds.&lt;/p&gt;

&lt;p&gt;Style Consistency: Whether you're looking for home decor inspiration or a full renovation plan, the AI maintains a consistent aesthetic across different angles.&lt;/p&gt;

&lt;p&gt;Visualizing the Impossible: For those awkward spaces—like a 3.5ft deep mantel—our tool helps users visualize layers and scale before they spend a dime.&lt;/p&gt;

&lt;p&gt;What's Next?&lt;br&gt;
The next frontier for us is deeper integration with 3D visualization libraries to allow users to interact with individual decor objects in real-time.&lt;/p&gt;

&lt;p&gt;Building a side project as an engineer is always a journey of constant learning—from troubleshooting Cloudflare tunnels to optimizing SQL queries for large-scale data syncs.&lt;/p&gt;

&lt;p&gt;Try it out and let me know your thoughts: &lt;a href="https://www.janvai.com/" rel="noopener noreferrer"&gt;https://www.janvai.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gemini</category>
      <category>llm</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
