Docs and comments live in your Git repository. With one shared backend, developers in agentic IDEs like Cursor and VS Code collaborate seamlessly with business reviewers on rendered web docs, without SaaS lock in or PR overhead.
This project implements collaborative tools.
The frontend relies on responsive vanilla styles for modern performance.
GitHub backend stores comments without cluttering your git tree.
Zero-friction browser demo without GitHub sign-in, OAuth consent, or repository write permissions. Uses simulated personas and local storage.
Embeddable drop-in JS snippet that enables inline comments committing directly to GitHub custom git refs.
Native Starlight integration with interactive margin pins, floating bubble selection, and GitHub Device Flow.
React plugin bringing effortless inline document comments and team review loops to Docusaurus sites.
Vue & Vite-powered documentation theme integration designed for ultra-fast doc workflows.
React Server Component (RSC) compatible documentation component with Fumadocs and Nextra support.
Lightweight shortcode integration for blazing-fast Go-based static documentation sites.
Python & Material for MkDocs extension providing inline feedback and review directly on project docs.
AI agents maintain markdown in Git, while humans review and discuss rendered pages. With one shared Git backend, engineering and business teams stay synchronized across IDEs and browsers without third party silos.
Tools like Notion or Confluence trap feedback in proprietary silos, separating doc reviews from your codebase.
Markdown files serve as indexable context for AI agents like Cursor, Claude, and Copilot to inspect, generate, and update docs in Git.
Stakeholders review rendered web views with inline comment threads, stored natively in Git custom refs without PR noise.
Comments live in refs/md-comments/, keeping branches, commit logs, and CI
pipelines clean without pull request friction.
Web embeds, browser extensions, VS Code, Cursor, Antigravity, and Obsidian share the exact same data schema, with instant cross client sync.
Anchored with commit SHAs and content hashing, comments preserve history across Git checkouts and attach accurately across file edits.
Every integration connects to the same Git backend. Comments left on web docs appear instantly in Cursor, Antigravity, and VS Code, and vice versa.
Collaborate natively on GitHub markdown files and pull request diffs. Adds a dedicated comments panel directly into Markdown previews, powered by custom Git refs with zero PR friction.
Native real-time collaboration inside AI-assisted and modern code editors. View, create, and resolve comments alongside code changes with full Cursor, Google Antigravity, and VS Code support.
Add collaborative inline comments to any documentation website, static site, or plain HTML page. Readers and reviewers can highlight text and comment with zero browser extensions required.
<!-- Drop Markdown Comments into any HTML document -->
<script
src="https://unpkg.com/@md-comments/embed/dist/md-comments.min.js"
data-repo="owner/repo"
data-file="docs/architecture.md"
async>
</script>
Bring native collaboration to your personal knowledge base. Right-click any block in Live Preview or Reading Mode to start inline comment discussions powered by GitHub.