- π Overview
- πΎ Features
- π Project Structure
- π Getting Started
- π° Contributing
- π License
Save Money. Shop Smarter.
SmartCart AI is an AI-powered shopping assistant designed to help users track Amazon prices, analyze price trends, compare products, and receive real-time alerts on price drops. It also offers AI-driven customer review analysis and personalized shopping insights, ensuring you always make the best purchasing decisions.
βοΈ Price Tracking β Monitor price fluctuations and set alerts for price drops.
βοΈ Price History Charts β View historical trends to make informed decisions.
βοΈ Product Comparison β Compare multiple products side by side.
βοΈ AI-Powered Review Analysis β Get insights from customer reviews.
βοΈ Real-Time Alerts β Never miss out on discounts and deals.
βοΈ Smart Shopping Insights β Personalized AI-driven recommendations.
βββ SmartCartAI/
βββ LICENSE
βββ README.md
βββ bun.lockb
βββ components.json
βββ eslint.config.js
βββ index.html
βββ package-lock.json
βββ package.json
βββ postcss.config.js
βββ public
β βββ _redirects
β βββ favicon.svg
β βββ placeholder.svg
β βββ shopping-doodle-1.svg
β βββ shopping-doodle-2.svg
β βββ shopping-doodle-3.svg
βββ src
β βββ App.tsx
β βββ components
β β βββ CamelPriceChart.tsx
β β βββ CompareButton.tsx
β β βββ CompareNavItem.tsx
β β βββ DashboardSidebar.tsx
β β βββ Features.tsx
β β βββ Footer.tsx
β β βββ Hero.tsx
β β βββ Navbar.tsx
β β βββ PriceHistoryChart.tsx
β β βββ ProductCard.tsx
β β βββ ProductChatbot.tsx
β β βββ ProductSearch.tsx
β β βββ RecentlyViewed.tsx
β β βββ SentimentAnalysis.tsx
β β βββ ui
β βββ contexts
β β βββ ComparisonContext.tsx
β βββ hooks
β β βββ use-mobile.tsx
β β βββ use-toast.ts
β βββ index.css
β βββ integrations
β β βββ supabase
β βββ lib
β β βββ utils.ts
β βββ main.tsx
β βββ pages
β β βββ Auth.tsx
β β βββ Compare.tsx
β β βββ Dashboard.tsx
β β βββ Index.tsx
β β βββ NotFound.tsx
β β βββ ProductDetail.tsx
β β βββ Watchlist.tsx
β βββ vite-env.d.ts
βββ supabase
β βββ config.toml
β βββ functions
β β βββ amazon-product-details
β β βββ amazon-product-search
β β βββ check-price-alerts
β β βββ daily-price-tracking
β β βββ gemini-insights
β β βββ keepa-price-history
β β βββ product-chatbot
β β βββ product-sentiment-analysis
β β βββ save-product
β β βββ update-product-insights
β βββ migrations
β βββ 20240620213000_add_chat_tables.sql
β βββ 20240621100000_add_chat_stored_procedures.sql
βββ tailwind.config.ts
βββ tsconfig.app.json
βββ tsconfig.json
βββ tsconfig.node.json
βββ vite.config.tsSMARTCARTAI/
__root__
postcss.config.js tsconfig.node.json package-lock.json tsconfig.json tsconfig.app.json package.json vite.config.ts index.html components.json tailwind.config.ts eslint.config.js
src
main.tsx index.css App.tsx vite-env.d.ts contexts
ComparisonContext.tsx lib
utils.ts components
ui
hooks
use-toast.ts use-mobile.tsx
supabase
config.toml functions
amazon-product-details
index.ts keepa-price-history
index.ts update-product-insights
index.ts product-chatbot
index.ts save-product
index.ts product-sentiment-analysis
index.ts check-price-alerts
index.ts daily-price-tracking
index.ts gemini-insights
index.ts amazon-product-search
index.ts
public
_redirects
Before getting started with SmartCartAI, ensure your runtime environment meets the following requirements:
- Package Manager: Npm
Install SmartCartAI using one of the following methods:
Build from source:
- Clone the SmartCartAI repository:
β― git clone https://github.com/yk0007/SmartCartAI- Navigate to the project directory:
β― cd SmartCartAI- Install the project dependencies:
β― npm installRun SmartCartAI using the following command:
Using npm Β
β― npm startRun the test suite using the following command:
Using npm Β
β― npm test- π¬ Join the Discussions: Share your insights, provide feedback, or ask questions.
- π Report Issues: Submit bugs found or log feature requests for the
SmartCartAIproject. - π‘ Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/yk0007/SmartCartAI
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the Apache License 2.0 License. For more details, refer to the LICENSE file.