<?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: Shane Jacobeen</title>
    <description>The latest articles on DEV Community by Shane Jacobeen (@shane11235).</description>
    <link>https://dev.to/shane11235</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%2F4123810%2F5c72f88e-f884-4467-843a-2998999711b3.jpg</url>
      <title>DEV Community: Shane Jacobeen</title>
      <link>https://dev.to/shane11235</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shane11235"/>
    <language>en</language>
    <item>
      <title>Turning Mermaid ER diagrams into shareable 3D schema tours</title>
      <dc:creator>Shane Jacobeen</dc:creator>
      <pubDate>Mon, 14 Sep 2026 03:45:20 +0000</pubDate>
      <link>https://dev.to/shane11235/turning-mermaid-er-diagrams-into-shareable-3d-schema-tours-nn8</link>
      <guid>https://dev.to/shane11235/turning-mermaid-er-diagrams-into-shareable-3d-schema-tours-nn8</guid>
      <description>&lt;h2&gt;
  
  
  Turning Mermaid ER diagrams into shareable 3D schema tours
&lt;/h2&gt;

&lt;p&gt;Mermaid &lt;code&gt;erDiagram&lt;/code&gt; is great for docs and PRs. It’s less great when the schema gets dense: boxes overlap, FK lines tangle, and “just zoom out” stops helping.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://schema3d.com" rel="noopener noreferrer"&gt;Schema3D&lt;/a&gt; for that moment: open a Mermaid ER (or SQL / DrawDB) in the browser, explore it in 3D, and share a URL that recreates the view. No live database connection, no account.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  Why 3D helps (sometimes)
&lt;/h3&gt;

&lt;p&gt;2D ERDs optimize for printing and README screenshots. Relationship-heavy schemas optimize for navigation: which tables hang off &lt;code&gt;users&lt;/code&gt;, what’s optional vs required, where the junction tables sit. In Schema3D, you can orbit, switch layouts, search, and filter to &lt;em&gt;walk&lt;/em&gt; a schema when the 2D version has become spaghetti.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try a sample, not a tutorial dump
&lt;/h3&gt;

&lt;p&gt;The app ships with sample schemas (including Mermaid). Open &lt;a href="https://schema3d.com" rel="noopener noreferrer"&gt;schema3d.com&lt;/a&gt;, pick one, and poke at the graph. Bring your own Mermaid or SQL when you want; the demos are there so you don’t have to.&lt;/p&gt;

&lt;h3&gt;
  
  
  Share the view, not a screenshot
&lt;/h3&gt;

&lt;p&gt;Schema3D encodes the schema (and optional view state) into a compressed URL hash (similar in spirit to mermaid.live’s links). Send a colleague a link that opens the same graph without exporting PNG/PDF or granting DB credentials.&lt;/p&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Live: &lt;a href="https://schema3d.com" rel="noopener noreferrer"&gt;schema3d.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Source (MIT): &lt;a href="https://github.com/shane-jacobeen/schema3d" rel="noopener noreferrer"&gt;github.com/shane-jacobeen/schema3d&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>mermaid</category>
      <category>sql</category>
      <category>database</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
