TypeScriptNext.jsWebToolsTailwind CSS

Scribe

A "Game Data Architect" tool designed for creating and managing relational JSON databases, specifically tailored for complex game data like item stats and dialogue trees.

Scribe addresses the common pain point of managing large, nested JSON files in game development. It provides a structured, user-friendly interface that feels more like a database manager than a text editor, making it easier to maintain balance and consistency in your game data.

Features

  • Structured UI: Manage data entries through a clean tabled interface instead of wrestling with raw JSON syntax and potential formatting errors.
  • Relational Mapping: Handles complex data relationships—such as items belonging to specific categories or dialogue nodes branching to others—in a pleasant and manageable fashion.
  • Game Engine Optimized: Tailored for seamless export to modern game engines like Unity, Unreal, and Godot.
  • Web-Based Workflow: Access your project's data tools from any browser without needing to install specialized software.

Use Cases

  • RPG Item Databases: Manage thousands of items with varying stats, requirements, and effects.
  • Dialogue Systems: Visualize and edit complex branching dialogue trees.
  • World Building: Store and relate data for NPCs, locations, and quest structures.