<?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: Monu Kumar</title>
    <description>The latest articles on DEV Community by Monu Kumar (@monu_kumar).</description>
    <link>https://dev.to/monu_kumar</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%2F3847017%2F9af07998-7dfa-4fc3-87c5-54c6f278a998.png</url>
      <title>DEV Community: Monu Kumar</title>
      <link>https://dev.to/monu_kumar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/monu_kumar"/>
    <language>en</language>
    <item>
      <title>From ₹15,000 in Debt to Building a Fintech Side Project: My "Vibe Coding" Journey</title>
      <dc:creator>Monu Kumar</dc:creator>
      <pubDate>Sun, 12 Apr 2026 07:20:53 +0000</pubDate>
      <link>https://dev.to/monu_kumar/from-15000-in-debt-to-building-a-fintech-side-project-my-vibe-coding-journey-dhp</link>
      <guid>https://dev.to/monu_kumar/from-15000-in-debt-to-building-a-fintech-side-project-my-vibe-coding-journey-dhp</guid>
      <description>&lt;p&gt;It's funny how you can have a B.Tech in Computer Science, understand complex data structures, &lt;br&gt;
and write production-level code, but completely fail at basic personal finance.&lt;/p&gt;

&lt;p&gt;A few years ago, at 22, I landed my first real full-time job. I was managing digital marketing, &lt;br&gt;
technical SEO, and Meta ads. Coming from a middle-class family in Panipat, Haryana, seeing a &lt;br&gt;
regular salary hit my bank account gave me a false sense of invincibility.&lt;/p&gt;

&lt;p&gt;I fell into the classic entry-level tech trap: lifestyle creep.&lt;/p&gt;

&lt;p&gt;I started swiping my new credit card for weekend dinners at Hangries. I bought a premium Fossil &lt;br&gt;
watch just to "look the part" in client meetings. I bought SaaS subscriptions I didn't need.&lt;/p&gt;

&lt;p&gt;Before I knew it, I was sitting on ₹15,000 in credit card debt. I had zero savings, and the &lt;br&gt;
anxiety of living paycheck-to-paycheck was destroying my productivity.&lt;/p&gt;

&lt;p&gt;Here is the story of how I coded my way out of it, why I pivoted to "vibe coding," and how my &lt;br&gt;
financial mistakes led me to build my own fintech side project.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Turning Point: Engineering a Way Out
&lt;/h2&gt;

&lt;p&gt;As developers, when we see a bug in our code, we debug it. I realized I needed to debug my &lt;br&gt;
finances.&lt;/p&gt;

&lt;p&gt;I stopped swiping. I listed out every single rupee I owed. I decided to leverage my existing &lt;br&gt;
9-to-5 skills — SEO, coding, and digital marketing — to build local side hustles. I started &lt;br&gt;
walking into local shops in my city, offering to set up their Google My Business profiles and &lt;br&gt;
build them micro-tools using simple HTML/JS.&lt;/p&gt;

&lt;p&gt;I used the extra income to attack my debt using the Snowball Method — paying off the smallest &lt;br&gt;
balances first to build psychological momentum.&lt;/p&gt;

&lt;p&gt;I actually wrote the exact mathematical breakdown of &lt;a href="https://monumoney.in/blog/debt-payoff-snowball-method-india" rel="noopener noreferrer"&gt;how I cleared my debt using the snowball method&lt;/a&gt;, which inspired me to build the &lt;a href="https://monumoney.in/calculators/debt-payoff-calculator" rel="noopener noreferrer"&gt;Debt Payoff Calculator&lt;/a&gt; &lt;br&gt;
for my new project.&lt;/p&gt;

&lt;h2&gt;
  
  
  The "Over-Engineering" Trap
&lt;/h2&gt;

&lt;p&gt;Once I was debt-free, I wanted to share my frameworks with other young professionals in India &lt;br&gt;
so they wouldn't make the same dumb mistakes I did. I decided to build a personal finance hub: &lt;br&gt;
MonuMoney.in.&lt;/p&gt;

&lt;p&gt;But like any developer, my first instinct was to over-engineer it.&lt;/p&gt;

