Build and deploy a single-purpose app of your own choosing to a real public URL, iterated at least five times from the first draft. This is not a toy exercise — pick something you would actually use (a habit tracker, a link-in-bio page, an expense splitter, a wedding RSVP, a tip calculator) and take it all the way to a URL a stranger can open on their phone. Success means three concrete things: the URL loads for someone who is not you, every visible button and form works when clicked, and you have one piece of written feedback from a real person plus your own list of the five specific changes you made from first draft to shipped.
Choose the smallest version of your idea that is still genuinely useful — a habit tracker with three habits beats a life-management suite you never finish. Send changes one at a time and check the preview after each, so when something breaks you know exactly which request caused it and can roll back in version history. When you deploy, immediately test the live URL on your phone with wifi off; that is the honest proof it is really on the internet. Keep your notes file open the whole time and log each change as you make it, so the 'Five changes' deliverable writes itself.
A message a classmate could receive and act on, for example:
App: Daily Habit Tracker Live URL: https://my-habit-tracker.lovable.app (loads on phone, wifi off, confirmed) v1 prompt: 'Build a daily habit tracker for one person to use on their phone. Each day they see a list of habits and tap a checkbox to mark each done; checked habits turn green. Add habits with a plus button, delete with a trash icon. Show today's date and a done-count like 2 of 5 at the top. One clean screen, calm colors, large tap targets.' Five changes I made: