Your Cart
Loading
Only -1 left

Complete GodotKit — All 6 GDScript Dev Tools for Godot 4

On Sale
€109.00
€109.00
Added to cart

`Every GodotKit tool in one package. Static analysis, signal mapping, dead code detection, test scaffolding, auto-documentation, and performance profiling. Six single-file Python tools with zero dependencies. Save 43%+ versus buying individually.

Includes:

  • GodotGuard — Static Analysis (€29)
  • SignalMap — Signal Visualizer (€29)
  • GDClean — Project Cleaner (€19)
  • RiftTest — Test Scaffolding (€19)
  • SceneDoc — Auto Documentation (€49)
  • NodeWatch — Performance Profiler (€49)

€194 value for €109. Save 43%+. All future tools added to GodotKit included free.

———————————————— HOW TO USE ————————————————

Requirements: Python 3.8+ (no pip install needed, no dependencies)

Each tool is a single .py file. Place them anywhere on your system. Run from terminal/command prompt pointing at your Godot project folder.

GodotGuard — Static Analysis: python godotguard.py your_project/ (text report) python godotguard.py your_project/ -f html -o report.html (HTML report) python godotguard.py your_project/ -f json (JSON output) python godotguard.py your_project/ --strict (enforce type hints) python godotguard.py your_project/ --min-severity error (errors only) python godotguard.py script.gd (single file)

SignalMap — Signal Visualizer: python signalmap.py your_project/ (text report) python signalmap.py your_project/ -f html -o signals.html (interactive SVG graph) python signalmap.py your_project/ -f json (JSON output)

GDClean — Project Cleaner: python gdclean.py your_project/ (text report) python gdclean.py your_project/ -f html -o clean.html (HTML report) python gdclean.py your_project/ -f json (JSON output)

RiftTest — Test Scaffold Generator: python rifttest.py your_project/ --preview (see test plan first) python rifttest.py your_project/ -o tests/ (generate test files) python rifttest.py script.gd (single file to stdout) python rifttest.py your_project/ --no-edge (skip edge cases) python rifttest.py your_project/ --private (include _private funcs)

SceneDoc — Auto Documentation: python scenedoc.py your_project/ (text docs) python scenedoc.py your_project/ -f html -o docs.html (navigable HTML site) python scenedoc.py your_project/ -f json (JSON output)

NodeWatch — Performance Profiler: python nodewatch.py your_project/ (text report with flame chart) python nodewatch.py your_project/ -f html -o perf.html (HTML flame chart) python nodewatch.py your_project/ -f json (JSON output) python nodewatch.py your_project/ --instrument script.gd (add timing code)

All tools support --version and --help flags.

————————————————

Every tool runs 100% locally. Your code never leaves your machine. No subscriptions. No seat licenses. No annual renewals. Pay once, own forever.

Works with any Godot 4.x project. Python 3.8+ required. No pip install needed.

You will get the following files:
  • PY (17KB)
  • PY (27KB)
  • PY (18KB)
  • PY (19KB)
  • PY (22KB)
  • PY (20KB)