<?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: ümit demir</title>
    <description>The latest articles on DEV Community by ümit demir (@mit_demir_d07c130b3366d3).</description>
    <link>https://dev.to/mit_demir_d07c130b3366d3</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%2F3846422%2F4d4bbd77-f0c0-4446-a251-ee504a666adc.png</url>
      <title>DEV Community: ümit demir</title>
      <link>https://dev.to/mit_demir_d07c130b3366d3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mit_demir_d07c130b3366d3"/>
    <language>en</language>
    <item>
      <title>I built a whiteboard, accidentally</title>
      <dc:creator>ümit demir</dc:creator>
      <pubDate>Fri, 27 Mar 2026 15:36:29 +0000</pubDate>
      <link>https://dev.to/mit_demir_d07c130b3366d3/i-built-a-whiteboard-accidentally-32lo</link>
      <guid>https://dev.to/mit_demir_d07c130b3366d3/i-built-a-whiteboard-accidentally-32lo</guid>
      <description>&lt;p&gt;I’ve been trying to build a whiteboard app for almost a year. I did it because of a couple of reasons: I wanted to try out skia. I wanted to try all the trendy react libraries like Zustand and TanStack Query. And, I wanted to get better at backend development with Go.&lt;/p&gt;

&lt;p&gt;Okay, to be fair, last one doesn’t sound like what you’d expect for a frontend-heavy project. But that is exactly what started all of this!&lt;/p&gt;

&lt;p&gt;I didn’t want to build a basic CRUD backend app. I wanted to build something real, something challenging. A backend for a collaborative whiteboard seemed like a great idea. So, I got to work. I implemented basic auth, classic CRUD endpoints, messaging with NATS JetStream, observability, and finally, WebSocket messaging.&lt;/p&gt;

&lt;p&gt;Eventually, Postman just didn’t feel like enough to test my app. And then I thought building a minimal frontend app would be a good idea because I like to see what I’m building. So I started building it. After a couple of days, it was done. Then I decided to try out frontend tools I’d been wanting to try. I added Zustand for store management, TanStack Query to handle data fetching/updating.&lt;/p&gt;

&lt;p&gt;Then, I wondered how good Skia’s CanvasKit really was. CanvasKit is a WebAssembly port of the Skia 2D graphics engine which powers Chrome and Flutter. It lets you render high performance graphics right in the browser. I wanted to try it out, so I created a board page and rendered a grid. Following that, I started rendering some basic shapes like rectangle, ellipse, triangle. Then came pen drawings and texts.&lt;/p&gt;

&lt;p&gt;Just like that, my so-called backend project became a frontend project. All my curiosity shifted, so I took it further. I made the canvas interactive: selecting shapes, moving them, resizing them. Then of course, I integrated it with my backend. I started handling websocket messages to save shapes in the db and update them real-time. I made it collaborative: backend broadcasted updates to the other clients on the same board, and those clients listened to the messages to update their local shape data.&lt;/p&gt;

&lt;p&gt;Looking back, I probably could have finished this project right there. But every time I thought I was done, I kept finding one more thing to add, one more thing to try. I added rich text support, the ability to add text inside shapes, a sub-toolbar to modify background colors, text colors, border thickness, etc. Then I added lines, sticky notes, images… and it became a real whiteboard app.&lt;/p&gt;

&lt;p&gt;I’m really happy with how it turned out. I learned a lot along the way. Maybe I didn’t learn how to stick to a plan, but anyway, I have a whiteboard app now. And it’s something I genuinely enjoyed building, most of the time.&lt;/p&gt;

&lt;p&gt;To make it as accessible as possible, I recently added a standalone mode. The frontend no longer relies on a backend. It uses browser’s IndexedDB to store the data locally. If you want to play around with it: &lt;a href="https://eskiz.io" rel="noopener noreferrer"&gt;https://eskiz.io&lt;/a&gt;. If you want to check source code: &lt;a href="https://github.com/umtdemr/eskiz" rel="noopener noreferrer"&gt;https://github.com/umtdemr/eskiz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is it done? I don’t think so. I can think of a lot of features to add, like retina display, frames, AI integration but not sure if the world can handle another whiteboard app.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>typescript</category>
      <category>react</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
