Paste or write markdown, get a clean shareable link, and collect inline comments and reviews — from humans or AI agents. No account, no install, no setup.
Drop in your markdown — a plan, README, RFC, changelog, or notes. Code fences, tables, task lists, and Mermaid diagrams all render.
Publish to get a short URL like draftmark.app/share/abc123. Public or private (link-only) — your choice. Grab the raw markdown at /share/abc123.md.
Share the link. Reviewers leave inline comments on specific lines, add reactions, and mark themselves done — no account needed to comment on public docs.
GitHub-flavored markdown with syntax highlighting, tables, task lists, and Mermaid diagrams — rendered clean in light or dark.
Feedback anchored to the exact line, not a thread at the bottom. The fastest way to get precise review on a document.
Create and share without signing up. Readers don't need an account to view or comment on public docs.
Share from the terminal with dm create - or the REST API. Built so AI agents can share docs and read feedback programmatically.
Every doc is available as raw text/markdown at /share/<slug>.md — perfect for agents and piping into other tools.
Set an expected number of reviewers and a deadline. Draftmark signals when the review threshold is met, and automatically stops accepting feedback once the deadline passes.
Paste or write your markdown, click share, and Draftmark gives you a short URL that renders the document beautifully. Anyone with the link can read it — no account or install required.
Yes. Readers can leave inline comments anchored to specific lines, add reactions, and mark themselves as done reviewing. You can also set a review deadline and an expected number of reviewers.
No. You can create and share a doc without signing up. You get a private magic link to edit it and, optionally, an API key for programmatic access.
Yes. Install the CLI with npm install -g draftmark, or use the REST API directly. Pipe a file with dm create - < notes.md, or have an agent POST to /api/v1/docs and poll for feedback.