Here's roughly how it went — one conversation with an AI assistant, and a working website at the end of it.
You
I run a small book club and we always argue over what to read next. Could you make us a little website where everyone votes on next month's book?
✦
Love it. I'll make a simple voting page: a list of book suggestions, a vote button on each, and a live tally. Anyone with the link can vote. Give me a moment…
Created project · bookclub
Set up a database to remember the votes
Published · live link ready
✦
Done — it's live at bookclub.onvibe.run. Add a few books and share the link with your club. Every vote is saved automatically.
You
Amazing. Can people also suggest their own books, not just vote on mine?
✦
Added a “Suggest a book” form. New ideas appear in the list instantly for everyone.
Updated · published
You
One more thing — can we show the book covers? People want to see them.
✦
Now each book can have a cover image — people just upload a photo and it shows up next to the title. I'm keeping the files safe for you.
Photo uploads enabledUpdated · published
You
A couple of people voted twice by accident. Could each member sign up and log in, so everyone gets just one vote?
✦
Done. Now each member signs up with their email and logs in — one vote per book, and the site remembers who's in your club. Their accounts stay private and secure.
Member sign-up & login addedUpdated · published
You
This is perfect, and I didn't write a single line of code.
✦
That's the whole idea. Before next month's pick I can save a snapshot so you can always roll back, or make you a private copy to try a new look without touching the live one. Just ask. 🙂