One command, done
Run mdsync README.md. It opens in your browser. Headings, code blocks, tables, links — all rendered. Dark and light themes.
Every dev has a folder full of .md files that look like plain text.
mdsync opens them in your browser — rendered, searchable, and editable —
without changing how you work. One command. No config.
npx markdownsync README.md
READMEs, docs folders, AI output, meeting notes — it's all markdown.
But opening a .md file means squinting at hashtags and backticks,
or copy-pasting into some preview tool. mdsync skips all that.
Point it at a file or folder, and it's rendered in your browser instantly.
Run mdsync README.md. It opens in your browser. Headings, code blocks, tables, links — all rendered. Dark and light themes.
Double-click any section. Make your changes. Hit save. The .md file on disk updates. No copy-paste loop between editor and preview.
Edit in VS Code? The browser updates live. Edit in the browser? The file updates on disk. You never have to refresh.
Run mdsync mcp to let Claude, Cursor, or any MCP-compatible tool read and write your docs programmatically.
mdsync ./docs turns your docs folder into a browsable workspace. Search across files, click to open, edit inline.
mdsync ~/notes — if you keep notes in plain markdown, this is the fastest way to read and edit them.
AI agents dump markdown constantly. mdsync makes that output readable and lets you fix the parts that are wrong.
mdsync build ./docs --out ./site generates a static site from the same files. Deploy it anywhere. No build framework.
Install it, point it at your markdown, and it works. That's the whole pitch.