Keep documents on infrastructure you control
Use the same browser-based editor without sending documents through an account-first hosted SaaS path.
Self-host a browser-based Markdown editor with live preview, collaboration, citations, and PDF or DOCX export, without pushing documents into a hosted account-first SaaS workflow.
Use the same browser-based editor without sending documents through an account-first hosted SaaS path.
Users open the editor in the browser. No local install is needed for everyday writing and export.
Markdown, preview, sharing, citations, PDF, and DOCX stay inside one product path rather than separate tools.
Docker Compose, SQLite, environment variables, and reverse-proxy compatibility keep the operating surface understandable.
Use the Docker Compose path and verify the health endpoint locally.
Set `COOKIE_SECRET` and optional AI provider keys in `.env` before public exposure.
Use a reverse proxy for your production hostname and HTTPS termination.
Give your users a browser URL instead of a desktop installation checklist.
No. PDF and DOCX export remain part of the same application path when the runtime dependencies are present.
Yes. That is one of the main reasons to self-host mdedit.io instead of relying on a public instance.
No. mdedit.io is a browser-based app and can be run without a hosted account model.
Use the main help page and the GitHub repository for the detailed Docker and deployment path.