A hobby project that turns your prompt into a live editable website with instant preview and one-click publish. Simple idea → Clean Code → Live Website 🚀
✨ Features 🎤 Voice-to-Text input for prompts
⚡ Prompt Enhance for better, structured generation
💻 Live Code Editor with real-time Preview
📱 Mobile/Desktop view toggle
📂 Download website as a single HTML file
🌍 Live Publish → instantly get a public link
🔄 Reset button to recover from mistakes
📑 Three built-in Prompt Templates to choose from
⚙️ Environment Setup Before running, create .env files in both the server and client folders.
🔹 Server (server/.env) Code snippet
PORT=2000 FRONTEND_URL=yout url
GEMINI_API_KEY=your-gemini-api-key-here
NODE_ENV=development
🔹 Client (client/.env) Code snippet
VITE_API_BASE=http://localhost:2000 🚀 Quick Start 1️⃣ Clone the repo:
Bash
git clone https://github.com/harshxframe/ayushi.ai-web-builder cd ayushi.ai-web-builder 2️⃣ Install dependencies:
Bash
cd client && npm install
cd ../server && npm install 3️⃣ Run locally:
Bash
cd server && npm run dev
cd client && npm run dev 4️⃣ Open 👉 http://localhost:5173 in your browser.
📸 Preview Here are some screenshots of Ayushi.AI in action:
🛠️ Tech Stack Frontend: React + Vite + TailwindCSS
Backend: Node.js + Express
AI Integration: Gemini API
Hosting: Vercel (Frontend) + Local/Node Server (Backend)
💖 Credits Project Name inspired by Ayushi ❤️
Developed with love & hustle by Harsh Verma ✨



