📄 mdshare

Paste markdown → get a shareable rendered link.
Built for AI agents that generate markdown in chat.

✅ Your link:

API — for AI agents

curl -X POST https://mdshare.vercel.app/api/share \
  -H "Content-Type: application/json" \
  -d '{"markdown": "# Hello\n| a | b |\n|---|---|\n| 1 | 2 |"}'

# → {"url":"https://mdshare.vercel.app/v/a1b2c3","expires_in":86400}