&lt;p&gt;I started planning a massive Next.js architecture with a heavy backend, user authentication, a &lt;br&gt;
PostgreSQL database for saving calculator states, and complex global state management.&lt;/p&gt;

&lt;p&gt;Two weeks passed. I hadn't shipped a single thing. I was stuck in "tutorial hell" and &lt;br&gt;
architecture paralysis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Embracing "Vibe Coding" with AI
&lt;/h2&gt;

&lt;p&gt;That's when I decided to completely change my approach. I had been hearing about "vibe coding" — &lt;br&gt;
the process of using AI tools like Claude and Google AI Studio to write the boilerplate, while &lt;br&gt;
you focus purely on the logic, architecture, and "vibe" of the product.&lt;/p&gt;

&lt;p&gt;I dropped the complex backend. I realized users don't want to log in to calculate their debt; &lt;br&gt;
they just want a fast, client-side web app.&lt;/p&gt;

&lt;p&gt;Here was my new stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Next.js (App Router)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS (for rapid UI prototyping)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Vercel (push to ship)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Secret Weapon:&lt;/strong&gt; Prompting AI for component generation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of writing a complex amortization formula from scratch in JavaScript, I prompted the AI:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"Write a React component using Tailwind that calculates the debt snowball method. It needs &lt;br&gt;
to take in an array of debts (name, balance, interest rate, minimum payment) and output a &lt;br&gt;
month-by-month payoff table."&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Within seconds, I had the core logic. I spent my time doing what human developers do best: &lt;br&gt;
refining the UI, fixing edge-case bugs, adjusting the layout for mobile screens, and ensuring &lt;br&gt;
the local context — like using ₹ instead of $ — was perfect.&lt;/p&gt;

&lt;p&gt;By vibe coding, I built and deployed three complex financial calculators in a single weekend.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Takeaway for Indie Hackers and Devs
&lt;/h2&gt;

&lt;p&gt;Building MonuMoney has taught me a few massive lessons that I want to pass on to the Dev.to &lt;br&gt;
community.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Solve Your Own Bugs (In Real Life)
&lt;/h3&gt;

&lt;p&gt;The best side projects come from personal pain. I built a debt payoff calculator because I &lt;br&gt;
literally needed one when I was ₹15k in the hole. If you build a tool that solves your own &lt;br&gt;
problem, you automatically have a target audience of at least one person.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Don't Over-Engineer Version 1.0
&lt;/h3&gt;

&lt;p&gt;Nobody cares about your database schema if the product doesn't exist yet. Vibe code the MVP. &lt;br&gt;
Use AI to write the boring boilerplate. Ship it as a static client-side app first. You can &lt;br&gt;
always add a database later when people actually start using it.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Your Day Job is Your Superpower
&lt;/h3&gt;

&lt;p&gt;Don't try to build the next Facebook on weekends. Look at what you do from 9-to-5 and figure &lt;br&gt;
out how to spin that into a localized micro-SaaS or a side hustle.&lt;/p&gt;

&lt;p&gt;When I recently &lt;a href="https://monumoney.in/blog/ai-proof-side-hustles-india-2026" rel="noopener noreferrer"&gt;tested 5 different side hustles to see what actually works&lt;/a&gt;, &lt;br&gt;
the highest-earning ones were directly tied to my existing professional skills in SEO and &lt;br&gt;
digital marketing — not some random trend I found on YouTube.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where MonuMoney.in Stands Today
&lt;/h2&gt;

&lt;p&gt;Today, my credit card balance is zero. I have multiple income streams running simultaneously. &lt;br&gt;
And I'm building out MonuMoney.in in public — sharing every real number, every failed &lt;br&gt;
experiment, and every win.&lt;/p&gt;

&lt;p&gt;The tools I've shipped so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Debt Payoff Calculator&lt;/strong&gt; (Snowball + Avalanche methods)&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Side Hustle Income Tracker&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Monthly Budget Planner&lt;/strong&gt; built for the Indian salary structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is client-side. Everything is fast. Everything is built for the Indian rupee and &lt;br&gt;
Indian financial context — because most personal finance tools online are built for Americans &lt;br&gt;
and don't translate well here.&lt;/p&gt;

