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.
- Instant: Paste and get a URL in seconds.
- Ephemeral: Links automatically expire after 1 day, 7 days, or 30 days.
- Clean: Minimalist styling that focuses on readability.
Tech Stack
This project works completely without a database. It leverages Cloudflare's edge capabilities:
- Cloudflare Workers: Handles the logic and Markdown parsing.
- Cloudflare R2: Stores the HTML with an Object Lifecycle Policy for auto-deletion.
- Marked: Used for fast and accurate Markdown rendering.