Spaces:
Configuration error
Configuration error
| # π AI Website Builder | |
| A free, open-source tool that generates complete websites from natural language descriptions using AI. | |
|  *(replace with actual demo GIF)* | |
| ## Features | |
| β¨ **Text-to-Website Generation**: Describe what you want in plain English | |
| π₯οΈ **Live Preview**: See your website render in real-time | |
| πΎ **Download Code**: Get HTML/CSS/JS files as a ZIP | |
| π **Prebuilt Templates**: Quick-start with common website types | |
| π **Code Explanation**: Understand the generated code | |
| ## How to Use | |
| 1. **Describe** your website in the text box (or select a template) | |
| 2. Click **"Generate Website"** | |
| 3. View the **code** and **live preview** | |
| 4. **Download** the code or get an **explanation** | |
| ## Examples to Try | |
| - "A modern portfolio with dark mode toggle" | |
| - "E-commerce product page with image gallery" | |
| - "Restaurant homepage with menu and reservation form" | |
| - "Tech startup landing page with animated features" | |
| ## Configuration | |
| This Space uses: | |
| ```yaml | |
| title: AI Website Builder | |
| emoji: π | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: "3.0" | |
| app_file: app.py |