A collection of utilities for the Daggerheart SRD katari.fyi
daggerheart ttrpg gleam api
README.md

Web#

Easy browsable version of the SRD as a website, optionally contains documentation for the API as well.

Requirements#

  • Gleam v1.12.0 or greater

Running#

cd web
gleam run

Nix#

nix run .#web

Set the KATARI_API_DOCS environment variable to true to enable them.

If using a non-standard location for your SRD directory, this can be specified with the KATARI_SRD_PATH environment variable. It will default to ../srd otherwise.