<?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: Shobana Sreedharan</title>
    <description>The latest articles on DEV Community by Shobana Sreedharan (@shobana_sreedharan_f776bb).</description>
    <link>https://dev.to/shobana_sreedharan_f776bb</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%2F4006959%2F3618059a-fe26-4e2c-9061-6e34b2435b43.png</url>
      <title>DEV Community: Shobana Sreedharan</title>
      <link>https://dev.to/shobana_sreedharan_f776bb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shobana_sreedharan_f776bb"/>
    <language>en</language>
    <item>
      <title>How I Built ShopSmart AI with AWS DynamoDB and Vercel for the H01 Hackathon tags: aws, vercel, nextjs, hackathon</title>
      <dc:creator>Shobana Sreedharan</dc:creator>
      <pubDate>Sun, 28 Jun 2026 20:20:22 +0000</pubDate>
      <link>https://dev.to/shobana_sreedharan_f776bb/how-i-built-shopsmart-ai-with-aws-dynamodb-and-vercel-for-the-h01-hackathon-tags-aws-vercel-298</link>
      <guid>https://dev.to/shobana_sreedharan_f776bb/how-i-built-shopsmart-ai-with-aws-dynamodb-and-vercel-for-the-h01-hackathon-tags-aws-vercel-298</guid>
      <description>&lt;p&gt;I created this project for the H01 AWS + Vercel Hackathon (#H0Hackathon).&lt;/p&gt;

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

&lt;p&gt;ShopSmart AI is a conversational shopping assistant that helps users &lt;br&gt;
plan events and DIY projects by recommending the right products instantly.&lt;/p&gt;

&lt;p&gt;Try it live: &lt;a href="https://shopsmart-ai-build.vercel.app" rel="noopener noreferrer"&gt;https://shopsmart-ai-build.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Planning an event or tackling a DIY project means spending hours &lt;br&gt;
searching across multiple sites. ShopSmart AI eliminates that friction &lt;br&gt;
— describe what you need in plain English and get a smart product catalog instantly.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AWS DynamoDB&lt;/strong&gt; — product catalog (40 items, 8 categories, composite key: category + productId)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; — frontend deployment and AI Gateway&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next.js + TypeScript&lt;/strong&gt; — frontend framework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel AI SDK&lt;/strong&gt; — streaming chat with 5 custom tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPT-4o-mini&lt;/strong&gt; — AI recommendations&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;User describes their event or DIY project in the chat&lt;/li&gt;
&lt;li&gt;AI asks clarifying questions&lt;/li&gt;
&lt;li&gt;User confirms with "ok"&lt;/li&gt;
&lt;li&gt;AI fetches real products from DynamoDB&lt;/li&gt;
&lt;li&gt;Catalog populates with categorized product recommendations&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  DynamoDB Architecture
&lt;/h2&gt;

&lt;p&gt;The table &lt;code&gt;shopsmart-db&lt;/code&gt; uses a composite key:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Partition key: &lt;code&gt;category&lt;/code&gt; (e.g. Decorations, Electrical, Plumbing)&lt;/li&gt;
&lt;li&gt;Sort key: &lt;code&gt;productId&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On first query, AI recommendations are saved to DynamoDB. &lt;br&gt;
Repeat queries serve from the database — faster and cheaper at scale.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Affiliate integration with Amazon and Target&lt;/li&gt;
&lt;li&gt;User accounts with persistent shopping lists&lt;/li&gt;
&lt;li&gt;Mobile app&lt;/li&gt;
&lt;li&gt;B2B white-label API for retailers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Building with AWS DynamoDB and Vercel was a great experience — &lt;br&gt;
the Vercel native AWS integration via OIDC tokens made credential &lt;br&gt;
management seamless in production.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>vercel</category>
      <category>nextjs</category>
      <category>hackathon</category>
    </item>
  </channel>
</rss>
