<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Building Notic]]></title><description><![CDATA[Behind the scenes of building Notic — a floating notepad that stays on top while you browse. Product updates, lessons learned, and the indie dev journey.]]></description><link>https://blog.getnotic.io</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 10:54:29 GMT</lastBuildDate><atom:link href="https://blog.getnotic.io/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Why I Built Notic]]></title><description><![CDATA[I had 47 tabs open. Again.
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.
I never found it.
This happens...]]></description><link>https://blog.getnotic.io/why-i-built-notic</link><guid isPermaLink="true">https://blog.getnotic.io/why-i-built-notic</guid><category><![CDATA[Productivity]]></category><category><![CDATA[JavaScript]]></category><category><![CDATA[webdev]]></category><category><![CDATA[startup]]></category><dc:creator><![CDATA[Damian Kim]]></dc:creator><pubDate>Sat, 07 Feb 2026 08:19:31 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1770452251244/f387cb07-f43a-4582-acc6-d44025010d4e.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I had 47 tabs open. Again.</p>
<p>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.</p>
<p>I never found it.</p>
<p>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.</p>
<h2 id="heading-the-problem-isnt-note-taking-apps">The problem isn't note-taking apps</h2>
<p>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.</p>
<p>The problem is that none of them stay visible while I work.</p>
<p>When I'm reading an article and want to take notes, I have to:</p>
<ol>
<li><p>Switch to my notes app</p>
</li>
<li><p>Write something</p>
</li>
<li><p>Switch back to the article</p>
</li>
<li><p>Lose my place</p>
</li>
<li><p>Try to remember what I was thinking</p>
</li>
</ol>
<p>By step 4, my brain has already moved on. The context switch kills the thought.</p>
<h2 id="heading-what-i-actually-wanted">What I actually wanted</h2>
<p>A notepad that floats on top of everything. Like a sticky note, but for my browser.</p>
<p>Something I can glance at while reading. Something that doesn't disappear when I click on another tab. Something that's just... there.</p>
<p>So I built it.</p>
<h2 id="heading-what-notic-does">What Notic does</h2>
<p>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.</p>
<p><img src="https://dsfbzdgqpy3c.cloudfront.net/images/2026/02/07/1770451617932-d777cd4e-image.png" alt="image" /></p>
<p>It's that simple. A window that floats.</p>
<p>But once I started using it, I realized I needed a few more things:</p>
<p><strong>Markdown support</strong> — I think in bullet points and headers. Plain text feels limiting.</p>
<p><strong>Multiple notes</strong> — One scratchpad isn't enough. I need separate notes for different projects.</p>
<p><strong>Sync</strong> — I work on multiple devices. My notes need to follow me.</p>
<p><strong>Dark mode</strong> — I stare at screens all day. My eyes need a break.</p>
<p>So I added all of that.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770451941147/a748a360-3145-4b99-b1bd-d819202a5093.png" alt class="image--center mx-auto" /></p>
<h2 id="heading-the-chrome-extension">The Chrome extension</h2>
<p>The latest thing I'm shipping is a Chrome extension that adds a few superpowers:</p>
<ul>
<li><p><strong>Save current page</strong> — One click to capture the URL and title into a note</p>
</li>
<li><p><strong>Screenshot page</strong> — Grab a visual snapshot</p>
</li>
<li><p><strong>Save all open tabs</strong> — 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.</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1770451997100/b7f939ac-6864-466e-a304-12315265823e.png" alt class="image--center mx-auto" /></p>
<p>It's in review right now. Should be live in a day or two.</p>
<h2 id="heading-why-im-writing-this">Why I'm writing this</h2>
<p>I'm building Notic in public. That means sharing the process, the wins, and the failures.</p>
<p>If you're someone who:</p>
<ul>
<li><p>Has too many tabs open</p>
</li>
<li><p>Loses notes in random places</p>
</li>
<li><p>Wishes your notepad would just stay visible while you work</p>
</li>
</ul>
<p>Then Notic might be for you.</p>
<p>Try it at <a target="_blank" href="https://getnotic.io">getnotic.io</a>. It's free to start.</p>
<p>And if you want to follow along as I build this thing, I'm posting updates on <a target="_blank" href="https://x.com/getnotic48872">Twitter/X</a> and here on this blog.</p>
<p>Let's see where this goes.</p>
<p>— Damian</p>
]]></content:encoded></item></channel></rss>