&lt;p&gt;If you're a dev sitting on an idea — stop architecting it in your head. Spin up a Next.js app, &lt;br&gt;
use AI to vibe code the boring parts, and just hit deploy.&lt;/p&gt;

&lt;p&gt;The best time to ship was last week. The second best time is right now.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>nextjs</category>
      <category>career</category>
    </item>
    <item>
      <title>The Gumroad Illusion: Why I Stopped Selling Digital Products and Went Back to Service Delivery</title>
      <dc:creator>Monu Kumar</dc:creator>
      <pubDate>Mon, 06 Apr 2026 16:30:48 +0000</pubDate>
      <link>https://dev.to/monu_kumar/the-gumroad-illusion-why-i-stopped-selling-digital-products-and-went-back-to-service-delivery-d7a</link>
      <guid>https://dev.to/monu_kumar/the-gumroad-illusion-why-i-stopped-selling-digital-products-and-went-back-to-service-delivery-d7a</guid>
      <description>&lt;p&gt;Let me guess—you’ve seen the tweets. &lt;/p&gt;

&lt;p&gt;"Build a Notion template in 2 hours and make ₹5 lakhs while you sleep." &lt;/p&gt;

&lt;p&gt;"Create a PDF checklist, put it on Gumroad, and wake up to passive income."&lt;/p&gt;

&lt;p&gt;As a digital marketer with a B.Tech in Computer Science, I bought into this dream completely. In January 2026, I decided I was going to launch my first digital product. I was going to join the "passive income" club. &lt;/p&gt;

&lt;p&gt;I built it, launched it, shared it, and waited for the money to roll in.&lt;/p&gt;

&lt;p&gt;It didn’t. &lt;/p&gt;

&lt;p&gt;Today, I’m going to share the exact math of my digital product failure, why I immediately pivoted back to service delivery, and the hard lesson every marketer needs to hear about building products before building an audience.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Dream: "Build Once, Sell Forever"
&lt;/h2&gt;

&lt;p&gt;The idea seemed bulletproof. My day job involves managing SEO, Google Ads, and local search campaigns. I know exactly how to rank a local business on Google Maps. &lt;/p&gt;

&lt;p&gt;So, I packaged my knowledge into a "Local Business SEO Checklist + Template Bundle." It included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  A step-by-step Google My Business optimization guide.&lt;/li&gt;
&lt;li&gt;  A WhatsApp marketing template for local shops.&lt;/li&gt;
&lt;li&gt;  A Google review request script.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I priced it at ₹199. A no-brainer, right? Anyone running a small business should want this.&lt;/p&gt;

&lt;p&gt;I listed it on Gumroad. I posted the link on LinkedIn and Twitter (X). I sat back and waited for the notifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math of My Failure
&lt;/h2&gt;

&lt;p&gt;Here is the unvarnished truth of what happened over 30 days:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Copies sold:&lt;/strong&gt; 2&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Gross Revenue:&lt;/strong&gt; ₹398&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Gumroad Fees:&lt;/strong&gt; ~₹58&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Net Profit:&lt;/strong&gt; ₹340&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two copies. And to make matters worse, both buyers were &lt;em&gt;other digital marketers&lt;/em&gt; researching what I was doing—not the local business owners I had created the product for.&lt;/p&gt;

&lt;p&gt;This wasn't just a failed product launch; it was a reality check. When I recently &lt;a href="https://monumoney.in/blog/ai-proof-side-hustles-india-2026" rel="noopener noreferrer"&gt;tested 5 different side hustles to see what actually works&lt;/a&gt;, my digital product was the only one that failed spectacularly, earning just ₹340. Meanwhile, offering the exact same skills as a localized service earned me ₹7,500 in the same month. &lt;/p&gt;

&lt;h2&gt;
  
  
  Why Digital Products Fail for Beginners (The 3 Hard Truths)
&lt;/h2&gt;

&lt;p&gt;I spent a lot of time analyzing why this happened. The product was good. The price was accessible. The problem was fundamental. &lt;/p&gt;

&lt;h3&gt;
  
  
  1. Distribution &amp;gt; Product
