Is online chess safe for kids?
A parent's checklist
July 2026 · by Jeff, the dad behind Power Up Castle
Chess itself might be the safest game on the internet — no violence, no voice chat culture, no gambling mechanics baked into the rules. What varies enormously is the platform around the game: who can talk to your child, what data the site keeps, and what it shows between moves.
I went through this as a parent when my daughter Ada started playing online — and eventually ended up building a chess site for her. These are the seven questions I'd ask of any site, including mine, before letting a child sign in.
1. Who can talk to my kid — and how?
This is the single biggest question. Direct messages are where problems happen, because nobody else can see them. Look for: no DMs at all, or DMs locked behind a friends system you control. A single public, moderated chat room is far safer than private channels, precisely because everything is visible.
2. What happens when someone types something nasty?
Every site claims to have a profanity filter. The useful questions are one level deeper: does the filter catch spelled-around evasions (the f-word with underscores between the letters)? Is there a rate limit so a troll can't flood the room? Is there a report button, and does reporting actually hide the message or just file it away? Test it yourself before your kid does.
3. What does sign-up ask for?
Every field is a liability. Email, birth date, and real name are common asks — and none of them are needed to play chess. The gold standard for a child's account is a made-up display name and nothing else. If the site can't leak what it never collected, one whole category of risk disappears.
4. Can you erase everything?
Try to find the delete-my-data button before signing up. It should exist, work without emailing support, and cover everything — games, chat messages, leaderboard entries. A site that makes deletion easy is telling you something about how it thinks of your data.
5. Are there ads or pressure mechanics?
Ads targeting children are a hard no for me. Subtler things matter too: loss streak guilt ("don't lose your streak!" notifications), timed offers, and currencies designed to convert into real money. A daily quest is fine; a countdown timer on a purchase is not.
6. If there's AI, who's holding the leash?
Chess sites increasingly use AI for coaching commentary. Reasonable questions: does the AI run on the site's servers with safety filters, or in some browser plugin? Is its output filtered before a child reads it? And can you, the parent, turn it off entirely and fall back to plain pre-written feedback? An off switch should be table stakes.
7. Can anyone check the claims?
Every site says it's safe. The strongest form of "trust me" is a codebase anyone can read — open source means safety claims are verifiable, not just marketing. Short of that, look for a privacy statement written in plain language that a non-lawyer can actually finish reading.
HOW POWER UP CASTLE ANSWERS
Full disclosure: I built Power Up Castle, so judge for yourself — the code is public. Point by point:
- · No DMs anywhere. One moderated Great Hall chat; games with friends are private-room-link only.
- · Two-tier filter that normalizes spelling evasions, plus rate limits and report-to-hide.
- · Sign-up is a display name and a 4-character magic word. No email, no birth date, no real name.
- · "Forget me" button erases everything — server and device — in one tap.
- · No ads, ever. Streaks celebrate showing up; nothing guilts a child for missing a day.
- · AI commentary runs server-side behind the strictest safety filters, and Settings has a toggle that switches to pre-written templates only.
- · MIT-licensed open source — every claim above is checkable in the repository.