WHY
Made by the kid, not for the kid.
We have grown very comfortable letting technology do our thinking for us. For adults that is mostly a convenience โ we know what it feels like to work something out, and we choose when to delegate. A nine-year-old hasn't had that feeling yet. If the machines around her always think first, delegation isn't a choice she makes; it's the only mode she ever learns.
Arcadia is a small push in the other direction. It is a miniature programming language for 2D games where the child does the inventing and the computer does exactly what it is told. There is no template to fill in, no AI writing the game for you, no library of half-finished projects to reskin. You think spawn, push, bounce, explode โ and a real compiler turns your lines into a real WebAssembly module, right in the browser. The game is genuinely, verifiably the kid's own work. That's the creed on the homepage, and it is meant literally.
WHY SO SMALL
Limits are the point.
The language has 22 roles for what things do and 50 sprites for what they look like, and a finished game fits in a few kilobytes. That smallness does two jobs at once. It makes the first game reachable in an afternoon โ about 12 lines โ so the distance between "I have an idea" and "my friends are playing it" is one sitting. And it closes off, by grammar alone, nearly every way a games platform can hurt a child: no uploads, no links, no chat, no way for a game to ask a player anything. The safety story has its own page โ Safe by Design โ because it is an engineering argument, not a promise. Here the point is simpler: the constraint that keeps kids safe and the constraint that makes them inventive are the same constraint.
WHY START THIS YOUNG
The elementary years are when the defaults form. A child who discovers at eight that she can make the machine obey โ not prompt it, instruct it โ carries that posture into every technology she meets afterward. We would rather reach kids before "consume" hardens into the default than try to renegotiate it at fifteen. Divergent thinking is the goal: invent, experiment, take a thing apart and make it do something its author never planned. A remix button sits on every published game for exactly that reason.
WHY TEACHERS MATTER MOST
No platform teaches a child; a teacher does. Our goal is to put a capable, free tool in teachers' hands and then stay out of the way โ no dashboards to administer, no seats to license, no data to worry about. A class can play without accounts and publish with nothing more than a username. The For Teachers page has the materials; they are free and they will stay free.
WHY FREE, WITH NO ASTERISK
Playing is free. Building is free. Publishing is free. There are no ads and no game can ever show one; nothing is collected from players, because the language gives games no way to ask. Creators own their games โ we hold only a license to display them. Arcadia is run by SenSym, LLC and paid for by the people who choose to support it, because a platform for children should not have a business model that points at the children.
THE SHORT VERSION
Technology should make kids more capable of thinking, not less required to. We built the smallest real programming language we could, made it safe by construction instead of by moderation army, and gave it away. Everything else on this site follows from that.