Tools
Interactive utilities for working with V33 world JSON. Run inside the browser; no upload, no account.
Interactive
Validator
Paste a world JSON. Runs the full V33 validator against the live schema and reports missing required fields, type mismatches, and union failures. Also available headless via the /api/validate endpoint.
Interactive
Trigger Map
Upload a world to see its triggers as a graph wired to the quests, NPCs, locations, factions, and storage keys they touch, then edit conditions, effects, names, and scripts visually and download the result.
Reference
Schema Explorer
Browse the live V33 schema by top-level section. Each card shows the io-ts codec definition straight from the source.
Reference
Field index
Every field path in the V33 schema, alphabetical, with the section it belongs to. Useful when you know the field name but not the section.
For agents
API
Public HTTP endpoints: validate world JSON, fetch section docs and schema fragments, pull the full wiki as JSON or Markdown. Designed for AI agents authoring Voyage worlds.