A collaborative Markdown editor that works like Google Docs
Vela Docs is a free, browser-based editor for .md files with real-time cursors, inline comments, and share-by-link. The collaboration model is Google Docs; the document format stays as plain Markdown so the file remains portable.
Drop any .md file to open it solo, or click Share once you're ready to bring in a collaborator.
How the collaboration works
Real-time cursors
Each collaborator's cursor appears in the document as a colored caret with their name. Sub-100 millisecond sync over a WebSocket, powered by Yjs CRDT. Concurrent edits at the same position merge without conflicts.
Inline comments
Highlight any sentence to leave a comment. Threads anchor to the text range, not a paragraph offset, so they survive edits. Reply, resolve, or mute notifications, the same way Google Docs does it.
Share-by-link with roles
Click Share to get a docs.vela.partners URL. Anyone-with-link can view; invited individuals get edit access. Email invites use magic links so collaborators don't need a password.
Local-first until you share
Drop a .md file anonymously, edit as much as you want, never touch a server. Sharing is the first moment the file leaves your browser. Good for sensitive drafts and AI outputs you'd rather not leak.
Export anywhere
The document IS a .md file. Click Download to grab the current state as clean Markdown — no proprietary format conversion. Drop the result into GitHub, Notion, Obsidian, or any other Markdown tool.
Vela Docs vs. HackMD, HedgeDoc, Notion, and StackEdit
All four are real options for collaborative Markdown, and all four solve different shapes of the problem. Here's an honest side-by-side for the common case: a small team reviewing an AI-generated .md draft.
| Vela Docs | HackMD | HedgeDoc | Notion | |
|---|---|---|---|---|
| Free for teams | yes | limitedlimited | self-hostself-host | limitedlimited |
| Sign-in required to view | share-link viewers noshare-link viewers no | yes | yes | guest noguest no |
| Sign-in required to comment | yes | yes | yes | yes |
| Real-time cursors | yes | yes | yes | yes |
| Inline comments on text range | yes | yes | yes | yes |
| Export to clean .md | yes | yes | yes | messymessy |
| Local-first storage | yes | no | self-hostself-host | no |
| No install | yes | yes | self-hostself-host | yes |
Comparison is for the standard SaaS tier of each tool as of 2026. HedgeDoc is the open-source HackMD fork; the self-hosted column reflects that you run it yourself.
Common questions
What is a collaborative Markdown editor?
What's the best free collaborative Markdown editor for non-developers?
How does Vela Docs handle conflicts when two people edit at once?
Can a viewer leave comments without an account?
How is this different from HackMD?
How is this different from Google Docs?
Is the file stored on a server?
Does it work on mobile browsers?
Working with HTML instead? Collaborative HTML editor.
Just need to view? Markdown viewer online.