A local-first markdown editor and static publisher—offline-ready, Git-aware, with complete self-custody and zero backend dependencies.
- WYSIWYG & raw markdown editing with CodeMirror
- Local-first storage (IndexedDB, OPFS, or mounted filesystem)
- Offline-ready with service workers
- Image support with automatic WebP conversion
- Full Git integration with GitHub support
- One-click publishing to Netlify, Vercel, Cloudflare Pages, GitHub Pages, or S3
- Template-based static site generation
- Cross-workspace search and file navigation
Visit opaledx.com to start writing.
npm install
npm run dev- The workhorse of the WYSIWIG editing is from the great work of @petyosi - MDX-Editor
- Polished Stone Effect adapted from @jhey's codepen
- Codemirror 6
- shadcn
- Themes from tweakcn