<?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: Quang</title>
    <description>The latest articles on DEV Community by Quang (@quanglee).</description>
    <link>https://dev.to/quanglee</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%2F3982999%2F03eed487-53b4-426a-8aae-7095f4866b3a.png</url>
      <title>DEV Community: Quang</title>
      <link>https://dev.to/quanglee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/quanglee"/>
    <language>en</language>
    <item>
      <title>OpenAI shipped Sites. Here's my open-source spin on it</title>
      <dc:creator>Quang</dc:creator>
      <pubDate>Thu, 18 Jun 2026 14:07:31 +0000</pubDate>
      <link>https://dev.to/quanglee/openai-shipped-sites-heres-my-open-source-spin-on-it-p9e</link>
      <guid>https://dev.to/quanglee/openai-shipped-sites-heres-my-open-source-spin-on-it-p9e</guid>
      <description>&lt;p&gt;Hi everyone! My first post on &lt;a href="http://dev.to"&gt;dev.to&lt;/a&gt;. One of my many efforts to counter my timid nature.&lt;/p&gt;

&lt;p&gt;That aside: 2 weeks ago, OpenAI quietly shipped Sites, a Codex plugin for ChatGPT Business and Enterprise. You can read the docs here: &lt;a href="https://developers.openai.com/codex/sites" rel="noopener noreferrer"&gt;https://developers.openai.com/codex/sites&lt;/a&gt;. For those who don't want to read the long docs, here's the tldr: you describe a small tool in a prompt, and Codex builds it, saves a deployable version, and deploys it to a hosted URL. It can wire up a real database for saved records or object storage for file uploads if needed, but the apps themselves stay small and focused, closer to a single-purpose tool than a full product.&lt;/p&gt;

&lt;p&gt;It's basically Claude's artifacts taken one step further: not a throwaway piece of JS/HTML living only in a chat thread, but a small, data-oriented app that can persist state and get a real URL.&lt;/p&gt;

&lt;p&gt;The idea, i believe, is not to compete with app builders like Replit or Lovable, but to let teams turn a prompt directly into a small internal tool: a request tracker, an ops dashboard, a quick game with saved scores. Imagine needing a tool to triage requests from your team. Wouldn't it be nicer to just describe it and get a working tracker with saved state, instead of opening a no-code builder or briefing an engineer?&lt;/p&gt;

&lt;p&gt;The idea is so cool. But then I realized I have something similar, and I can't wait to share it with you. Welcome to &lt;a href="http://dim0.net" rel="noopener noreferrer"&gt;dim0.net&lt;/a&gt;, a canvas of things.&lt;/p&gt;

&lt;p&gt;Dim0 takes a different angle: instead of a hosted deployment pipeline, the AI builds small interactive React apps, what we call mini-apps, directly as nodes on an infinite canvas. As you can see in the screenshot below, you can create rich notes, mindmaps, schemas, interactive charts, visual explainers, and these mini-apps side by side. You can ask the AI agent anything, and depending on the question, it will generate a mindmap, a schema, or a small interactive app right on the board, next to your notes.&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%2Fk4s4mcqihsjd6esroq20.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%2Fk4s4mcqihsjd6esroq20.png" alt=" " width="799" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's a mix of Excalidraw and Notion. You can draw hand-drawn shapes and arrows, mix in rich-text notes (markdown underneath), and drop interactive elements wherever you need them, all wired to the context already on the board.&lt;/p&gt;

&lt;p&gt;even better, &lt;a href="http://dim0.net" rel="noopener noreferrer"&gt;dim0.net&lt;/a&gt; is fully open source (MIT license, repo here: &lt;a href="//github.com/vcmf/dim0"&gt;github.com/vcmf/dim0&lt;/a&gt;), so feel free to check it out.&lt;/p&gt;

&lt;p&gt;The engine behind the canvas is &lt;a href="//github.com/winlp4ever/canvas-harness"&gt;github.com/winlp4ever/canvas-harness&lt;/a&gt;, which comfortably supports thousands of nodes. It's a complex engine that deserves its own post.&lt;/p&gt;

&lt;p&gt;That's it for now. I'd really appreciate any support here. Feel free to ask me anything, and thanks for letting me finally become part of this awesome community.&lt;/p&gt;

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