I tried four vibe-coding tools, including Cursor and Replit, with no coding background. Here's what worked (and what didn't).
. ├── app.py ├── forms.py ├── models.py ├── templates/ │ ├── base.html │ ├── chat.html │ ├── login.html ...