<?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>Forem: baydd</title>
    <description>The latest articles on Forem by baydd (@baydd).</description>
    <link>https://forem.com/baydd</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%2F3912844%2Fa934d777-e87e-44a2-a9f7-3f1968e3eff8.jpg</url>
      <title>Forem: baydd</title>
      <link>https://forem.com/baydd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/baydd"/>
    <language>en</language>
    <item>
      <title>I was tired of 50+ open tabs, so I built a widget based workspace with a built in IDE</title>
      <dc:creator>baydd</dc:creator>
      <pubDate>Mon, 04 May 2026 22:03:20 +0000</pubDate>
      <link>https://forem.com/baydd/i-was-tired-of-50-open-tabs-so-i-built-a-widget-based-workspace-with-a-built-in-ide-1efj</link>
      <guid>https://forem.com/baydd/i-was-tired-of-50-open-tabs-so-i-built-a-widget-based-workspace-with-a-built-in-ide-1efj</guid>
      <description>&lt;p&gt;Hi Dev.to community! 👋&lt;/p&gt;

&lt;p&gt;As developers, we all know the "tab fatigue." Between documentation, Slack, Jira, music, and monitoring tools, our browsers often look like a graveyard of forgotten resources. Context switching is real, and it’s a productivity killer.&lt;/p&gt;

&lt;p&gt;I decided to tackle this by building Mutliple.live&lt;br&gt;
 a customizable digital workspace canvas.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
Traditional bookmark bars or start pages are static. I wanted something living. A place where I could see my Kanban board, my music player, my notes, and my research tools all on one screen.&lt;/p&gt;

&lt;p&gt;The Solution&lt;br&gt;
Mutliple allows you to drag and drop widgets onto a canvas. But as I was building it, I realized one thing: I can't build every widget that every developer needs.&lt;/p&gt;

&lt;p&gt;So, I built the Developer Studio.&lt;/p&gt;

&lt;p&gt;Technical Challenge: A Secure Sandbox for React Widgets&lt;br&gt;
The coolest part of the project is that users can actually write their own React/TSX widgets directly in the browser.&lt;/p&gt;

&lt;p&gt;To make this work securely, I had to:&lt;/p&gt;

&lt;p&gt;Integrate Monaco Editor for a VS Code-like experience.&lt;br&gt;
Build a sanitized sandbox environment using srcDoc iframes and cross origin communication via postMessage.&lt;br&gt;
Create an internal SDK so widgets can communicate with the platform (notifications, API calls, data storage).&lt;br&gt;
Tech Stack&lt;br&gt;
Frontend: React, Vite, TailwindCSS, Lucide Icons.&lt;br&gt;
Backend: Node.js, Express, MongoDB, Socket.io.&lt;br&gt;
State Management: Zustand (for that lightweight flow).&lt;br&gt;
I need your feedback!&lt;br&gt;
The project is currently in public beta and completely free. I’m looking for fellow devs to:&lt;/p&gt;

&lt;p&gt;Try out the Developer Studio and see if the SDK makes sense.&lt;br&gt;
Suggest what kind of "Dev Widgets" would make your life easier (e.g., Log viewers, API testers, etc.).&lt;br&gt;
Check it out here: &lt;a href="https://mutliple.live" rel="noopener noreferrer"&gt;https://mutliple.live&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your thoughts in the comments! What does your ideal workspace look like?&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.amazonaws.com%2Fuploads%2Farticles%2Fl2520jqex6t69m7wx4sm.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.amazonaws.com%2Fuploads%2Farticles%2Fl2520jqex6t69m7wx4sm.png" alt=" " width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
