# CLAUDE.md — Project Guide for AI Coding Assistants

<!-- Steal this file! Drop it in the root of your project, fill in the
     blanks, and your AI assistant will make far better decisions.
     Downloaded from Steal My Vibe Code. -->

## What this project is

[One or two sentences. Example: "A single-page flashcard app for my
Spanish students. It runs entirely in the browser with no server."]

## Who it's for

[Who uses it, and on what devices? Example: "Middle-school students,
mostly on Chromebooks and phones."]

## Rules for this project

- Keep everything in ONE html file unless I say otherwise.
- No frameworks, no build steps, no npm — plain HTML, CSS, and JavaScript.
- All content someone might want to edit (questions, colors, settings)
  goes in a clearly-marked "EDIT ME" section at the top of the script.
- Comment the code like you're explaining it to a smart beginner.
- Must work offline once loaded.
- Must be readable on a phone.

## Design vibe

[Describe the look you want. Example: "Playful and bold — bright
colors, big rounded corners, chunky buttons, a little bit of fun."]

## Things I always want

- A restart / reset button where it makes sense.
- Keyboard support where it makes sense.
- No external services, accounts, or API keys.

## Things I never want

- Ads, analytics, tracking, or cookie banners.
- Anything that stores personal student data.
