<?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: aakash gupta</title>
    <description>The latest articles on DEV Community by aakash gupta (@aakashgupta____).</description>
    <link>https://dev.to/aakashgupta____</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%2F3946735%2F11297a85-3091-4210-95b6-0d92ba11f1f8.jpg</url>
      <title>DEV Community: aakash gupta</title>
      <link>https://dev.to/aakashgupta____</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aakashgupta____"/>
    <language>en</language>
    <item>
      <title>How I built 3 products solo as a CA student using AI — no coding background</title>
      <dc:creator>aakash gupta</dc:creator>
      <pubDate>Tue, 26 May 2026 06:31:00 +0000</pubDate>
      <link>https://dev.to/aakashgupta____/how-i-built-3-products-solo-as-a-ca-student-using-ai-no-coding-background-1m88</link>
      <guid>https://dev.to/aakashgupta____/how-i-built-3-products-solo-as-a-ca-student-using-ai-no-coding-background-1m88</guid>
      <description>&lt;p&gt;I'm a CA Final cleared student from Mumbai.&lt;/p&gt;

&lt;p&gt;I don't have a computer science degree.&lt;br&gt;
I never took a coding bootcamp.&lt;br&gt;
I couldn't write a for-loop from scratch &lt;br&gt;
six months ago.&lt;/p&gt;

&lt;p&gt;And yet — I've shipped 3 real products, &lt;br&gt;
solo, with zero funding.&lt;/p&gt;

&lt;p&gt;This is exactly how I did it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Crash That Started Everything
&lt;/h2&gt;

&lt;p&gt;It was late at night. My laptop crashed.&lt;/p&gt;

&lt;p&gt;When it came back on — 3 years of saved &lt;br&gt;
research was gone. Bookmarks, references, &lt;br&gt;
articles, everything. Just wiped.&lt;/p&gt;

&lt;p&gt;I went looking for a tool to make sure &lt;br&gt;
it never happened again.&lt;/p&gt;

&lt;p&gt;I couldn't find one that worked the way &lt;br&gt;
my brain does.&lt;/p&gt;

&lt;p&gt;So I decided to build one.&lt;/p&gt;

&lt;p&gt;There was just one problem.&lt;br&gt;
I didn't know how to code.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is "Vibe Coding"?
&lt;/h2&gt;

&lt;p&gt;Vibe coding is building software using &lt;br&gt;
AI tools like Claude, ChatGPT, and Cursor &lt;br&gt;
to write the actual code — while YOU &lt;br&gt;
focus on the product decisions.&lt;/p&gt;

&lt;p&gt;You describe what you want.&lt;br&gt;
The AI builds it.&lt;br&gt;
You test it, break it, fix it, ship it.&lt;/p&gt;

&lt;p&gt;Is it "real coding"? &lt;/p&gt;

&lt;p&gt;Honestly — I don't care about that debate.&lt;br&gt;
What I care about is this:&lt;/p&gt;

&lt;p&gt;3 products. All live. All real users.&lt;br&gt;
Built by someone who couldn't write &lt;br&gt;
a for-loop 6 months ago.&lt;/p&gt;

&lt;p&gt;That's real enough for me.&lt;/p&gt;




&lt;h2&gt;
  
  
  Product 1 — Smart Bookmark Manager 🔖
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; Every bookmark tool stores &lt;br&gt;
links. None help you find them again.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I built:&lt;/strong&gt; A full-stack SaaS with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full-text search across everything saved&lt;/li&gt;
&lt;li&gt;Nested collections — up to 3 levels deep&lt;/li&gt;
&lt;li&gt;Tags with instant filtering&lt;/li&gt;
&lt;li&gt;Real-time cross-device sync&lt;/li&gt;
&lt;li&gt;AI categorisation (coming soon)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Next.js · Supabase · &lt;br&gt;
Tailwind CSS · Vercel&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time to build:&lt;/strong&gt; 6 weeks&lt;br&gt;
&lt;strong&gt;Lines of code I wrote myself:&lt;/strong&gt; Honestly? &lt;br&gt;
Almost none. Claude wrote most of it.&lt;br&gt;
&lt;strong&gt;Is it live?&lt;/strong&gt; Yes. Launched Product Hunt &lt;br&gt;
May 2026.&lt;/p&gt;

&lt;p&gt;The part I contributed:&lt;br&gt;
→ The product idea&lt;br&gt;
→ Every design decision&lt;br&gt;
→ Every UX choice&lt;br&gt;
→ Testing every single feature&lt;br&gt;
→ Debugging when AI got it wrong&lt;br&gt;
→ Shipping it&lt;/p&gt;




&lt;h2&gt;
  
  
  Product 2 — PDFly 📄
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; PDF tools are either &lt;br&gt;
too expensive or too complicated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I built:&lt;/strong&gt; A clean, fast PDF &lt;br&gt;
management tool for people who work &lt;br&gt;
with documents daily.&lt;/p&gt;

