THE GENIUS PROJECT
πŸ—οΈ Lesson 3 of 8 Β· Builder 1 of 4

Build With Lovable

πŸ•’ About 45 minutes πŸ‘¨β€πŸ‘©β€πŸ‘§ Parent needed for the account 🌐 lovable.dev

Today your sketch becomes a real, working web app. Lovable is one of the most popular AI app builders in the world: you chat on the left, and a live app appears on the right. Bring your 5-block prompt from Lesson 2. This is the fun part.

Before you start: the account rules

πŸ›‘οΈ A parent creates and owns the account

Lovable's terms of service require an adult account holder, and rules like this change, so a parent or guardian signs up at lovable.dev, checks the current terms, and stays nearby while you build. Use the parent's email. Never enter card details yourself, and never type real personal information (full names, school, address, phone numbers) into any prompt. Your app does not need them.

The screen, mapped

When your project opens, the screen looks like this. Two panels, three things to know:

Lovable Β· your project name Publish Type your prompt here… 1 2 3 1. CHAT: you talk to the AI here 2. PREVIEW: your live app, tap it for real 3. PUBLISH: puts it online

A screen map instead of a screenshot, on purpose: builder interfaces change their look every few months, but these 3 zones (chat, preview, publish) have stayed put. If the screen you see differs, find the 3 zones and you are oriented.

The build, step by step

  1. Parent signs in at lovable.dev (Google sign-in or email). You get a small number of free build credits each day; that is enough for this lesson.
  2. Paste your 5-block prompt from Lesson 2 into the big box and send it. If you skipped that homework, use the starter prompt below.
  3. Wait about 1 to 3 minutes. Watch the right panel: the AI is writing real code and assembling your app live. Reading its progress notes teaches you what it is doing.
  4. Try EVERYTHING in the preview. Tap every button. Add an item. Refresh the page. Does the data survive? Resize the window to phone width. Note what is wrong on paper; do not fix anything yet.
  5. Fix one thing at a time with the fix-it pattern from Lesson 2. One message, one change, then re-test. Three good fixes beat ten rushed ones, and each message spends a credit, so make each one count.
  6. Publish. Tap Publish (top right) and confirm. Lovable gives you a public link like yourapp.lovable.app.
  7. Send the link to one person from your WHO. Watch them use it. Say nothing while they do. This is the TEST step of the design loop, now with a real app.
βœ… Starter prompt (if you need one today)
Build a web app called Study Streak for students revising for exams.

Screens:
1. Home: today's subjects as big cards, each with a Done button and a flame icon showing my current streak of study days.
2. Add Subject: a form with subject name and minutes per day.
3. Stats: total study days this month and my longest streak.

Actions: tapping Done on a card marks that subject finished for today and updates the streak. The form must not save an empty subject name.

Look: clean white background, one deep purple accent, big rounded cards, cheerful but not childish. Great on a phone.

Data: save everything so it is still there after a refresh.

Then iterate. Three example follow-ups that show the rhythm:

Free vs paid on Lovable

Free planPaid plans (from about US$25/month)
BuildingA few AI messages (credits) per day, about 30 a monthHundreds of credits a month
PublishingYes, on a yourapp.lovable.app linkYes, plus your own custom domain
ProjectsEnough for this courseMore projects, private projects
Good forLearning, this whole course, sharing with familyAn app your school or community really uses

Prices and limits change often. Check the pricing page with your parent before paying for anything, and agree the plan together. The free tier is all this course needs.

πŸ”₯ Risk: the credit burn

Every message spends credits, and a frustrated "still broken, try again!!" spiral can empty a day's credits in minutes with nothing to show. When two fixes in a row fail, stop. Write a better bug report (action, expected, actual), or sleep on it. Credits reset; rushed prompts teach the AI nothing.

Check your understanding

Your Lovable app has 4 problems after the first build. What is the strongest next move?

Right. Triage on paper, then one surgical fix at a time. You will know exactly which change fixed (or broke) what, and each credit buys real progress.
βœ… Lesson 3 checklist

Finishing this opens Lesson 4: Google AI Studio, where your app gets AI inside it.