&lt;/h3&gt;

&lt;p&gt;We live in an era of information abundance. A local business owner doesn't need my ₹199 PDF—they can ask ChatGPT for a GMB optimization guide for free. What they &lt;em&gt;don't&lt;/em&gt; have is the time to read it or the technical know-how to execute it. &lt;/p&gt;

&lt;p&gt;I had zero audience. No newsletter. No SEO traffic. No community. A product listing on Gumroad without a distribution channel is like opening a shop in the middle of the Sahara. It doesn't matter how good your product is; nobody is walking by.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. The "₹199 Dead Zone"
&lt;/h3&gt;

&lt;p&gt;I learned that ₹199 is a terrible price point for strangers. It’s too expensive to be an impulse buy, but too cheap to signal high value. If I had given it away for free in exchange for email addresses, it would have built my audience. If I had priced it at ₹999 and positioned it as a premium "Done-With-You" framework, the two buyers might have still purchased it, and I would have made ₹2,000 instead of ₹400. &lt;/p&gt;

&lt;h3&gt;
  
  
  3. I Sold Information, Not Transformation
&lt;/h3&gt;

&lt;p&gt;Digital products are passive. They deliver information. But businesses don't pay for information; they pay for transformation. When I walked into a local medical store and offered to set up their Google My Business profile, I wasn't selling a PDF. I was selling them the outcome of getting more local foot traffic. That human connection, the handholding, the accountability—that’s what they paid me ₹1,500 for.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pivot: Why Service Delivery Won
&lt;/h2&gt;

&lt;p&gt;After the digital product flop, I doubled down on what actually worked: delivering the service myself. &lt;/p&gt;

&lt;p&gt;I walked into 11 local businesses in my city. I showed them their own Google listings on my phone. I explained, in simple Hindi, how their competitors were stealing clicks from Google Maps. &lt;/p&gt;

&lt;p&gt;My pitch was simple: &lt;em&gt;"I will set this up completely. If you get even one new customer in 30 days, pay me ₹1,500. If not, it is free."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Eight said yes. Six saw measurable results. Five paid me. One paid me ₹2,500 and asked for monthly management. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Total earned: ₹7,500. Time invested: 15 hours.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Compare that to the ₹340 from the PDF. The ROI wasn't even close.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Right Way to Build Digital Products
&lt;/h2&gt;

&lt;p&gt;I haven't given up on digital products. Passive income is real, but the sequence matters. The "gurus" get the order wrong. They say: &lt;em&gt;Build Product → Launch → Get Audience.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The correct order is: &lt;strong&gt;Build Audience → Identify Pain Points → Sell Service → Productize the Service.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here is my revised playbook for 2026:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Sell your skills as a service first.&lt;/strong&gt; Prove people will pay to solve the problem.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Document the process.&lt;/strong&gt; Turn your service delivery into content (blogs, LinkedIn posts, videos).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Build the audience.&lt;/strong&gt; Attract people who want the result but can't afford your 1-on-1 service.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Launch the product.&lt;/strong&gt; Now you have a distribution channel and a proven market.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Takeaway
&lt;/h2&gt;

&lt;p&gt;If you are a marketer, developer, or designer sitting on a pile of skills, do not start by building a digital product in a vacuum. You are competing against free AI tools that can generate 90% of informational PDFs in 30 seconds. &lt;/p&gt;

&lt;p&gt;Instead, sell your trust. Sell your presence. Sell your ability to look a business owner in the eye and say, "I will handle this for you." &lt;/p&gt;

&lt;p&gt;Service delivery isn't passive. It requires sweat, phone calls, and follow-ups. But in an AI-driven world where anyone can generate a checklist, human trust is the most valuable currency you have. &lt;/p&gt;

