A minimal, live markdown editor. Type on the left, see the preview on the right — instantly.
- Live preview — renders as you type, no delay
- CodeMirror editor — syntax highlighting, keyboard shortcuts, search & replace
- GitHub Flavored Markdown — tables, task lists, strikethrough, autolinks
- Mermaid diagrams — flowcharts, sequence diagrams, and more
- Raw HTML —
<details>,<mark>, and other HTML tags rendered inline - Templates — README, Blog Post, Meeting Notes, Cheatsheet, Employment Certificate
- Auto-save — content persists in localStorage across sessions
- Dark / light mode — toggle with a click, preference saved locally
- PDF export — print-optimized layout via Save as PDF
- Mobile responsive — tabbed editor/preview with touch-friendly UI
- React 19
- TanStack Router
- Tailwind CSS v4
- CodeMirror 6
- react-markdown + remark-gfm + remark-breaks
- rehype-highlight + rehype-raw
- Mermaid
- Inter + Geist Mono
npm install
npm run devRuns at localhost:3000.
npm run build
npm run previewnpm run testMIT