Welcome to mdto.page

mdto.page is the simplest way to publish Markdown files as temporary webpages.

"No login. No database. Just content."

Why use mdto.page?

Sometimes you just need to share a note, a quick documentation, or a code snippet without creating a GitHub repo or a blog post.

Tech Stack

This project works completely without a database. It leverages Cloudflare's edge capabilities:

  1. Cloudflare Workers: Handles the logic and Markdown parsing.
  2. Cloudflare R2: Stores the HTML with an Object Lifecycle Policy for auto-deletion.
  3. Marked: Used for fast and accurate Markdown rendering.