<?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: Sakshi kesarwani</title>
    <description>The latest articles on DEV Community by Sakshi kesarwani (@sakshi_bytes).</description>
    <link>https://dev.to/sakshi_bytes</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4005859%2Fed715c67-dd32-4a0c-a3a8-351cedcfad2f.jpeg</url>
      <title>DEV Community: Sakshi kesarwani</title>
      <link>https://dev.to/sakshi_bytes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sakshi_bytes"/>
    <language>en</language>
    <item>
      <title>BazaarLive: Live Video Auctions for India's $16B Collectibles Market – Built for H0 Hackathon</title>
      <dc:creator>Sakshi kesarwani</dc:creator>
      <pubDate>Sun, 28 Jun 2026 13:18:00 +0000</pubDate>
      <link>https://dev.to/sakshi_bytes/bazaarlive-live-video-auctions-for-indias-16b-collectibles-market-built-for-h0-hackathon-429c</link>
      <guid>https://dev.to/sakshi_bytes/bazaarlive-live-video-auctions-for-indias-16b-collectibles-market-built-for-h0-hackathon-429c</guid>
      <description>&lt;h2&gt;
  
  
  India Has ZERO Live Auction Platforms. I Built One.
&lt;/h2&gt;

&lt;p&gt;Imagine selling a &lt;strong&gt;₹50,000 Banarasi silk saree&lt;/strong&gt; to a buyer in another city. You show it on WhatsApp photos (no trust). They ask for details (no video). You negotiate for hours (no real-time).&lt;/p&gt;

&lt;p&gt;Indian collectibles market = &lt;strong&gt;$16 billion&lt;/strong&gt;. Individual sellers = &lt;strong&gt;45 million&lt;/strong&gt;. Unserved users = &lt;strong&gt;100 million&lt;/strong&gt;. First-mover = &lt;strong&gt;0 competitors&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is the opportunity. I built &lt;strong&gt;BazaarLive&lt;/strong&gt; – the &lt;strong&gt;Indian Whatnot&lt;/strong&gt; – for H0: Hack the Zero Stack.&lt;/p&gt;




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

&lt;p&gt;BazaarLive is live video auctions for India's collectibles market. Sellers go live via camera, showcase silk sarees, antiques, or jewelry in real-time. Buyers watch, bid instantly, and win via secure Razorpay payments.&lt;/p&gt;

&lt;p&gt;I use &lt;strong&gt;enterprise video streaming&lt;/strong&gt; (LiveKit), &lt;strong&gt;real-time WebSocket&lt;/strong&gt; bidding (sub-500ms) with OCC conflict resolution, &lt;strong&gt;2 AI features&lt;/strong&gt; (AI item descriptions and AI auction summaries), and &lt;strong&gt;AWS infrastructure&lt;/strong&gt; (S3, DynamoDB, DSQL, IAM). 10% platform fee on every transaction. First-mover India. Production-ready with real payments and order tracking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://bazaarlive.vercel.app" rel="noopener noreferrer"&gt;https://bazaarlive.vercel.app&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Built for:&lt;/strong&gt; H0: Hack the Zero Stack with Vercel v0 and AWS Databases&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎥 &lt;strong&gt;Live Video Streaming:&lt;/strong&gt; LiveKit for seller streaming and buyer viewing.&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Real-Time Bidding:&lt;/strong&gt; WebSocket bidding (sub-500ms latency) + OCC for conflict resolution.&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;AI Item Description:&lt;/strong&gt; Photo → AI analyzes → Professional product descriptions.&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;AI Auction Summary:&lt;/strong&gt; Auction ends → AI generates a summary of bidding and winner activity.&lt;/li&gt;
&lt;li&gt;💳 &lt;strong&gt;Razorpay Payments:&lt;/strong&gt; Real payments (not mock) + 10% platform fee.&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Order Tracking:&lt;/strong&gt; Seller marks shipped → delivered.&lt;/li&gt;
&lt;li&gt;🗄️ &lt;strong&gt;AWS Stack:&lt;/strong&gt; S3, DynamoDB, DSQL, and IAM.&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;First-Mover India:&lt;/strong&gt; $16B market, 100M users, 45M sellers, 0 competitors.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 16 (Vercel) + React + LiveKit SDK.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; AWS DSQL + DynamoDB + WebSockets + IAM.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage:&lt;/strong&gt; S3 for images and assets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; Razorpay (production).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; 2 AI features focused on commerce and auction insights.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why This Fits Track 1: Monetizable B2C App
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Clear monetization (10% platform fee).&lt;/li&gt;
&lt;li&gt;✅ Real payments (Razorpay).&lt;/li&gt;
&lt;li&gt;✅ B2C consumers (buyers).&lt;/li&gt;
&lt;li&gt;✅ Ecommerce/retail (collectibles).&lt;/li&gt;
&lt;li&gt;✅ Production-ready (Vercel deployed).&lt;/li&gt;
&lt;li&gt;✅ Massive market ($16B).&lt;/li&gt;
&lt;li&gt;✅ First-mover (0 competitors).&lt;/li&gt;
&lt;li&gt;✅ Strong live demo with real-time interaction.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Live Demo
&lt;/h2&gt;

&lt;p&gt;Try it yourself: &lt;a href="https://bazaarlive.vercel.app" rel="noopener noreferrer"&gt;https://bazaarlive.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3-Minute Demo Flow:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Problem + First-mover ("India has ZERO live auctions").&lt;/li&gt;
&lt;li&gt;Seller flow ("Upload photo → AI → Live stream").&lt;/li&gt;
&lt;li&gt;Buyer flow ("Join → Watch → Bid").&lt;/li&gt;
&lt;li&gt;Wow moment (real-time bidding + OCC).&lt;/li&gt;
&lt;li&gt;Seller ends + Winner ("Order Details").&lt;/li&gt;
&lt;li&gt;Buyer wins + Payment ("Razorpay").&lt;/li&gt;
&lt;li&gt;AI + Tech ("2 AI features + AWS").&lt;/li&gt;
&lt;li&gt;Business + Closing ("10% fee. First-mover. Indian Whatnot.").&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Trying to Improve Based on Feedback
&lt;/h2&gt;

&lt;p&gt;⚠️ Live stream needs iOS optimization (currently best on desktop).&lt;br&gt;&lt;br&gt;
❓ What would you want most in a live auction platform?&lt;/p&gt;

&lt;p&gt;Feedback helps me build a better product. Try the demo and leave comments.&lt;/p&gt;




&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://bazaarlive.vercel.app" rel="noopener noreferrer"&gt;https://bazaarlive.vercel.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hackathon:&lt;/strong&gt; &lt;a href="https://h01.devpost.com" rel="noopener noreferrer"&gt;https://h01.devpost.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Built for H0: Hack the Zero Stack&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Created by:&lt;/strong&gt; Sakshi Kesarwani&lt;br&gt;
&lt;strong&gt;Date:&lt;/strong&gt; June 28, 2026&lt;/p&gt;

&lt;h1&gt;
  
  
  H0Hackathon #Vercel #AWS #LiveStreaming #Ecommerce #India
&lt;/h1&gt;

</description>
      <category>h0</category>
      <category>aws</category>
      <category>vercel</category>
      <category>ecommerce</category>
    </item>
  </channel>
</rss>
