Collaborative HTML
The collaboration model of Google Docs, applied to rendered HTML.
Traditional HTML is easy to render and awkward to collaborate on. HTML Docs breaks an imported page into editable regions, then adds familiar document behavior around them: comments, live collaborators, sharing controls, and versions. The result stays visually expressive without becoming an opaque file.
General document tools flatten the artifact. Code tools exclude reviewers.
Pasting an interactive report into a word processor loses its layout and behavior. Asking a client to comment in a repository exposes the wrong surface. HTML Docs keeps the browser-rendered experience while giving non-technical collaborators a document-shaped way to participate.
How it works
From local output to a reviewed artifact.
Import the page
HTML Docs identifies block-level regions while preserving the surrounding design.
Share access
Choose the appropriate public, unlisted, or private collaboration path.
Edit together
Update regions, see collaborator activity, and discuss changes in threads.
Publish when ready
Serve the latest approved version at a durable URL.
What changes when review is built into the page
Familiar review behavior
Comments and versions reduce the learning curve for stakeholders.
HTML stays HTML
Keep charts, visual systems, and interactive elements that plain documents cannot express.
Human–agent collaboration
Both people and API clients can work on the same artifact.
HTML Docs vs. Google Docs
Choose for the job you actually need to finish. This comparison focuses on workflow, not a blanket claim that one tool replaces another.
| Criterion | HTML Docs | Google Docs |
|---|---|---|
| Visual fidelity | Arbitrary HTML and CSS | Document-native layouts |
| Interactivity | Browser scripts and embedded experiences | Document widgets and embeds |
| Agent interface | Region, comment, and version APIs | General document automation APIs |
Frequently asked questions
Is HTML Docs a full replacement for Google Docs?
No. Google Docs is excellent for conventional documents. HTML Docs is for work whose rendered HTML design or interaction needs to survive collaboration.
How is the HTML made editable?
Imported block-level elements become independently editable regions inside the preserved page shell.
Can multiple people edit at once?
Yes. HTML Docs supports real-time region synchronization and collaboration features.
Can I export the result?
Documents can be kept as hosted HTML and can also be exported through supported document and PDF workflows.
Publish the next artifact from where it was created.
npx @html-docs/cli publish page.html