<?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: srinivas191206</title>
    <description>The latest articles on DEV Community by srinivas191206 (@srinivas191206).</description>
    <link>https://dev.to/srinivas191206</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%2F4014590%2Fd355a812-6e8f-4eea-be9c-1bc87de33fd4.png</url>
      <title>DEV Community: srinivas191206</title>
      <link>https://dev.to/srinivas191206</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/srinivas191206"/>
    <language>en</language>
    <item>
      <title>I built an open-source React AI workspace that runs sandboxed Python (Wasm) and vector search entirely in the browser</title>
      <dc:creator>srinivas191206</dc:creator>
      <pubDate>Sat, 04 Jul 2026 06:35:04 +0000</pubDate>
      <link>https://dev.to/srinivas191206/i-built-an-open-source-react-ai-workspace-that-runs-sandboxed-python-wasm-and-vector-search-18p8</link>
      <guid>https://dev.to/srinivas191206/i-built-an-open-source-react-ai-workspace-that-runs-sandboxed-python-wasm-and-vector-search-18p8</guid>
      <description>&lt;p&gt;Hey developers,&lt;/p&gt;

&lt;p&gt;For the past few weeks, I’ve been working on a React-based AI workspace called &lt;strong&gt;Much&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;I love self-hosting AI chats, but I got pretty tired of how heavy setups like LibreChat or open-webui can be. Setting up multiple Docker containers, database engines, and backend sandboxes just to run some basic code interpreter or read a PDF felt like overkill for a personal server.&lt;/p&gt;

&lt;p&gt;So, I built Much — a lightweight, self-hostable AI workspace that runs sandboxed code execution and document searches entirely inside your browser tab using WebAssembly.&lt;/p&gt;

&lt;p&gt;Check out the project here:&lt;br&gt;
👉 &lt;strong&gt;GitHub Repository&lt;/strong&gt;: &lt;a href="https://github.com/srinivas191206/MUCH" rel="noopener noreferrer"&gt;github.com/srinivas191206/MUCH&lt;/a&gt;&lt;br&gt;
👉 &lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://much-liard.vercel.app" rel="noopener noreferrer"&gt;much-liard.vercel.app&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  How is it different?
&lt;/h3&gt;

&lt;p&gt;Unlike other platforms that offload everything to heavy backend server containers, Much handles code execution and file parsing directly in your web browser tab:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;In-Browser Python Sandbox&lt;/strong&gt;: Runs Python, loads Pandas dataframes, and displays Matplotlib plots client-side using Pyodide WebAssembly. No server resources or backend sandboxes required.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local Vector RAG&lt;/strong&gt;: Drag-and-drop spreadsheets or PDFs and run vector-based similarity matches directly inside your browser tab.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unified Model Hub&lt;/strong&gt;: Hot-swap between cloud models (Gemini, Groq, OpenRouter) and local Ollama instances inside a single chat stream.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model Context Protocol&lt;/strong&gt;: Native MCP client support to hook models directly to local SQLite databases or file paths.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generative UI (Artifacts)&lt;/strong&gt;: Real-time React component and Mermaid flowchart rendering in a side-by-side preview panel.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  The Tech Stack
&lt;/h3&gt;

&lt;p&gt;The client is built on React (Vite), Pyodide, and Lucide icons. It communicates with a lightweight Express/Node API backend that stores user data securely in a local MongoDB database.&lt;/p&gt;




&lt;h3&gt;
  
  
  We are in active development!
&lt;/h3&gt;

&lt;p&gt;Much is currently in its early development phase. I want to promote this project and take it to the next level, and &lt;strong&gt;I need your help and feedback to get there!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you like what we are building, please &lt;strong&gt;leave a star on the repository!&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;If you want to contribute features, fix bugs, or help optimize the Wasm modules, &lt;strong&gt;pull requests and issues are highly welcomed!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think in the comments below!&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/srinivas191206/MUCH" rel="noopener noreferrer"&gt;github.com/srinivas191206/MUCH&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>ai</category>
      <category>selfhosted</category>
      <category>webassembly</category>
    </item>
  </channel>
</rss>
