Everything you need to keep your Game Design Documents alive and in sync with your game.

Documentation#

GDD Manager turns your messy notebook of ideas into a structured, exportable document that talks directly to your game engine. This documentation covers every feature in the app, why it exists, and how to get the most out of it in your project.

Where to start#

If this is your first time here, follow this path in order:

What's in the app#

GDD Manager is organized into three layers:

  1. Pages — each one represents a concept in your game (a class, a skill, an economy). Typed (with wizard) or blank.
  2. Addons — specialized blocks inside a page. Skills, Currency, Attribute Modifiers, Progression Table, etc. There are 16+ types today.
  3. Remote Config — exports everything to JSON that your engine can consume (Unity, Godot, Unreal, web). Flexible schema, multiple formats.

The real power comes from the integration between layers: a skill references an attribute modifier, which points to an attribute definition, which becomes a field in an exported JSON — all navigable and validated.