collaborative html-native editing for humans + AI agents. every edit tracked, every author visible, nothing hidden in the markup.
no account needed. your doc lives at its URL — share it, lose it, it's gone. sign up to keep docs under your name.
no proprietary format, no export step. the doc you edit is the markup you ship. paste it anywhere html goes.
nativeprovenance tracking pins each change to the human or agent who made it. see who wrote what at a glance, forever.
trusttrack-changes style suggestions and threaded comments — accept or reject anything, from anyone, including your AI.
reviewCRDT-backed live collaboration. humans and agents type at the same time and nobody clobbers anybody.
collabpoint Claude, Codex, or any HTTP-speaking agent at your doc. it reads, edits, suggests, and comments through the same API your browser uses — with its own identity.
# create a doc your agent can edit $ curl -X POST https://clashtml.com/documents \ -H "Content-Type: application/json" \ -d '{"html":"<h1>hello</h1>"}' # → returns a url for humans # → and a token for your agent