🚀 AI Shop is an intelligent, AI-powered e-commerce platform that delivers personalized product recommendations, secure transactions, and a seamless shopping experience.
🌐 Live Demo: AI Shop on Netlify
- 🛒 AI-Powered Shopping – Get smart product recommendations using TensorFlow.js.
- 🎨 Beautiful UI – Designed with Tailwind CSS for a sleek and responsive experience.
- 🗄️ Scalable Backend – Uses Supabase (PostgreSQL) with Row Level Security (RLS).
- 🔑 Secure Authentication – Built-in user authentication via Supabase.
- 💳 Payment Integration – Secure transactions with Stripe.js.
- 🔥 Blazing Fast – Optimized with Vite for fast builds and development.
- ⚛️ React 18 with TypeScript
- ⚡ Vite (Fast build & dev server)
- 🎨 Tailwind CSS for styling
- 🚀 React Router for navigation
- 🔧 Lucide React for icons
- 📦 Zustand for global state management
- 🗄 Supabase (PostgreSQL) – Database, authentication, security policies
- 🔒 Row Level Security (RLS) – Ensures secure data access
- 🧠 TensorFlow.js – AI-powered product recommendations
- 💳 Stripe.js – Secure payment processing
git clone https://github.com/yourusername/AI-Shop.git
cd AI-Shop
npm install
Create a .env
file and add your Supabase API keys, Stripe keys, and other credentials.
npm run dev
To deploy the project on Netlify, run:
npm run build
Then, push the code to GitHub and connect it to Netlify for continuous deployment.
This project is open-source under the MIT License.
🚀 Contributions & Feedback Welcome! Feel free to fork, raise issues, or suggest improvements. 💡🎉