বর্তমান সময়ে E-commerce Business অনেক জনপ্রিয়। কিন্তু একটি Professional Online Shopping Website বা App তৈরি করতে গেলে সাধারণত হাজার হাজার টাকা খরচ হয় এবং Coding জানাও লাগে।
কিন্তু আজকের এই টিউটোরিয়ালে দেখানো হয়েছে কীভাবে আপনি সম্পূর্ণ ফ্রিতে, কোনো Coding Knowledge ছাড়াই, শুধুমাত্র AI ব্যবহার করে Daraz-এর মতো একটি Professional E-commerce Website এবং App তৈরি করতে পারবেন!
সবচেয়ে মজার বিষয় হলো — এখানে কোনো Ready-made File ব্যবহার করা হবে না। AI নিজেই আপনার জন্য সব Code, File, Design এবং Backend Structure তৈরি করে দিবে।
Demo Site Link Legent Shop
🚀 কী কী তৈরি করা যাবে?
এই Method ব্যবহার করে আপনি বানাতে পারবেনঃ
- 🛍️ Daraz Style Shopping Website
- 📱 Android Shopping App
- 🔐 Firebase Login/Register System
- 🧾 Order Checkout System
- 📦 Admin Panel
- 🔔 Telegram Order Notification System
- ❤️ Product Like & Recommendation System
সবকিছু একদম ফ্রিতে!
💡 এই Method এর সবচেয়ে বড় সুবিধা
✅ কোনো Hosting লাগবে না
Website Publish করার জন্য Hosting বা Domain কিনতে হবে না।
✅ কোনো Paid API লাগবে না
আগের মতো Coins, Tokens বা Credits কিনতে হবে না।
✅ Unlimited AI Chat
AI এর সাথে Unlimited Prompt ব্যবহার করা যাবে।
✅ কোনো Coding Experience লাগবে না
পুরো Project AI নিজেই Generate করবে।
📲 Step 1: Termux Install করুন
প্রথমে আপনার Android Phone এ Termux App Install করুন।
এটি একটি Terminal Emulator যেটার মাধ্যমে Command Run করা যায়।
📥 Step 2: Commands Copy করুন
থেকে দেওয়া Commands Copy করুন।
তারপর একে একে সব Command Termux এ Paste করুন।
pkg update && pkg upgrade -y
pkg install proot-distro -y
termux-setup-storage
proot-distro install ubuntu
proot-distro login ubuntu --bind /storage/emulated/0:/mobile_storage
apt update && apt upgrade -y
apt install curl -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
npm i -g opencode-ai
cd /mobile_storage/Download
mkdir AI_Projects && cd AI_Projects
opencode-ai
You are a senior full-stack web developer. Build a complete, modern, mobile-first eCommerce web application similar to Daraz. Requirements: 1. Frontend: - Use HTML, CSS, JavaScript (no frameworks if not necessary) - Fully responsive (mobile-first design) - Modern UI with clean cards, product grid, search bar, category menu - Smooth animations and hover effects - Add loading spinner and toast notifications 2. Core Features: - Home page with product listings - Product details page (image, price, description, buy button) - Add to cart system (localStorage based) - Cart page (update quantity, remove items, total price calculation) - Checkout page (simple form: name, phone, address) - Search products feature - Category filtering (Electronics, Fashion, Mobile, etc.) 3. Admin Panel (simple): - Add product (name, price, image URL, category, description) - Delete product - Products should be stored in localStorage (no backend required) 4. Design Style: - Daraz-like modern UI - Orange + white theme (eCommerce style) - Card-based layout - Smooth transitions - Clean typography 5. Bonus Features: - Dark mode toggle - Featured products section - Discount badge on products - Responsive navbar with hamburger menu 6. Output Requirement: - Provide complete working code in separate files: - index.html - style.css - app.js - admin.html (if needed) - Make sure everything works offline using localStorage only 7. Important: - No backend required - No external API dependency - Code must be production-ready and fully working when opened in browser
⚠️ মাঝে মাঝে Permission চাইতে পারে। তখন:
-
Yচাপুন Continue করার জন্য -
কিছু ক্ষেত্রে
Nলাগতে পারে
🔓 Step 3: Storage Permission দিন
Termux আপনার Mobile Storage Access চাইবে।
এটি Allow করে দিন যাতে AI Generated Files Save করা যায়।
🤖 Step 4: AI System Connect করুন
সব Command Run শেষ হলে একটি Login Command আসবে।
এখানে কোনো Paid API লাগবে না।
Free AI Model ব্যবহার করেই পুরো Project তৈরি করা যাবে।
ভিডিওতে Suggest করা হয়েছে:
✅ DeepSeek 4.7 Model
এটি Free এবং Fast Response দেয়।
AI Interface Open করার নিয়ম
সব Setup Complete হলে Termux এ লিখুনঃ
open code
তারপর AI Interface চালু হয়ে যাবে।
কয়েক সেকেন্ড Blank Screen দেখাতে পারে — এটা Normal।
🔗 API Connect করার Command
AI Interface Open হওয়ার পর লিখুনঃ
/connect
তারপর আপনার Model Name দিন।
উদাহরণঃ
/connect deepseek-4.7
📂 Project Files কোথায় Save হবে?
AI Generated সব File Save হবে আপনার Phone এর:
📁 Download/AI Project
Folder এর ভিতরে।
প্রথমে Folder Empty থাকতে পারে।
কারণ AI তখনও Code Generate করতে থাকবে।
১–২ মিনিট Wait করুন।
🛒 কী কী File AI Generate করবে?
AI Automatically Generate করবেঃ
- index.html
- JS Files
- CSS Files
- Checkout Page
- Admin Panel
- Firebase Code
- Flutter Code
- Product System
অর্থাৎ পুরো Website Structure!
🔥 Firebase Integration
এই Project এ Firebase ব্যবহার করা হয়েছে।
Firebase এর মাধ্যমে করা যাবেঃ
✅ User Login & Registration
Customer Account তৈরি করতে পারবে।
✅ Realtime Database
সব Order ও User Data Save থাকবে।
✅ Authentication
Secure Login System থাকবে।



About Author
1 Response to "AI দিয়ে বানান Professional E-Commerce Website 😱 | No Coding Full Tutorial"
Hi
ReplyDelete