Frequently Asked Questions

Common questions about SpawnForge, the AI-powered game creation platform.

What is SpawnForge?
SpawnForge is an AI-powered, browser-based 2D and 3D game creation platform. It lets you build games using natural language prompts or a visual editor — no downloads or installs required. The engine is built in Rust, compiled to WebAssembly, and renders via WebGPU with a WebGL2 fallback.
Is SpawnForge free?
Yes. The Free tier includes the full editor, local export, 3 cloud projects, and 1 published game — everything except the AI features. AI starts on the Starter plan at $9/month, which adds AI chat, asset generation, and bring-your-own-key support. Plans go up to $79/month (Studio), which reaches the platform AI keys without needing a token balance.
What browsers does SpawnForge support?
SpawnForge works in any modern browser. It uses WebGPU for primary rendering (Chrome 113+, Edge 113+, Firefox Nightly) and automatically falls back to WebGL2 for broader compatibility (Chrome 56+, Firefox 51+, Safari 15+, Edge 79+).
Can I export games from SpawnForge?
Yes. You can publish games to a shareable URL with one click, or export them as standalone HTML/JS bundles that run anywhere. Published games are hosted on SpawnForge's CDN and playable at spawnforge.ai/play/[your-id]/[game-slug].
Does SpawnForge support 3D games?
Yes. SpawnForge supports both 2D and 3D game development. 3D features include PBR materials (56 presets), skeletal animation, GPU particles, CSG boolean operations, procedural terrain, GLTF model import, and real-time Rapier 3D physics simulation.
How does AI game creation work?
You describe what you want in natural language — for example, "create a platformer with a jumping character and moving platforms." Multi-agent AI interprets your prompt and executes commands to build the scene, add physics, configure scripting, generate assets, and set up game logic. You can then refine everything manually in the visual editor.
What is MCP for game development?
MCP (Model Context Protocol) is the command interface between the AI and the game engine. SpawnForge exposes 351 MCP commands across 41 categories — from spawning entities and applying materials to configuring physics, audio, animation, scripting, and game components. This gives the AI precise, fine-grained control over every aspect of game creation.
How does SpawnForge compare to Unity or Godot?
SpawnForge is browser-native (no download/install), AI-first (natural language game creation), and uses WebGPU rendering. Unlike Unity (C#) or Godot (GDScript), SpawnForge uses TypeScript scripting and visual scripting with 73 node types. It publishes games to the web with one click. The tradeoff: SpawnForge targets web games specifically, while Unity/Godot support native desktop and mobile builds.