A modern, AI-powered web building platform that allows users to generate websites using natural language prompts.
- AI-Powered Code Generation: Generate complete websites from simple text descriptions.
- Interactive Preview: Real-time preview of your generated site using WebContainers.
- Modern UI/UX: Sleek, responsive design with dark mode and premium aesthetics.
- Multi-Framework Support: Build with React, TypeScript, and Tailwind CSS.
- Monaco Editor Integration: View and edit generated code with a powerful code editor.
- Framework: React 18
- Build Tool: Vite
- Styling: Tailwind CSS
- Runtime Environment: WebContainer API
- Icons: Lucide React
- State Management: React Hooks & Context API
- HTTP Client: Axios
- Node.js (v18 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/shekhar-narayan-mishra/Ai-web-builder-frontend.git cd Ai-web-builder-frontend -
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add necessary environment variables (see.env.exampleor contact maintainer). -
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173.