Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What Works Today?

TTRPG Forge is currently a local development preview. It is useful for exercising the model and contributor workflow, not for production use.

You Can Run

  • an Axum REST API on 127.0.0.1:8080
  • a Leptos frontend on 127.0.0.1:1420
  • seeded in-memory development storage
  • optional Postgres storage with migrations and seed data
  • mdBook documentation

You Can Model

  • projects
  • continuities
  • entities
  • relationships
  • secrets
  • continuity events
  • chronology entries
  • continuity mutations

You Can Do Through The API

  • list, create, view, and update projects
  • list, create, view, and update continuities
  • list, create, view, and update entities
  • list, create, and view relationships
  • list, create, view, and update secrets
  • list, create, view, and update continuity events
  • list, create, and view chronology entries
  • list, create, and view continuity mutations
  • search project content

You Can Do Through The Frontend

The frontend is an early validation surface. It currently focuses on:

  • opening projects
  • viewing project overviews
  • viewing entity detail pages
  • viewing continuity detail pages
  • searching project content

Important Limits

  • Authentication uses development headers.
  • Authorization is not production-ready.
  • Audience-specific visibility is not a complete user-facing workflow.
  • Collaboration is planned, not complete.
  • Rules adapters, publication, and export are planned, not complete.
  • The app is not a hosted public product.