MD Reader Open in MD Reader

mdreader

MD Reader — a static-hosted markdown reader/editor, served at the site root. The app
(HTML/CSS/JS) lives at the top level (index.html, css/, js/);
public share links are rendered by the serverless functions in api/. Deployed on
Vercel (static + serverless functions).

Layout

Clearing shared links

Shared links (/s/{id}) are stored one JSON blob per share in Vercel Blob under
shares/{id}.json and never expire — a share lives until it is explicitly deleted.
The store only grows, so clear it periodically.