Cursor-Mini is a mini-project generator that creates fully structured project code — just like the Cursor AI tool — and lets you download the complete code in a ZIP file.
🔗 Live App: https://cursor-mini.streamlit.app/
- 🛠 Instant Project Scaffolding – Generates complete project structure in seconds.
- 📂 Downloadable Code – Export the entire generated project as a
.zipfile. - ⚡ Streamlit UI – Lightweight and interactive interface.
- 🔍 Flexible Use Cases – Can be used for Python apps, small web tools, or quick prototypes.
(Optional – Add screenshot later)

- Frontend & Backend: Streamlit
- Language: Python
- Zip Export:
zipfilemodule - Hosting: Streamlit Cloud
git clone https://github.com/your-username/cursor-mini.git
cd cursor-minipip install -r requirements.txtstreamlit run app.py