1OH7 Arcade
Browser games with published leaderboards — built, sandboxed and shipped in-house.
Live in production
A browser arcade where games run inside a locked-down sandbox, talk to the platform only through a controlled bridge, and post scores to shared leaderboards. It doubles as our proving ground for safely running third-party and AI-generated code in production.
What’s inside
- Sandboxed game runtime — untrusted code cannot touch the platform
- Score submission through a controlled parent bridge
- Leaderboards and player accounts
- Admin pipeline for publishing and previewing games
- AI-assisted game development workflow
Stack
JavaScript
PHP
MariaDB
Sandboxed iframes
What it proves: we can run untrusted and AI-generated code safely in production — the same isolation thinking behind our private AI deployments.