These are free, parent-guided lessons for kids to build small creative AI projects. They are self-paced, currently available in English, and use local browser projects.

Prompt Cards

Copy-friendly prompts for a parent-approved AI assistant, grouped by lesson, plus repair and safety prompts.

Free · Parent-guided
Safety rule: Use ideas, not secrets. Do not enter real names, school names, addresses, phone numbers, emails, passwords, photos, medical details, financial details, account information, exact locations, or private family details into any AI tool.
What prompt cards are
Prompt cards are short, ready-to-copy messages you give a parent-approved AI assistant. They help your child build each project and fix common problems without needing to know how to code.
How to use them safely
  • A parent reviews the prompt before it is used.
  • Your child can choose the idea, but should not type in private details.
  • Use ideas, not secrets — no real names, schools, addresses, or other personal information.
Copy-and-paste workflow
Copy a prompt, paste it into the AI tool, read the reply together, then copy the code the AI gives you and save it as one .html file. Replace anything in [square brackets] with your own idea first.
Check the AI's output
AI assistants can make mistakes or add things you did not ask for. Read the reply before you use it. If it looks too complicated, split into many files, or asks for private information, use a repair or safety prompt below.

Project prompts

Lesson 3First Mini Game
Build it

Help me make a very simple one-file HTML mini game for a child beginner: one character, one goal, and one simple rule. Do not ask for personal information.

Make it save-ready

Make it work when saved as my-first-mini-game.html and opened in a browser. Keep all the HTML, CSS, and JavaScript in one file. Do not use external libraries or online assets.

Lesson 4Make the Game Yours
Change one thing

Here is my game. Make ONLY this one change: [describe one small change]. Keep everything else the same, and keep it all in one HTML file.

Compare versions

Show me what changed between my old version and the new version, in simple words. Keep the new version as one HTML file.

Lesson 5Interactive Story
Build it

Help me make a very simple one-file HTML interactive story for a child beginner: one character, two choices, and two possible endings, with a restart button. Keep it fictional. Do not ask for personal information.

Make it save-ready

Make it work when saved as my-first-interactive-story.html and opened in a browser. Keep all the code in one file. Do not use external libraries or online assets.

Lesson 6Useful Mini Tool
Build it

Help me make a very simple one-file HTML checklist tool for a child beginner: five general items, a progress message, a 'ready' message when all items are checked, and a reset button. Do not save any data and do not use localStorage. Do not ask for personal information.

Make it save-ready

Make it work when saved as my-useful-mini-tool.html and opened in a browser. Keep all the code in one file. Do not use external libraries, online features, or saved data.

Repair prompts

Use these any time a project gets too big, breaks, or drifts away from one simple idea.

Make it simpler

Please make this much simpler. Keep only one main idea and use fewer features.

Keep it one file

Please put all the HTML, CSS, and JavaScript back into one single HTML file.

Remove extra features

Please remove the extra features. Keep only the basics we agreed on.

No external libraries

Please do not use any external libraries or online assets. Everything should work offline in one HTML file.

Explain the fix simply

Please explain the fix in simple words a beginner can understand, and keep it as one HTML file.

Safety prompt

Privacy check

Please check that this project does not include any real names, schools, addresses, or other private information, and remove anything personal. Use made-up, general ideas only.

Stuck on a specific project? See the per-lesson steps in Lesson 3 through Lesson 6, or the Troubleshooting page.