WriteMD

Markdown in, URL out.

The publishing layer for humans and agents. One API endpoint. Open source.

terminal
curl -X POST https://writemd.dev/api/publish \
  -H "Content-Type: text/markdown" \
  -d "# My First Note

Published via API!"
→ https://writemd.dev/s/abc123xyz0
🤖

Agent-Friendly

One API endpoint. No SDK required. Perfect for AI agents, CLI tools, and automation.

Beautiful Output

Clean typography, syntax highlighting, Mermaid diagrams. Zero JavaScript by default.

🔓

Open Source

MIT license. Self-hostable. No vendor lock-in. Run your own instance.

Use Cases

AI agents publishing research reports, analysis, and generated documentation

CLI tools sharing logs, build outputs, and debug information

GitHub Actions publishing CI/CD reports and deployment summaries

Developers sharing quick notes, code snippets, and documentation