What is .mdz good for?
Anywhere you'd reach for a Word doc, a wiki page, or a folder of Markdown files — but you want something open, portable, and readable without installing anything.
Wiki in a box
Multiple linked Markdown pages, images, and navigation — all in one file. Send it over email or Slack. The recipient doesn't need a wiki account, a server, or a cloned repo.
The document that outlives its software
Formatted text, headings, images, tables — the things people actually reach for Word to produce — stored as plain Markdown in an open archive. No proprietary binary, no software subscription required to read it in ten years.
The README that travels
Detach your project docs from GitHub. Bundle the README, architecture diagrams, and screenshots into a .mdz that tells the full story without a browser or an internet connection.
A folder that fits in an email
Stop attaching a ZIP and explaining what to do with it. A .mdz is self-describing — any recipient can rename it to .zip, extract, and read. No instructions needed.
The diff-able document
Unlike DOCX or PDF, a .mdz lives happily in git. Track every change to your documentation, run code review on prose, and roll back like you would with source code.
An ebook you actually own
EPUB is ZIP-based too, but locked to specific readers and XML internals. A .mdz is plain Markdown — readable in any editor, convertible with Pandoc once extracted, zero proprietary baggage. Native Pandoc support is a future project.
Course materials, no login required
Lesson notes, exercise sheets, and images in one file. Students open it with whatever tools they already have — no LMS, no platform account, no expiring link.
The manual that ships with the product
Publish a versioned .mdz alongside every software release. The docs for v1.2.0 are always exactly right for v1.2.0 — no wiki drift, no stale hosted pages.
Meeting notes that keep their screenshots
Paste in the architecture diagram, the mockup, the whiteboard photo. Send one file. No Confluence, no Notion share link, no "the image didn't come through."