<?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>Forem: Vishal Shetty</title>
    <description>The latest articles on Forem by Vishal Shetty (@vishalshetty).</description>
    <link>https://forem.com/vishalshetty</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%2F3863126%2F4bfec23e-3f4a-4c89-8c53-5aca1139d048.png</url>
      <title>Forem: Vishal Shetty</title>
      <link>https://forem.com/vishalshetty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vishalshetty"/>
    <language>en</language>
    <item>
      <title>I built a restaurant bill splitting app — here’s how it works (SplitMalple)</title>
      <dc:creator>Vishal Shetty</dc:creator>
      <pubDate>Mon, 06 Apr 2026 05:42:06 +0000</pubDate>
      <link>https://forem.com/vishalshetty/i-built-a-restaurant-bill-splitting-app-heres-how-it-works-splitmalple-k5e</link>
      <guid>https://forem.com/vishalshetty/i-built-a-restaurant-bill-splitting-app-heres-how-it-works-splitmalple-k5e</guid>
      <description>&lt;p&gt;Splitting a restaurant bill sounds simple… until it isn’t.&lt;/p&gt;

&lt;p&gt;You’ve probably been there:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Someone pays more than they should&lt;/li&gt;
&lt;li&gt;Others underpay&lt;/li&gt;
&lt;li&gt;And it ends with confusion or awkward conversations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve faced this multiple times — and that’s what led me to build &lt;strong&gt;SplitMalple&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 How the idea started
&lt;/h2&gt;

&lt;p&gt;The idea came up during a restaurant outing.&lt;/p&gt;

&lt;p&gt;A friend casually said:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Why don’t you build an app for this?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That one line stuck with me.&lt;/p&gt;

&lt;p&gt;Also, the name &lt;strong&gt;SplitMalple&lt;/strong&gt; comes from my native language &lt;em&gt;Tulu&lt;/em&gt;, where &lt;em&gt;“Malple” means “to do”&lt;/em&gt; — making it simple, personal, and action-focused.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ The problem
&lt;/h2&gt;

&lt;p&gt;Splitting bills in groups is rarely fair:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People order different items&lt;/li&gt;
&lt;li&gt;Some dishes are shared&lt;/li&gt;
&lt;li&gt;Equal splitting doesn’t make sense&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So what do we usually do?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open a calculator 📱&lt;/li&gt;
&lt;li&gt;Do manual math 🧾&lt;/li&gt;
&lt;li&gt;Or just “adjust later” 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these are ideal.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 The solution — SplitMalple
&lt;/h2&gt;

&lt;p&gt;SplitMalple makes bill splitting simple, fair, and stress-free.&lt;/p&gt;

&lt;p&gt;Instead of guessing, it lets you split based on &lt;strong&gt;actual consumption&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Add food items with price and quantity&lt;/li&gt;
&lt;li&gt;Assign items to specific people&lt;/li&gt;
&lt;li&gt;Handle shared items easily&lt;/li&gt;
&lt;li&gt;Automatically calculate who owes what&lt;/li&gt;
&lt;li&gt;Generate a clean summary&lt;/li&gt;
&lt;li&gt;Share the final split instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also enhances the experience by fetching food images dynamically using APIs.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎥 Demo
&lt;/h2&gt;

&lt;p&gt;Instead of explaining, here’s a quick look at how it works in real time:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/sXPXNwsUSfE"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What I learned while building this
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Real-world problems are messy
&lt;/h3&gt;

&lt;p&gt;Handling shared items, edge cases, and fairness is more complex than it seems.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. UX matters more than logic
&lt;/h3&gt;

&lt;p&gt;Even if calculations are correct, the app must feel effortless.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Small features can make big differences
&lt;/h3&gt;

&lt;p&gt;A simple share feature significantly improved usability.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Building in public helps
&lt;/h3&gt;

&lt;p&gt;Sharing progress keeps you accountable and helps you improve faster.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌐 Try it out
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://splitmalple.vercel.app" rel="noopener noreferrer"&gt;https://splitmalple.vercel.app&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💭 Final thought
&lt;/h2&gt;

&lt;p&gt;Great meals bring people together.&lt;br&gt;
Fair bills keep them that way.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;Pay only for what you actually ate.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
