<?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: Shree chavan</title>
    <description>The latest articles on DEV Community by Shree chavan (@shree_chavan_62c390737b6e).</description>
    <link>https://dev.to/shree_chavan_62c390737b6e</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%2F3339620%2F7f11511a-faaa-49eb-964b-8e13c2788f52.png</url>
      <title>DEV Community: Shree chavan</title>
      <link>https://dev.to/shree_chavan_62c390737b6e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shree_chavan_62c390737b6e"/>
    <language>en</language>
    <item>
      <title>🚀Building with Bolt: How I Created Smile2Earn</title>
      <dc:creator>Shree chavan</dc:creator>
      <pubDate>Wed, 09 Jul 2025 17:59:40 +0000</pubDate>
      <link>https://dev.to/shree_chavan_62c390737b6e/building-with-bolt-how-i-created-smile2earn-3e8g</link>
      <guid>https://dev.to/shree_chavan_62c390737b6e/building-with-bolt-how-i-created-smile2earn-3e8g</guid>
      <description>&lt;h2&gt;
  
  
  🧠 What I Built
&lt;/h2&gt;

&lt;p&gt;I constructed &lt;strong&gt;Smile2Earn&lt;/strong&gt;, a web application that employs &lt;strong&gt;AI-powered smile recognition&lt;/strong&gt; to reward users with virtual money in the form of &lt;strong&gt;SMILE Coins&lt;/strong&gt; whenever they smile. It was our aim to create something significant and happy — a system that converts positivity into tangible value.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Users authenticate with &lt;strong&gt;Supabase&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Smile recognition is performed in-browser with &lt;strong&gt;TensorFlow\.js&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Users receive SMILE Coins (100 SMILE = ₹1)&lt;/li&gt;
&lt;li&gt;A wallet keeps coins earned&lt;/li&gt;
&lt;li&gt;Withdrawal system (through UPI or bank) is &lt;strong&gt;developed but on hold&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Revenue is on a plan through &lt;strong&gt;ad monetization&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚙️ Technologies Utilized
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bolt.AI&lt;/strong&gt; – for boilerplate generation, bug fixes, and rapid logic writing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; + &lt;strong&gt;Tailwind CSS&lt;/strong&gt; – for responsive and clean UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TensorFlow\.js&lt;/strong&gt; – for smile detection in real-time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; – for authentication and database storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite&lt;/strong&gt; – rapid build setup&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure Storage&lt;/strong&gt; – for session data and tokens&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚒️ Challenges I Overcame
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Conflicts of Dependencies&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Dependencies such as &lt;code&gt;@nativescript/firebase&lt;/code&gt; versions were outdated or non-existent&lt;/li&gt;
&lt;li&gt;Bolt assisted in producing alternative code with improved support&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Smile Detection Logic&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Timing TensorFlow's smile detection to prevent false positives&lt;/li&gt;
&lt;li&gt;Detecting in a privacy-safe and light manner for real-time application&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Authentication Flow&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Merging Supabase's auth into my own custom frontend logic

&lt;ul&gt;
&lt;li&gt;Bolt assisted in creating working login, signup, and logout handlers&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚡ How Bolt AI Altered My Workflow
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Time saved&lt;/strong&gt; correcting errors, maintaining code versions, and sorting out npm problems&lt;/li&gt;
&lt;li&gt;Created fully functional &lt;strong&gt;Supabase integration&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Allowed me to test concepts quicker without being caught in technical dead-ends&lt;/li&gt;
&lt;li&gt;Played the role of coding mentor when I encountered roadblocks&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📽️ Watch the Demo
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://youtu.be/bnm1TIDfN3o" rel="noopener noreferrer"&gt;Smile2Earn – Earn Money by Smiling (YouTube Video)&lt;/a&gt; &lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This wasn't just about code — it was about creating something joyful.&lt;br&gt;
Thanks to Bolt.AI, I wrote an app that pays individuals for smiling — and that, to my mind, is a huge success.&lt;/p&gt;




</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>bolt</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
