Spaces:
Configuration error
Configuration error
File size: 813 Bytes
a07fa31 |
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 |
# AI Website Builder
A free, open-source tool that generates complete websites from natural language descriptions using AI.
## Features
- Generate HTML/CSS/JS code from text prompts
- Live preview of generated websites
- Download code as ZIP file
- Prebuilt templates for common website types
- Code explanation feature
## How to Use
1. Describe the website you want or select a prebuilt template
2. Click "Generate Website"
3. View the code and live preview
4. Download the code or get an explanation
## Deployment
To deploy on Hugging Face Spaces:
1. Fork this repository
2. Create a new Space on Hugging Face
3. Connect your GitHub repository
4. Select Gradio as the SDK
5. Deploy!
## Models Used
- Default: `deepseek-ai/deepseek-coder-1.3b`
- Alternative: `replit/replit-code-v1-3b`
## License
MIT |