AI for indie game developers, without giving up the project

The thing that makes most AI game tools unusable for an indie is not the quality of the output. It is that the output lives somewhere you do not control. This one writes into a normal Godot project on your disk.

The objection that actually matters

Ask an indie developer why they will not use an AI game tool and the answer is rarely about the code being bad. It is that the project ends up in a proprietary format, on someone else server, in a tool that may be priced differently next year. That is a reasonable thing to refuse.

Stage Engine is built the other way round. The engine is Godot, which is open source. Your project is an ordinary Godot project on your own disk. Director 1 writes GDScript into it. If you stopped using the app, you would still have a Godot project and Godot would still open it.

That is the part worth checking before anything else, because everything else is a preference and this one is structural.

Where AI is worth having and where it is not

It is worth having on the code nobody enjoys and everybody rewrites. Save systems. Inventory. Dialogue plumbing. A settings menu with working key rebinding. Object pooling. The state machine that every project needs and nobody wants to write for the fifth time.

It is not worth reaching for on the things that make your game yours. The feel of the movement, the pacing of the level, what the world looks like. Those are the reason to be an indie in the first place and they are not a prompt.

The split in this app is along that line on purpose. Director 1 writes code. The world gets built by hand, by you, in a builder that behaves like a level editor. There is no path where you describe your level and something invents it behind your back.

If you already write code

Plenty of people arriving at this search do write GDScript, and this page should be honest about the fit. The app is designed around someone who does not, which shows up in the interface: it wants you to describe and to judge rather than to edit.

But the project underneath is a normal Godot project, so there is nothing stopping you opening it, reading what was written, and changing it. If your objection to AI tools is that you cannot see the code, that objection does not apply here.

What it will not do is behave like an autocomplete in your editor. It is a builder that writes into your project, not a plugin that lives beside your cursor.

Cost, and what the plans buy

The download is free and there is a free plan. Indie is $10 a month and Pro is $50. What the paid plans buy is more usage of the AI, not a different engine, extra export targets, or a removed watermark. There is no per-seat or enterprise tier, because it is a desktop app rather than a service.

Building requires an internet connection, since the AI and world data come over the network. The game you built runs locally without one, on the copy of Godot bundled with the app.

Mac and Windows both ship. The download is free to try before any of this matters to you.

Scope, which no tool fixes

Writing code faster does not make a two-year project a two-month one. It moves the bottleneck, and the new bottleneck is you: playing, deciding, building the world, cutting things.

The failure this creates is specific. When systems are cheap, you add systems. A project with nine mechanics and no shape is easier to reach than it used to be, and it is exactly as unfinishable as it always was.

The useful discipline is unchanged. Decide what the game is, build the smallest version that contains it, play it, and only then add. The tool makes each attempt cheaper, which is worth a great deal, and it will not tell you when to stop.

Where the time actually goes

In a project built this way, the hours move to playing and to the world. That is a different distribution from a hand-coded project and it takes a little adjusting to.

It is also the distribution most solo developers say they wanted. The complaint is rarely that there was not enough scripting; it is that there was never time for the level to be good.

Worth planning around. If code is no longer the constraint, the schedule should stop being built around it, and the extra time should go where the game is actually judged.

Questions

Do I own the project?
It is a Godot project on your disk. Godot is open source and opens it whether or not you keep using this app.
Can I read and edit the code it writes?
Yes. It is plain GDScript in your project. Nothing is obfuscated or hidden in a binary format.
Is this an autocomplete for my editor?
No. It is a desktop app for Mac and Windows that builds into your project. It is not a plugin that runs beside your cursor.
What does it cost?
Free to download with a free plan, then $10 a month for Indie and $50 for Pro. Those buy usage, not a different engine.
Does it need to be online?
Building does, because the AI and world data come over the network. Playing what you built does not.