Skip to content

technical documentation

Documentation

Every document Marauder ships lives in the GitHub repo, in plain Markdown. The links below open the canonical source — pull requests welcome on any of them.

Reading the source

Most of what you'll want is in two folders. The Go backend lives at backend/ and the React frontend at frontend/. Plugins are under backend/internal/plugins/ — each tracker, client, and notifier is one self-contained Go file plus its tests.