SignalMap
Maps every signal in your Godot 4 project. Scans both .gd scripts and .tscn scene files. Finds orphan signals nobody listens to, dead handlers connected to functions that don't exist, and gives you a complete picture of your event architecture.
python signalmap.py your_project/ -f html -o report.html
GDClean
Finds everything slowing down your project. Dead classes nobody references, missing resources that'll crash at runtime, duplicate code blocks across files, unused assets eating disk space, and forgotten TODO markers buried in old code.
python gdclean.py your_project/ -f html -o report.html
RiftTest
Auto-generates test scaffolds for your GDScript code. Detects testable functions, creates GdUnit4-compatible test files, generates mock setups, and suggests edge cases. Stop writing boilerplate, start writing assertions.
python rifttest.py scripts/ -o tests/Preview:
python rifttest.py scripts/ --preview
SceneDoc
Generates complete documentation for your Godot project. Scene trees, node hierarchies, script attachments, signal connections, autoload maps, resource dependencies. Exports as navigable HTML docs your whole team can reference.
python scenedoc.py your_project/ -f html -o docs.html
NodeWatch
Static performance profiler for GDScript. Analyzes your code without running it — finds expensive operations inside _process() and _physics_process(), estimates relative cost per function, generates flame-chart reports showing exactly where bottlenecks are. Catches node lookups, allocations, and antipatterns that cause frame drops.
python nodewatch.py your_project/ -f html -o perf.html
All six tools. One purchase.
About GodotKit
Built by Data Extract Pro — a Netherlands-based developer tools company. We build these tools while developing our own game in Godot 4. Every check, every detection pattern comes from real problems we hit in production.
We believe developer tools should be affordable, local, and dependency-free. When the market charges $14/dev/month for tools that don't even support GDScript, someone should offer a better deal.
None of those tools support GDScript. We do. That's the whole pitch.
Found a bug? Email phoenixprometheus@outlook.com — free tool license as thanks.
Our Other Tools
© 2026 Data Extract Pro · KVK 98083759 · 14-day money-back guarantee