&lt;p&gt;Build the trust first. The passive income will follow.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sidehustles</category>
      <category>digitalproducts</category>
      <category>career</category>
    </item>
    <item>
      <title>The Reality of Vibe Coding: How I Built a Web App Without "Writing" Code</title>
      <dc:creator>Monu Kumar</dc:creator>
      <pubDate>Sat, 28 Mar 2026 06:13:21 +0000</pubDate>
      <link>https://dev.to/monu_kumar/the-reality-of-vibe-coding-how-i-built-a-web-app-without-writing-code-911</link>
      <guid>https://dev.to/monu_kumar/the-reality-of-vibe-coding-how-i-built-a-web-app-without-writing-code-911</guid>
      <description>&lt;p&gt;I have a confession. I have a B.Tech in Computer Science. I understand programming concepts. I can read code and mostly understand what it does.&lt;/p&gt;

&lt;p&gt;But I did not write the code for my website in the traditional sense. I built the entire thing using Google AI Studio. Prompt by prompt. Component by component.&lt;/p&gt;

&lt;p&gt;And it works. It is live. Real people use it.&lt;/p&gt;

&lt;p&gt;Let me tell you how.&lt;/p&gt;

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

&lt;p&gt;A &lt;a href="https://monumoney.in/calculators" rel="noopener noreferrer"&gt;personal finance calculator platform&lt;/a&gt; for Indians called MonuMoney.in. It has 36 financial calculators (8 fully functional right now, 28 being built), a blog, SEO setup, and the whole thing runs on Next.js 15 with Tailwind CSS deployed on Vercel.&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%2F1rr6i52twl6sr7ik6s6q.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%2F1rr6i52twl6sr7ik6s6q.png" alt=" " width="800" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The calculators do real-time EMI calculations, SIP return projections, income tax computation based on Indian tax slabs, retirement corpus planning, and more.&lt;/p&gt;

&lt;p&gt;This is not a toy project. The calculations need to be accurate because people will make real financial decisions based on the numbers.&lt;/p&gt;

&lt;p&gt;What Vibe Coding Actually Means&lt;/p&gt;

&lt;p&gt;There is a lot of hype around "vibe coding" right now, and most of it misses the point. Let me explain what it actually looks like in practice.&lt;/p&gt;

&lt;p&gt;Vibe coding is not "tell AI to build me an app." That does not work for anything beyond a demo.&lt;/p&gt;

&lt;p&gt;Vibe coding is more like pair programming where your AI partner does the typing and you do the thinking. You need to know what you want. You need to understand the architecture. You need to be able to read the output and know if it is right or wrong.&lt;/p&gt;

&lt;p&gt;Here is my actual workflow:&lt;/p&gt;

&lt;p&gt;Step 1: I decide what I need. For example, "I need an EMI calculator page with SEO metadata, structured data, and a client-side interactive component."&lt;/p&gt;

&lt;p&gt;Step 2: I write a detailed prompt that specifies exactly what I want. Not "build me an EMI calculator" but a prompt that describes the inputs, the formula, the output display, the styling classes, the file structure, the metadata format, everything.&lt;/p&gt;

&lt;p&gt;Step 3: Google AI Studio generates the code. I read through it. Sometimes it is 90% right and I ask it to fix the remaining issues. Sometimes it completely misunderstands what I wanted and I rephrase.&lt;/p&gt;

&lt;p&gt;Step 4: I paste the final code into my project, test it locally, and push to GitHub. Vercel deploys it automatically.&lt;/p&gt;

&lt;p&gt;This cycle takes anywhere from 20 minutes for a simple component to 3 or 4 hours for a complex calculator page.&lt;/p&gt;

&lt;p&gt;Why Google AI Studio and Not Cursor or Copilot&lt;/p&gt;

&lt;p&gt;No particular reason honestly. I started with Google AI Studio because it was free and I was already comfortable with the Google ecosystem. It just stuck.&lt;/p&gt;

&lt;p&gt;Could I do the same thing with Cursor, Copilot, or Claude? Probably yes. The tool matters less than the skill of writing clear, specific prompts.&lt;/p&gt;

&lt;p&gt;Things That Work Well With This Approach&lt;/p&gt;

&lt;p&gt;Building UI components is where vibe coding really shines. Tailwind CSS components, page layouts, responsive grids, card designs. These are things where the AI has seen millions of examples and can generate solid output consistently.&lt;/p&gt;

