🔗 View the campaign site on GitHub Pages
A custom Daggerheart RPG campaign frame set in a mist-shrouded world, where players traverse shifting, interconnected locations known as "The Path."
All campaign content lives here, organized by kind:
locations/— Path locations: surface, underground, the Starfall City sub-area, special locations, and the Village in the Mist hubadversaries/— Custom adversaries by type (mist, beasts, siege, crystal-plague, spider-queen, the-croak, antagonists)lore/— Factions (one folder per faction, with NPCs) and mist-islands/Starfall loremechanics/— Path generation, crafting & trading, village siege, Starfall City, and other core rulesitems/— Equipment and item catalogscampaign/— Active session/campaign tracking (e.g. Moonfield)example-path/— A reusable library of example Path configurations
See CLAUDE.md for the full directory breakdown and content-creation conventions.
A static site for browsing all campaign content — locations, adversaries, factions, items, path mechanics. This is what's deployed to the GitHub Pages link above.
Run it locally:
cd path-webapp
python -m http.server 8000Then open http://localhost:8000. See path-webapp/README.md for other server options and troubleshooting.
Pushes to main auto-deploy path-webapp/ (plus the-path-campaign/ and the root index.html) to GitHub Pages via .github/workflows/deploy.yml.
For use with Claude Code in this repo — slash commands in .claude/commands/ walk through creating new content collaboratively:
/create-location,/create-npc,/create-faction,/create-adversary,/create-item,/create-path,/create-chime
.claude/agents/ also has 10 specialized agents (GM support, adversary building, combat mechanics, equipment, homebrew design, rules lookup, and more) for deeper help on specific systems.
Also in this repo
lib/daggerheart-srd/— Git submodule with the official Daggerheart SRDlib/og-dhsrd/— HTML reference version of the SRD (adversary benchmarks, scaling guidelines)homebrew-kit/— Official Daggerheart Homebrew Kit for content creation guidelinesPitch.md— Campaign concept and core mechanics overviewProgression.md— Development changelog and campaign advancement trackingSTYLE-GUIDE.md— Modifier terminology and formatting rulesFILE-INDEX.md— Full repository file index
This repo uses git submodules for SRD reference content:
git clone --recurse-submodules https://github.com/FHieser/thePath.gitOr, if already cloned:
git submodule update --init --recursiveBuilt under the Darrington Press Community Gaming License.