View a sensitive or private Markdown file without uploading it to any server.
Read a README with Mermaid diagrams and LaTeX math rendered inline.
Search full text within a long Markdown document using the command palette.
Deploy your own instance of ReadMD to Cloudflare Pages.
| hassanalimali/readmd | 0xradioac7iv/tempfs | abboskhonov/hermium | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No backend or account needed, runs entirely client-side, or use the hosted live demo directly.
ReadMD is a browser-based Markdown viewer built for reading documentation and technical files with privacy as its core principle. Markdown is a lightweight formatting language used for README files, documentation, and notes, and ReadMD renders those files into clean, readable pages entirely within your browser, nothing is uploaded to a server, stored in a database, or tracked. Beyond basic rendering, it supports several formats that plain Markdown viewers often miss. Mermaid.js diagrams, including flowcharts, sequence diagrams, and Gantt charts, render directly in the page. KaTeX handles LaTeX mathematical notation for scientific documents. It also follows GitHub Flavored Markdown, the variant used in GitHub READMEs and issues. For navigation and reading comfort, it includes a command palette (opened with Ctrl+K) for quick access to controls, an automatically generated table of contents that links to sections in the document, and in-document full-text search. Visual settings like light and dark themes, font size, line height, and content width are all adjustable, and a reading progress indicator shows how far through the document you are. The project is written in TypeScript and uses Vite as its build tool, with Mermaid.js, KaTeX, and Markdown-it as rendering libraries. The styling uses vanilla CSS and HTML5 with no additional UI framework. It is designed to be deployed on Cloudflare Pages, and a live demo is available. It is released under the MIT license.
A privacy-first Markdown viewer that renders documentation, diagrams, and math entirely in your browser with no server upload.
Mainly TypeScript. The stack also includes TypeScript, Vite, Mermaid.js.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.