Development instance — data may be reset at any time

Platform overview

How AI Chat Games works — what you can build, how the engine runs your code, and where to look next.

AI Chat Games lets you build interactive, AI-driven experiences and play them in the browser. You describe what you want, the coding agent writes the game, and the engine runs it on our infrastructure — no servers to manage, no model APIs to wire up.

How it runs

Each game is a small TypeScript project composed of two parts:

  1. The frontend: a React component that renders inside an iframe (in the Game Studio) or dedicated browser window (in full screen mode). The frontend renders state and emits input events (e.g. "the user clicked the button").
  2. The backend: a reducer that receives game events and updates the game state accordingly.