Game Engine White Papers Commander Keen
Summary
The Tolgee article describes a plugin architecture (Tolgee Apps) based on sandboxed iframes and a token-based security model. It covers three core design decisions (no platform-side storage, no plugin code in the Tolgee runtime, and iframe-based execution), the short-lived JWT flow for authenticating apps, and the decorator pattern for UI extensions. It also discusses vibecoding experiments and plans for production rewrite.