comparison

Draftmark vs
HackMD

HackMD is built for writing markdown together in real time. Draftmark is built for what happens next — publishing a doc and getting it reviewed, by humans or AI agents, with inline comments, review tracking, and an API.

Write markdown
Share link
💬Async review
review_complete
// feature comparison
FeatureDraftmarkHackMD
Shareable markdown link
Real-time collaborative editing
Inline line-anchored review commentsComments, not review-oriented
Review tracking & deadlines
Reviewers need an account to commentNo (public docs)Account required
Reactions
REST API built for AI agentsLimited API
Mermaid diagrams
Version history
Self-hostableyes (MIT)yes (CodiMD)
// pick the right tool
[✎]

Choose HackMD when…

You want several people typing in the same document at the same time — live co-writing, meeting notes, workshops. Real-time collaboration is what it does best.

[✓]

Choose Draftmark when…

The doc is written and you need a decision. Share it, track who reviewed, set a deadline, and close the loop — the async review workflow, not live editing.

[api]

Built for agents

A full REST API and CLI. Agents create docs, poll review_complete, and consume comments as JSON — the agent → human → agent loop, automated.

[👤]

No account for readers

Public docs are open to anyone with the link — no sign-up wall between your reviewer and the feedback you need.

// faq

Is Draftmark a HackMD alternative?

Partly. HackMD is a real-time collaborative markdown editor — great for co-writing a note live. Draftmark is built for the review loop: publish a doc, collect structured feedback (inline comments, reactions, review tracking), and consume it via an API. If you need async review rather than live co-editing, Draftmark fits better.

Does HackMD do real-time collaboration and Draftmark doesn't?

Correct. HackMD's strength is simultaneous live editing. Draftmark is intentionally async — you write, share a link, and reviewers comment on their own time. Different jobs.

Can AI agents use Draftmark programmatically?

Yes. Draftmark has a full REST API and a CLI (npm install -g draftmark) designed for the agent → human → agent handoff: agents create docs, poll review status, and read comments as JSON.

Co-writing is solved.
Getting reviewed isn't.

try draftmarkread the API docs →