Your world, always yours
Export your campaign any time — as a JSON backup, as Markdown, or live through an open API. No lock-in, no paywall on your own data.
Three ways to take your data
JSON — a full data export
One file with your campaign, every entry you can see, markers, tags, sub-maps, and travel paths. Keep it as a backup or move it wherever you like.
Markdown — readable & portable
A plain-text document of your journal that opens in any editor. Marker links stay as [[wikilinks]], so it drops straight into note apps like Obsidian.
Open API & MCP — live access
Reach your campaign and journal through an open REST API, or connect your own AI assistant over MCP. Your data isn't locked to one screen.
How to export
Open your campaign's Settings and use the Export campaign section to download JSON or Markdown in one click.
Prefer to script it? Call the REST API with an API key:
GET /api/v1/campaigns/:id/export?format=jsonExports respect your role — a player's export never includes DM-only entries or DM notes.
Our promise on your data
Lock-in is how a lot of tools keep you. We'd rather earn it.
Export any time, for free
Exporting your campaign data is part of the free app — not a paid feature, and not something you have to ask for.
We won't shrink the free tier out from under you
Some tools quietly cut what the free plan includes after you've built on it. We won't retroactively take away what your campaigns already rely on.
Your data isn't the hostage
Your world is yours. The point of open export, an open API, and MCP is that leaving is always easy — which is the best reason to stay.
Frequently Asked Questions
How do I export my campaign?
Open your campaign's settings and use the Export campaign section to download it as JSON (a full data export) or Markdown (a readable document). You can also fetch it programmatically from the REST API at /api/v1/campaigns/:id/export with an API key.
What's in the export?
The JSON export contains your campaign details, every journal entry you can see, markers, tags, sub-maps, and travel paths. The Markdown export is a readable version of the journal with marker links preserved as [[wikilinks]]. Exports respect your role: a player's export never includes DM-only entries or DM notes.
Is exporting free?
Yes. Full export is part of the free app, not a paid add-on. Getting your data out is always free.
Can I use my export with Obsidian or other note apps?
Yes. The Markdown export is plain text and keeps marker references as [[wikilinks]], so it works in Obsidian and other Markdown editors. A one-file-per-note vault format is planned as a further step.