&lt;p&gt;As a CA student — I live in PDFs. &lt;br&gt;
Tax documents, audit reports, financial &lt;br&gt;
statements. I built this because I &lt;br&gt;
needed it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time to build:&lt;/strong&gt; A few weeks&lt;br&gt;
&lt;strong&gt;Biggest lesson:&lt;/strong&gt; Sometimes the best &lt;br&gt;
products are built for yourself first.&lt;/p&gt;




&lt;h2&gt;
  
  
  Product 3 — Ignis Quant 📈
&lt;/h2&gt;

&lt;p&gt;This one is my favourite.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; F&amp;amp;O trading software &lt;br&gt;
is either too expensive for individual &lt;br&gt;
traders or too simple for serious ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I built:&lt;/strong&gt; Automated F&amp;amp;O trading &lt;br&gt;
software for both institutional and &lt;br&gt;
individual traders — with real-time &lt;br&gt;
market execution and risk management.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I could build this:&lt;/strong&gt; My CA &lt;br&gt;
background meant I actually understood &lt;br&gt;
the finance side deeply. The AI handled &lt;br&gt;
the code. I handled the logic.&lt;/p&gt;

&lt;p&gt;This is where being a CA + a builder &lt;br&gt;
became a genuine superpower.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned Building 3 Products
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Without Knowing How to Code
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Lesson 1: The idea is the hard part.&lt;/strong&gt;&lt;br&gt;
AI can write code. AI cannot tell you &lt;br&gt;
what to build or why it matters.&lt;br&gt;
That's 100% you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 2: You need to understand &lt;br&gt;
the problem deeply.&lt;/strong&gt;&lt;br&gt;
I could build Ignis Quant because I &lt;br&gt;
understood F&amp;amp;O trading as a CA.&lt;br&gt;
Vibe coding without domain knowledge &lt;br&gt;
produces garbage. With it — magic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 3: Testing is your real job.&lt;/strong&gt;&lt;br&gt;
AI writes the code. You break it.&lt;br&gt;
Then you describe how it broke.&lt;br&gt;
Then AI fixes it.&lt;br&gt;
That loop IS the job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 4: Ship ugly. Fix fast.&lt;/strong&gt;&lt;br&gt;
My first version of Smart Bookmark &lt;br&gt;
Manager was embarrassing.&lt;br&gt;
I shipped it anyway.&lt;br&gt;
Real users found bugs I never would have.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 5: Your unique background &lt;br&gt;
IS your moat.&lt;/strong&gt;&lt;br&gt;
A CS student could have built my &lt;br&gt;
bookmark manager.&lt;br&gt;
Nobody else built Ignis Quant the way &lt;br&gt;
I did — because nobody else had my &lt;br&gt;
exact combination of CA knowledge &lt;br&gt;
and builder mindset.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Tools I Used
&lt;/h2&gt;

&lt;p&gt;AI Coding:    Claude (Anthropic)&lt;br&gt;
Cursor IDE&lt;br&gt;
Frontend:     Next.js + Tailwind CSS&lt;br&gt;
Backend:      Supabase&lt;br&gt;
Hosting:      Vercel&lt;br&gt;
Design:       Canva + v0.dev&lt;br&gt;
Learning:     YouTube + Stack Overflow&lt;br&gt;
(when AI got confused)&lt;/p&gt;

&lt;p&gt;Total monthly cost: Under ₹2,000&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Smart Bookmark Manager just launched &lt;br&gt;
on Product Hunt. I'm working on:&lt;br&gt;
→ Browser extension&lt;br&gt;
→ AI categorisation (Pro)&lt;br&gt;
→ Web archiving&lt;/p&gt;

&lt;p&gt;Ignis Quant is being refined for &lt;br&gt;
more traders.&lt;/p&gt;

&lt;p&gt;PDFly is getting a UI overhaul.&lt;/p&gt;

&lt;p&gt;And I'm probably going to build &lt;br&gt;
a 4th product. Because I can't stop.&lt;/p&gt;




&lt;h2&gt;
  
  
  If You're Thinking About Building
&lt;/h2&gt;

&lt;p&gt;You don't need a CS degree.&lt;br&gt;
You don't need to know how to code.&lt;br&gt;
You need a problem worth solving.&lt;br&gt;
You need patience to test and iterate.&lt;br&gt;
You need the courage to ship something &lt;br&gt;
imperfect.&lt;/p&gt;

&lt;p&gt;The tools to build anything exist today.&lt;br&gt;
They're free or nearly free.&lt;br&gt;
The only thing stopping you is starting.&lt;/p&gt;

&lt;p&gt;So start.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm Aakash — CA Final cleared, &lt;br&gt;
solo builder, Mumbai.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Currently building Smart Bookmark &lt;br&gt;
Manager. Would love your feedback &lt;br&gt;
and thoughts in the comments below 👇&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Try it free: &lt;br&gt;
smartbookmarkpdfmanager.vercel.app&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
