Easily convert Markdown into shareable web pages with md.page. No setup required—just an API call and a few seconds. Perfect for developers and content creators looking to streamline their workflow. Experience 100% free usage with links that auto-expire after 24 hours.
md.page is a powerful tool designed to convert Markdown files into visually appealing, shareable web pages effortlessly. This service enables users to publish content without the need for authentication, ensuring fast, hassle-free access to creating and sharing links. With md.page, users can simply make an API call to transform their Markdown documents into unique URLs that automatically expire after 24 hours.
md.page/a8Xk2m.Publish Markdown directly from the command line with ease, such as:
npx mdpage-cli README.md
This command publishes the document and provides a shareable link in seconds:
Published → https://md.page/a8Xk2m
Expires in 24h
For developers, the service offers an API endpoint to publish Markdown content programmatically:
curl -X POST https://md.page/api/publish \
-H "Content-Type: application/json" \
-d '{"markdown": "# Hello World\nYour markdown here..."}'
You will receive a JSON response with the shareable URL and the expiration time:
{
"url": "https://md.page/a8Xk2m",
"expires_at": "2026-03-28T12:00:00.000Z"
}
For users interested in having their instances, md.page can be deployed on Cloudflare Workers, making it easy to set up and manage your own Markdown publishing solution. A straightforward deployment process is outlined in the documentation, requiring only a basic understanding of Node.js and access to a Cloudflare account.
md.page leverages cutting-edge technologies including Cloudflare Workers for execution and Cloudflare KV for storage, complemented by the efficient markdown-it library for optimal Markdown processing.
md.page streamlines the Markdown publishing process, enabling novices and experts alike to share their content quickly and efficiently.
No comments yet.
Sign in to be the first to comment.