Prompt Cards
Copy-friendly prompts for a parent-approved AI assistant, grouped by lesson, plus repair and safety prompts.
- ✓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.
.html file. Replace anything in [square brackets] with your own idea first.Project prompts
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 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.
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.
Show me what changed between my old version and the new version, in simple words. Keep the new version as one HTML file.
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 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.
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 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.
Please make this much simpler. Keep only one main idea and use fewer features.
Please put all the HTML, CSS, and JavaScript back into one single HTML file.
Please remove the extra features. Keep only the basics we agreed on.
Please do not use any external libraries or online assets. Everything should work offline in one HTML file.
Please explain the fix in simple words a beginner can understand, and keep it as one HTML file.
Safety prompt
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.