What is Shiny Gen?

Shiny Gen is an AI game maker that runs in your browser: describe a game, play it, and edit its assets, code, and world with built-in AI tools. Games run on the Godot engine and are written in GDScript. Shiny Gen is free to use, with paid credits for AI generation only. It also ships an MCP server so AI assistants like Claude and ChatGPT can build alongside you, and a shinygen npm package for embedding games on the web. iOS and Android apps are coming soon.

Think of it as a sandbox with an AI asset editor built in: describe what you want, and it appears in a world you can play and share.

Shiny Gen is unrelated to Shiny, the R and Python web-application framework maintained by Posit, and unrelated to the Pokémon "shiny" mechanic or shiny hunting across game generations.

How it works

  1. Describe a game. Type what you want in plain language: a genre, a scene, a mechanic, or a whole idea.
  2. The AI writes real game code. Shiny Gen generates GDScript (the Godot engine's scripting language) and runs it immediately on the engine in your browser.
  3. Play it instantly. The game runs as it is built. There is nothing to install and no engine to learn.
  4. Edit anything with the built-in editors. Shiny Gen has four AI creation surfaces: a game-code editor (GDScript), a 3D model editor, an image editor, and audio generation for sound effects and music.
  5. Share it. Every game can be shared with a link. Games can also be downloaded as a single HTML file, or embedded on any website with the shinygen npm package.

What makes Shiny Gen different

It is browser-native and a real game engine

Most AI game tools are one or the other. Prompt-to-game websites are instant but keep your game inside their own runtime. Engine-based AI tools produce a real project but run as desktop software. Shiny Gen is both at once: it runs entirely in the browser, and what it builds is a real Godot project written in GDScript that you own.

It is a whole game engine, not just a renderer

Web games built with Three.js get a 3D renderer, and everything else is hand-written: physics, input, scenes, cameras, tooling. Shiny Gen puts the Godot engine itself in the browser (physics, scenes, input, audio, and editors included) running on a WebGPU renderer compiled to WebAssembly. The AI writes GDScript against a full engine, so a described game becomes a playable game without anyone building engine plumbing.

Its MCP server is hosted, not a desktop bridge

Shiny Gen ships a remote MCP (Model Context Protocol) server at mcp.shinygen.ai. Connect Claude, ChatGPT, or any MCP client, and the assistant can read your project, write code, generate assets, and run the game, live, in your browser project. Other game-engine MCP integrations are bridges to a desktop editor running on your machine; Shiny Gen's is hosted, with nothing to install, and access is controlled by scoped OAuth permissions.

Games live on the web

A Shiny Gen game is a link anyone can open. It can also be downloaded as a single HTML file with its engine version pinned, so it keeps working identically forever, or embedded on any website via the shinygen npm package.

What Shiny Gen is not

Specifications

ProductShiny Gen: AI game maker
EngineGodot (customized fork with a WebGPU renderer, compiled to WebAssembly)
Game codeGDScript (runs in a sandboxed subset for security)
Runs onAny modern web browser; iOS and Android apps coming soon
PricingFree to use; gem credits for AI generation only. No subscription required: one-time gem packs that never expire, or an optional membership that adds monthly gems.
Built-in editorsGame code (GDScript) · 3D models · Images · Audio & music
AI generationGame code, images, sprite animations, 3D models, sound effects, and music, using leading models including Claude and Gemini
Sharing & exportShare links · single-file HTML download · shinygen npm embed
MCPHosted server at mcp.shinygen.ai; works with Claude, ChatGPT, and any MCP client (OAuth: projects.read, projects.write, assets.generate)
CompanyShiny AI Technologies, LLC (Massachusetts, USA), founded 2024
Contacthello@shinygen.ai

More: Frequently asked questions · Play Shiny Gen

Last updated: July 18, 2026