&lt;p&gt;SEO boilerplate is another winner. Metadata objects, structured data JSON-LD, sitemap generation, robots.txt configuration. This stuff is repetitive and well-documented. AI handles it perfectly every time.&lt;/p&gt;

&lt;p&gt;Standard financial formulas also work great. EMI formula, compound interest, SIP returns. These formulas are well known and the AI implements them correctly.&lt;/p&gt;

&lt;p&gt;Things That Do Not Work Well&lt;/p&gt;

&lt;p&gt;Anything involving complex state management across multiple components gets messy. The AI generates code that works in isolation but does not always integrate cleanly with existing components. You end up spending time debugging state conflicts.&lt;/p&gt;

&lt;p&gt;Design consistency is another challenge. If you generate each component in a separate prompt, they might use slightly different spacing, colors, or patterns. I learned to always include my existing design tokens and class names in every prompt.&lt;/p&gt;

&lt;p&gt;Edge cases in financial calculations are the scariest part. The AI might implement the basic EMI formula correctly but miss edge cases like what happens when the interest rate is zero, or when the tenure is less than one month. You absolutely need to test every calculator with extreme values.&lt;/p&gt;

&lt;p&gt;The Skill That Actually Matters&lt;/p&gt;

&lt;p&gt;The most important skill in vibe coding is not prompt engineering. It is knowing what to ask for.&lt;/p&gt;

&lt;p&gt;If you do not understand how a Next.js App Router works, you cannot write a good prompt for it. If you do not know what structured data is, you cannot ask the AI to implement it. If you do not understand the EMI formula, you cannot verify the AI's output.&lt;/p&gt;

&lt;p&gt;My B.Tech CS background helps a lot here. Not because I write code, but because I can read it. I understand file structures, component hierarchies, client vs server rendering, and basic algorithmic logic. When the AI generates something wrong, I can usually tell and explain what needs to change.&lt;/p&gt;

&lt;p&gt;Vibe coding does not eliminate the need for technical knowledge. It eliminates the need for typing speed and syntax memorization. Those are very different things.&lt;/p&gt;

&lt;p&gt;The Financial Accuracy Problem&lt;/p&gt;

&lt;p&gt;This deserves its own section because it is the most important consideration for a project like this.&lt;/p&gt;

&lt;p&gt;When you build a calculator that people use for financial decisions, accuracy is not optional. If my EMI calculator shows a wrong number and someone budgets based on it, that is a real problem.&lt;/p&gt;

&lt;p&gt;My approach:&lt;/p&gt;

&lt;p&gt;Every formula is cross-verified against at least two established sources. I check against known correct values from bank websites or government portals.&lt;/p&gt;

&lt;p&gt;I test with known inputs and expected outputs. For example, I know that a Rs 10 lakh loan at 8% for 10 years should give an EMI of Rs 12,133. If my calculator shows anything different, something is wrong.&lt;/p&gt;

&lt;p&gt;I always include a disclaimer that calculations are for educational and estimation purposes only. Not because I am not confident in the accuracy, but because financial tools should always carry this disclaimer.&lt;/p&gt;

&lt;p&gt;Would I Recommend This Approach&lt;/p&gt;

&lt;p&gt;For building tool-based websites and utility apps, absolutely yes. Vibe coding with an AI assistant is faster than traditional coding for someone at my skill level. Probably 3 to 4 times faster.&lt;/p&gt;

&lt;p&gt;For building complex applications with lots of interconnected state, authentication, databases, and real-time features, I would be more careful. At some point, the complexity of prompts exceeds the complexity of just writing the code yourself.&lt;/p&gt;

&lt;p&gt;For my use case, a collection of independent calculators on a static site, vibe coding is perfect. Each calculator is self-contained. Each page follows the same pattern. The architecture is simple and repetitive. This is exactly where AI-assisted coding performs best.&lt;/p&gt;

&lt;p&gt;The site is live at &lt;a href="https://monumoney.in" rel="noopener noreferrer"&gt;https://monumoney.in&lt;/a&gt; if you want to see the end result.&lt;/p&gt;

&lt;p&gt;If you have questions about the workflow or specific prompts I used, drop them in the comments. Happy to share more details.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>personalfinance</category>
      <category>vibecoding</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
