A fast, secure Markdown editor built with React, TypeScript, and Vite. It provides real-time preview, a focused writing workspace, and convenient export tools for developers and content creators.
- Real-time dual-pane Markdown preview
- Dark mode with saved preferences
- Built-in Markdown guide
- Automatic local saving
- Rename and download Markdown files
- Copy rendered content as HTML
- DOMPurify-powered HTML sanitization
- Responsive edit and preview views
- React 18 and Vite
- TypeScript
- Marked.js
- DOMPurify
- Prism.js
- CSS custom properties
npm install
npm run devCreate a production build with:
npm run buildThe project can be deployed to Cloudflare Pages or Vercel with the Vite preset, npm run build as the build command, and dist as the output directory.
See LICENSE for license details.
Built with ❤️ by MrGoofyDev