Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Murder Board: Connect the dots. Keep them connected.

A web-based self-hostable murder board designed for TTRPG players. My goal is to be a simple free self-hostable Miro-alike specific to TTRPGs.

Features

  • GMs can upload hidden cards and reveal them to players
  • Collaborative editing
  • Image cards
  • Search cards
  • Ping cards to draw other's attention to them
  • Automatic version history, allowing you to view the chart as it builds up over time
  • Allow anonymous view access
  • Obsidian Canvas import/export
  • Export to SVG (also embeds a JSON representation so that SVG can be re-imported)
  • Redacted Mode if you want to share screenshots without revealing exact details
  • Underlying data is stored in a straight-forward SQLite database

Builds

The available builds are:

  • Linux: systemd service, intended for hosting a site for your players to use
  • Desktop builds (macOS and Windows): hosts a local server, for personal use, or setup for players to access within your network)

Releases

Contributors