<?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: Damian Kim</title>
    <description>The latest articles on DEV Community by Damian Kim (@d_kim_694bb1da65e1230ff83).</description>
    <link>https://dev.to/d_kim_694bb1da65e1230ff83</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%2F3758117%2F74f8ff4a-0b28-4f58-8fc2-3997d8025800.jpg</url>
      <title>DEV Community: Damian Kim</title>
      <link>https://dev.to/d_kim_694bb1da65e1230ff83</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/d_kim_694bb1da65e1230ff83"/>
    <language>en</language>
    <item>
      <title>Why I Built Notic</title>
      <dc:creator>Damian Kim</dc:creator>
      <pubDate>Sat, 07 Feb 2026 08:43:11 +0000</pubDate>
      <link>https://dev.to/d_kim_694bb1da65e1230ff83/why-i-built-notic-49jb</link>
      <guid>https://dev.to/d_kim_694bb1da65e1230ff83/why-i-built-notic-49jb</guid>
      <description>&lt;p&gt;I had 47 tabs open. Again.&lt;/p&gt;

&lt;p&gt;Somewhere in that mess was a note I'd written to myself three hours ago. It was in a Google Doc. Or maybe a Notion page. Or one of those "New Tab" pages I use as a scratchpad and forget about.&lt;/p&gt;

&lt;p&gt;I never found it.&lt;/p&gt;

&lt;p&gt;This happens to me constantly. I'm researching something, I have a thought, I jot it down somewhere, and then it disappears into the void of my browser. By the time I need it, I've forgotten where I put it. Or worse, I've closed the tab.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem isn't note-taking apps
&lt;/h2&gt;

&lt;p&gt;There are hundreds of note apps. I've tried most of them. Notion, Obsidian, Apple Notes, Google Keep, random markdown files. They're all fine.&lt;/p&gt;

&lt;p&gt;The problem is that none of them stay visible while I work.&lt;/p&gt;

&lt;p&gt;When I'm reading an article and want to take notes, I have to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Switch to my notes app&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write something&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Switch back to the article&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lose my place&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Try to remember what I was thinking&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;By step 4, my brain has already moved on. The context switch kills the thought.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I actually wanted
&lt;/h2&gt;

&lt;p&gt;A notepad that floats on top of everything. Like a sticky note, but for my browser.&lt;/p&gt;

&lt;p&gt;Something I can glance at while reading. Something that doesn't disappear when I click on another tab. Something that's just... there.&lt;/p&gt;

&lt;p&gt;So I built it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Notic does
&lt;/h2&gt;

&lt;p&gt;Notic is a floating notepad for your browser. You open it, and it stays on top of whatever you're looking at. Write notes while you browse. No tab switching. No losing your place.&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%2Fex7m3e6rldwd8v47viqz.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%2Fex7m3e6rldwd8v47viqz.png" alt=" " width="800" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's that simple. A window that floats.&lt;/p&gt;

&lt;p&gt;But once I started using it, I realized I needed a few more things:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Markdown support&lt;/strong&gt; — I think in bullet points and headers. Plain text feels limiting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multiple notes&lt;/strong&gt; — One scratchpad isn't enough. I need separate notes for different projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sync&lt;/strong&gt; — I work on multiple devices. My notes need to follow me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dark mode&lt;/strong&gt; — I stare at screens all day. My eyes need a break.&lt;/p&gt;

&lt;p&gt;So I added all of that.&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%2Fxqcjahsmo3zuq8c20pty.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%2Fxqcjahsmo3zuq8c20pty.png" alt=" " width="599" height="477"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Chrome extension
&lt;/h2&gt;

&lt;p&gt;The latest thing I'm shipping is a Chrome extension that adds a few superpowers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Save current page&lt;/strong&gt; — One click to capture the URL and title into a note&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Screenshot page&lt;/strong&gt; — Grab a visual snapshot&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Save all open tabs&lt;/strong&gt; — This one's my favorite. Select all your tabs and save them as a note in one click. Finally, a way to close those 47 tabs without losing everything.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&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%2F0v9qiac1vmvioz33dx71.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%2F0v9qiac1vmvioz33dx71.png" alt=" " width="338" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's in review right now. Should be live in a day or two.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I'm writing this
&lt;/h2&gt;

&lt;p&gt;I'm building Notic in public. That means sharing the process, the wins, and the failures.&lt;/p&gt;

&lt;p&gt;If you're someone who:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Has too many tabs open&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Loses notes in random places&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Wishes your notepad would just stay visible while you work&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then Notic might be for you.&lt;/p&gt;

&lt;p&gt;Try it at &lt;a href="https://getnotic.io" rel="noopener noreferrer"&gt;getnotic.io&lt;/a&gt;. It's free to start.&lt;/p&gt;

&lt;p&gt;And if you want to follow along as I build this thing, I'm posting updates on &lt;a href="https://x.com/getnotic48872" rel="noopener noreferrer"&gt;Twitter/X&lt;/a&gt; and here on this blog.&lt;/p&gt;

&lt;p&gt;Let's see where this goes.&lt;/p&gt;

&lt;p&gt;— Damian&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
