markdown sharing

Share markdown
online
in seconds

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.

Paste markdown
Get a link
💬Collect comments
// how it works
01

Write or paste

Drop in your markdown — a plan, README, RFC, changelog, or notes. Code fences, tables, task lists, and Mermaid diagrams all render.

02

Get a link

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.

03

Collect feedback

Share the link. Reviewers leave inline comments on specific lines, add reactions, and mark themselves done — no account needed to comment on public docs.

// why draftmark
[⚡]

Beautiful rendering

GitHub-flavored markdown with syntax highlighting, tables, task lists, and Mermaid diagrams — rendered clean in light or dark.

[#42]

Inline comments

Feedback anchored to the exact line, not a thread at the bottom. The fastest way to get precise review on a document.

[👤]

No account required

Create and share without signing up. Readers don't need an account to view or comment on public docs.

[api]

API & CLI

Share from the terminal with dm create - or the REST API. Built so AI agents can share docs and read feedback programmatically.

[md]

Raw markdown access

Every doc is available as raw text/markdown at /share/<slug>.md — perfect for agents and piping into other tools.

[✓]

Review tracking

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.

// faq

How do I share a markdown file online?

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.

Can people comment on the markdown I share?

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.

Do I need an account to share markdown?

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.

Can I share markdown from the command line or an AI agent?

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.

Share your markdown
and get it read.

share markdown nowread the API docs →