Collaborative HTML editor
Vela Docs is a free, browser-based collaborative editor for .html files. Preview, edit, and comment on the rendered page with your team. Real-time cursors, mobile preview, slide-deck Present mode. No install, no signup wall for viewers.
Drop a .html file to open it. Click Share when you want a collaborator to join the same view.
Three modes, one file
Edit mode
Click any text on the rendered page and start typing. The page stays interactive (links, buttons, CSS hover states all work) while every paragraph and heading is editable inline.
Code mode
Full HTML source editor with syntax highlighting, line numbers, and CodeMirror keyboard idioms. Changes here flow into the rendered preview live.
Present mode
If the file looks like a slide deck (sections with class "slide" or "page"), Present mode wires up arrow-key navigation, spacebar, and PageDown so the team can flip through together. Each viewer's current slide syncs through cursor presence.
Mobile + desktop preview
A toggle in the toolbar swaps the preview between a full-width desktop viewport and a 390-pixel mobile width. Useful for AI-generated landing pages and email templates where mobile breakage is common.
Inline comments on rendered content
Highlight text in the rendered preview to leave a comment thread. Threads anchor to the text range, not a line number, so they survive edits in Code mode. Threads show up in a right-side rail with pins next to the document.
Vela Docs vs. the alternatives for collaborative HTML
HTML collaboration tools cluster around two poles: design tools that produce HTML (Webflow, Framer) and code playgrounds that author it (CodePen, JSFiddle). Vela Docs sits in the middle: you already have a .html file, you want a team to review and tweak it.
| Vela Docs | CodePen Team | Webflow | Google Docs | |
|---|---|---|---|---|
| Free | yes | no | trialtrial | personalpersonal |
| Drop a .html file | yes | no | no | no |
| Renders HTML faithfully | yes | yes | rebuild itrebuild it | no |
| Real-time cursors | yes | yes | yes | yes |
| Inline comments on rendered text | yes | no | yes | on texton text |
| Slide-deck Present mode | yes | no | no | no |
| Output is portable .html | yes | yes | exportexport | no |
Common questions
What is a collaborative HTML editor?
What's different about editing HTML vs. Markdown collaboratively?
Can I leave comments on a specific paragraph of the HTML page?
Does it support slide-deck HTML?
How does the editor stay safe with arbitrary HTML?
How is this different from Webflow or Framer?
Can I import a Figma export or a Google Slides export?
Markdown instead of HTML? Collaborative Markdown editor.
Just need to view? HTML viewer online.