American English Academy is an education product built around an embeddable word-matching game platform. The current code covers game authoring, CSV import for bulk content, score capture, combo and timer tracking, per-game and global leaderboards, and admin controls for managing games and embed-domain rules.
It is a good example of balancing playful interaction with platform constraints. The app has to work cleanly inside LearnWorlds-style iframe embeds, expose leaderboard and game routes, and still provide enough administrative control over content, settings, and score moderation to be useful beyond a single demo game.
It also shows the kind of lightweight Go stack I often prefer for focused products: server-rendered templates, targeted JavaScript where it helps, and a small deployment surface rather than forcing the whole product into a front-end-heavy architecture.