<?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: A teen from India</title>
    <description>The latest articles on DEV Community by A teen from India (@a_teen_from_india).</description>
    <link>https://dev.to/a_teen_from_india</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%2F3911753%2F17bc31f3-2d2a-4c89-b2cd-f8bec323c51c.png</url>
      <title>DEV Community: A teen from India</title>
      <link>https://dev.to/a_teen_from_india</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/a_teen_from_india"/>
    <language>en</language>
    <item>
      <title>I Built a Chrome Extension in 5 Months as a Teenager: Here’s My CometNotes Story</title>
      <dc:creator>A teen from India</dc:creator>
      <pubDate>Mon, 04 May 2026 14:03:31 +0000</pubDate>
      <link>https://dev.to/a_teen_from_india/i-built-a-chrome-extension-in-5-months-as-a-teenager-heres-my-cometnotes-story-5a97</link>
      <guid>https://dev.to/a_teen_from_india/i-built-a-chrome-extension-in-5-months-as-a-teenager-heres-my-cometnotes-story-5a97</guid>
      <description>&lt;p&gt;“I’m 11, I don’t have a CS degree, Here’s how I built an extension with AI”&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I had a problem.&lt;/p&gt;

&lt;p&gt;Every time I had an idea, I’d think: “I should write that down.”&lt;/p&gt;

&lt;p&gt;By the time I opened Notion, my mind had already moved on.&lt;/p&gt;

&lt;p&gt;I’d lose the idea.&lt;/p&gt;

&lt;p&gt;This happened constantly. I’d be in a meeting, get an insight, and realize 5 minutes&lt;/p&gt;

&lt;p&gt;later I never captured it.&lt;/p&gt;

&lt;p&gt;So I started testing different apps:&lt;/p&gt;

&lt;p&gt;Notion: Too slow (5–10 seconds to open)&lt;br&gt;
OneNote: Syncing issues&lt;br&gt;
Apple Notes: Works okay, but can’t use on my work laptop&lt;br&gt;
Google Keep: Too simple, no organization&lt;br&gt;
None of them felt &lt;em&gt;fast&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Speed Matters (And Why You Don’t Know It Yet)
&lt;/h2&gt;

&lt;p&gt;There’s a psychological principle called “working memory.”&lt;/p&gt;

&lt;p&gt;Your brain can hold about 5–7 ideas at once, for about 20 seconds.&lt;/p&gt;

&lt;p&gt;If you don’t capture an idea within those 20 seconds, it’s gone. Forever.&lt;/p&gt;

&lt;p&gt;Most note apps add friction:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open the app (2–5 seconds)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “new note” (1 second)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type title (5 seconds)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Start typing (2 seconds)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Total: 10–13 seconds. You’ve already lost half your working memory.&lt;/p&gt;

&lt;p&gt;And that’s if the app is already open.&lt;/p&gt;

&lt;h2&gt;
  
  
  The “Aha” Moment
&lt;/h2&gt;

&lt;p&gt;One day I was using Slack, and I realized something:&lt;/p&gt;

&lt;p&gt;Slack uses keyboard shortcuts. Cmd+K to search. Cmd+/ for help.&lt;/p&gt;

&lt;p&gt;Shortcuts are &lt;em&gt;fast&lt;/em&gt;. Instant. No UI, no navigation.&lt;/p&gt;

&lt;p&gt;I thought: What if my note extension could work the same speed?&lt;/p&gt;

&lt;p&gt;One button Type your thought. Done.&lt;/p&gt;

&lt;p&gt;No app to open. 0.2 seconds.&lt;/p&gt;

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

&lt;p&gt;— -&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;CometNotes is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Press a single icon&lt;/strong&gt; (or Ctrl+K on Windows)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type or highlight your note&lt;/strong&gt; (appears instantly)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Become a Medium member&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Hit +&lt;/strong&gt; (note saved)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Done&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That’s the core.&lt;/p&gt;

&lt;p&gt;Everything else is secondary:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Organize by categories and tags&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Search (single search bar)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sync across devices (just one key)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Results
&lt;/h2&gt;

&lt;p&gt;I launched a CometNotes PRO to 25 friends.&lt;/p&gt;

&lt;p&gt;The feedback was unanimous: “Great.”&lt;/p&gt;

&lt;p&gt;Not “This is so pretty” or “This has amazing features.”&lt;/p&gt;

&lt;p&gt;Just: “It’s fast.”&lt;/p&gt;

&lt;p&gt;I realized: People don’t want more features. They want to save time.&lt;/p&gt;

&lt;p&gt;So I focused on making it even faster:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Removed animations (saved 0.1s)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pre-loaded the note UI (saved 0.1s)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Removed account requirement (saved 0.5s)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total: 0.2 seconds from highlighting to capturing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Launch
&lt;/h2&gt;

&lt;p&gt;I built for 5 months, testing with 25 early users (friends, family, online communities). The feedback was unanimous: “This is so fast.” Not “This is beautiful” or “This has amazing features.” Just: &lt;strong&gt;”It’s fast.”&lt;/strong&gt; That’s when I knew I was solving the right problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons I Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Lesson 1: Speed is a Feature&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your UI, design, and features matter way less than speed. Make your core&lt;/p&gt;

&lt;p&gt;action 10x faster than competitors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 2: Solve One Problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I could have built a full Notion replacement. But I didn’t. I solved:&lt;/p&gt;

&lt;p&gt;“How do I capture an idea instantly?”&lt;/p&gt;

&lt;p&gt;That focus is what makes it good.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 3: Friction Kills Adoption&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every signup, every email verification, every “welcome” screen kills 50% of&lt;/p&gt;

&lt;p&gt;your users.&lt;/p&gt;

&lt;p&gt;CometNotes has zero of those.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I’m Sharing this?
&lt;/h2&gt;

&lt;p&gt;I’m 11. I don’t have a computer science degree. I didn’t go to a coding bootcamp. I had an idea and 5 months of persistence. I built CometNotes PRO to prove something: &lt;strong&gt;You don’t need to be a professional developer to build something that helps people.&lt;/strong&gt; If you’re scared to start because you “don’t know how to code,” this is for you. I used AI to help with 90% of the code. But I learned the concepts, debugged the problems, and shipped a real product that people are using. You can too.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future
&lt;/h2&gt;

&lt;p&gt;Available on all major browsers — no account, no email, no tracking: — Add to Chrome — Add to Edge — Add to FireFox &lt;strong&gt;Try it now.&lt;/strong&gt; Highlight and start making and organizing. If it saves you time, that’s all I ask. And if you like it, leaving a review on your store helps other people find it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Your Biggest Friction Point?
&lt;/h2&gt;

&lt;p&gt;What app do you lose ideas to? What takes you too long?&lt;/p&gt;

&lt;p&gt;Drop a comment. I read everything and ship features based on feedback.&lt;/p&gt;

&lt;p&gt;P.S. — “If you’re building something, don’t wait until it’s perfect to share. Share when it works. Feedback will make it better.”&lt;br&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%2Fmkmeobow21yv6hxhlvjb.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%2Fmkmeobow21yv6hxhlvjb.png" alt=" " width="225" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tooling</category>
      <category>googlechromeextensions</category>
      <category>notestaking</category>
    </item>
  </channel>
</rss>
