Spaces:
Configuration error
Configuration error
File size: 1,157 Bytes
ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c c66296b ac88f2c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # π 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 |