Metadata-Version: 2.4
Name: opendesign
Version: 0.1.3
Summary: A visual no-code website builder powered by Python and FastAPI
Author-email: Your Name <your.email@example.com>
License: MIT
Keywords: nocode,website-builder,fastapi,web-editor
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn>=0.20.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: pydantic>=2.0.0
Dynamic: license-file

# OpenDesign 🎨⚡

**OpenDesign** is an open-source, no-code visual web page builder powered by Python and FastAPI. It lets anyone design responsive web pages using a visual drag-and-drop canvas, inline text editing, and instant HTML export—no coding experience required.

---

## ✨ Features

- **Visual Editor:** Drag and drop UI elements directly onto an interactive canvas.
- **Inline Text Editing:** Click and type directly on any element to update content in real time.
- **Python Backend Engine:** Light, fast backend built on FastAPI and Pydantic.
- **CLI Enabled:** Launch the editor directly from your terminal with a single command.
- **Export Ready:** Save layouts as structured JSON blueprints or compile them directly into clean HTML/CSS.

---

## 🚀 Quick Start

### 1. Installation

Install OpenDesign from PyPI via `pip`:

```bash
pip install opendesign
