Coming Soon

md2doc Desktop

A desktop app that watches a folder for markdown files written by your AI coding agents and renders them as polished documents — automatically. In development.

DM @kirillzubovsky on X for launch updates

macOS first  ·  Apple Silicon & Intel  ·  one-time purchase

How it works

1

Point to a folder

Tell md2doc Desktop which inbox folder to watch. Your AI agent drops .md files there.

2

Files appear instantly

The moment a markdown file lands in the folder, md2doc renders it — Word, PDF, or HTML — with no extra steps.

3

Open or share

Click any document in the sidebar to open it. Move it to trash when you're done. The inbox stays clean.

Agent integration

Tell your AI agent (Claude Code, Cursor, etc.) to write output files to the watched inbox. Use the filename convention below so md2doc knows what to render:

# Inbox path (configure in md2doc Desktop preferences)
~/Documents/md2doc-inbox/

# Filename convention written by your agent
report-2024-01-15.md  # any .md file triggers rendering
summary.docx.md      # .docx.md → Word output
invoice.pdf.md       # .pdf.md → PDF output
notes.html.md        # .html.md → HTML output

See the MCP server if you want agents to convert markdown without the Desktop app.