- +RigidBody3D Ball @ (0, 3, 0)
- +MeshInstance3D BallMesh · SphereMesh r=0.5
- +CollisionShape3D BallCollision
- +scripts/ball_movement.gd (impulse every 2s)
- ↻rebuilt main.tscn
Plug your model into a real Godot 4 project with the whole engine layer already wired up: scene, camera, lights, physics, controls. That means your AI burns its tokens on the game, not the boilerplate. Ship straight to itch.io, and the day a chat box starts feeling small, open that exact same project in Godot and keep going. No tutorials. No engine onboarding. No npm install three.
We grew up making games by typing them. 10 PRINT "HELLO" out of a magazine, type in the listing, run it, watch a thing happen. The loop was simple. Then thirty years of "first install this, then install that, then watch a 90-minute YouTube" buried it under sediment.
IgniteX is that loop, dug back up. You type. The model edits a real Godot 4 project. The game rebuilds. You play it. When you outgrow chat (and you might), crack the project open in Godot itself — we don't lock you in, we don't get in your way. Stay forever, leave whenever. Your project, your terms.
With Three.js, every feature you add piles a little more complexity onto your AI. Eventually it loses control of the codebase, and so do you. IgniteX gives the model real tools to stay on top of things, so the project stays manageable as you build.
Tweak transform, materials, lights, and UI with real sliders and colour pickers. Or just say "make it bigger and emerald green."
A real outliner: select nodes, drag-to-reparent, multi-select, rename inline. Right-click any node and pipe it into the prompt.
Drop boxes, spheres, cylinders, lights, and cameras into your scene with a single click.
See the code the model wrote, line by line. Read it, copy it, or ask the model to edit it in plain English.
Hover any node and get a short, human description of what it does. No reading the engine docs.
Ship a Web zip or a single-file Windows .exe in seconds. No build pipeline, no SDK setup.
Flick between editing the scene and actually playing the game. No "Hit run, wait for compile" cycle.
Use the built-in AI powered by prepaid energy — no setup, no API keys. Or route through a local Claude Code session and pay nothing per prompt. Hosted convenience or $0 local: your call.
Every edit is undoable. Try wild ideas without breaking your save. Roll back if you change your mind.
Type a sentence. Watch your game change. Each example below took under two seconds to build. and you could play it before you finished reading what changed.
Once for the tokens your model torches rebuilding the camera, the lights, the controls, the physics — every single prompt, Sisyphus at $0.40 a roll. Again for the bugs it hallucinates from a blank slate. And the prize? A demo trapped on a hosted URL you can't actually ship. IgniteX edits a real Godot project. The output is a portable .tscn tree: playable in the browser, exportable to itch.io, openable in Godot itself. Not a demo. A game.
// Prompt: "make the cube spin" // Output: 142 lines of regenerated boilerplate import * as THREE from 'three'; // (the model rebuilds the scene...) const scene = new THREE.Scene(); const camera = new THREE.PerspectiveCamera(75, w/h, 0.1, 1000); const renderer = new THREE.WebGLRenderer({ antialias: true }); // (...and the lights it had before...) const light = new THREE.DirectionalLight(0xffffff, 1); // (...and the resize handler from prompt #1...) window.addEventListener('resize', () => { ... }); // (...somewhere in line 117, finally, the cube spins.)
// Prompt: "make the cube spin" // Output: one targeted patch + create scripts/cube_spin.gd (8 lines) + attach to Cube node ✓ done in 1.4s // The scene, camera, lights, physics, // renderer, resize handler — all of it // already exists. The model doesn't // touch any of them. Only the spin // behaviour gets added.
IgniteX is free to download and yours to keep. Run your own local model (a local Claude Code session) and every prompt is $0, forever. Don't want to set that up? Use the built-in AI and top up energy — prepaid, no subscription, no card on file.
The full editor, unlimited projects, Web + Windows export, and every game a real Godot 4 project you own outright. Bring your own local model and the AI runs free too.
Energy powers the built-in AI, so you never touch an API key or install anything. Prepaid, no subscription — bigger packs throw in bonus energy.
No. IgniteX handles the engine layer for you. The project files on disk are standard, portable formats. if you ever want to peek under the hood you can, but you don't have to.
You can. But in Three.js, your AI burns half its token budget rebuilding the engine boilerplate every prompt — scene, camera, lights, physics, render loop, resize handler — because there's nothing persistent for it to build on. The model isn't making your game; it's reinventing the engine each turn. IgniteX plugs your AI into a real Godot 4 project with all that already wired up, so your prompts go toward gameplay, not scaffolding. And the output is a real project you can ship to itch.io or open in Godot — not a one-off demo trapped on a hosted URL.
The on-disk project is standard Godot 4. scenes/*.tscn, scripts/*.gd, project.godot — all the formats Godot itself uses. Open the project folder in the Godot editor any time. We're not a walled garden: IgniteX is a chat-driven front end to a real engine you can keep building with on your own terms.
Yes. One click gets you a downloadable Web zip (drag straight onto itch.io) or a single-file Windows .exe. macOS and Linux templates are wired up and shipping soon.
You do. The project on disk is yours. IgniteX doesn't retain any rights to what you build.
Yes. The editor is free to download and keep — unlimited projects, Web + Windows export, and real Godot 4 projects you own. Run your own local model (a local Claude Code session) and the AI is free too: $0 per prompt, forever.
Energy is optional. It powers the built-in AI, so you don't have to set up a local model or bring an API key — just prompt, and IgniteX runs the model for you. It's prepaid (Try $12, Make a game $20, Pro from $50 with bonus energy), no subscription, no expiry. Out of energy? Switch to your local model and keep building for free.
Unused energy is refundable within 7 days — just email us. Energy already spent on AI turns is consumed and can't be refunded, but whatever's left in your balance we'll return, no fuss.