---
title: Quotely
emoji: 🌖
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
---
🌖 Quotely
Minimalist Quote Generator
---
Generate beautiful, shareable quotes in seconds.
Deploy anywhere with Docker.
---
## ✨ Features
- 🎨 Customizable backgrounds & avatars
- 🖼️ High-quality `webp` image output
- 🚀 One-command Docker deployment
- ⚡ Fast, lightweight, and scalable
---
## 🚀 Quick Start
```bash
# Clone the repo
git clone https://huggingface.co/spaces/cv3inx/quotely
cd quotely
# Build & run with Docker
docker build -t quotely .
docker run -p 7860:7860 quotely
```
Open [http://localhost:7860](http://localhost:7860) in your browser.
---
## ⚙️ Configuration
See [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference) for advanced options.
---