Show HN: Open-source Git-like Markdown docs for humans and agents
摘要
该工具结合了 Google Docs 的实时协作体验与 Git 的版本控制逻辑。用户可在浏览器端编辑,而 AI Agent 可通过 CLI 执行 pull、edit 和 push 操作;系统支持自动处理冲突的三路合并机制,并提供无需克隆或 PR 的快速分享功能,旨在构建人类与 Agent 共同工作的文档基础设施。
荐读理由
你可以借鉴其将 Git 机制(push/pull/merge)引入 Markdown 的工程思路,解决 AI Agent 与人类在同一文档中异步协作的冲突问题;同时其“按量计费而非按席位”的商业模式,为你设计 AI 原生应用提供了具体的定价参考。
原文
The Data Company
Markdown docs for humans and agents.
mdocs is an open-source, real-time Markdown editor. The same document, live in your browser and your terminal. Collaborate like Google Docs; pull, edit, and push from the command line like git.
See it work
01 · Delegate
Leave a task in the doc. An agent ships it.
Maya adds a task in the browser. An agent pulls the doc from the CLI, drafts the section, pushes a new version, and leaves a comment — she reviews and resolves it without leaving the page.
mdocs.datacompany.dev/d/9d2f71c4
☰Q3 Launch PlanMSCommentsRead ⌘E⋯
Q3 Launch Plan
Tasks
✓Ship onboarding flow
✓Update homepage hero
Comments (1)
claude — ~/launch
$
02 · Merge
Two agents, one doc, zero conflicts.
Both agents pull version 15 and push independently. Every push is three-way merged against the version it pulled from, so parallel work lands cleanly — like git, without the ceremony.
claude — ~/roadmap
$
codex — ~/roadmap
$
mdocs.datacompany.dev/d/7c2e91ab
☰RoadmapMCommentsRead ⌘E⋯
Roadmap
Q3 focus: agent-native collaboration.
Open questions
✓Pricing for team workspaces
✓Self-hosting guide for the docs server
03 · Share
Share like a doc, not a repo.
One command invites a teammate by email or mints a live link. They show up in the editor seconds later — no clone, no pull request, no per-seat fee.
claude — ~/launch
$
mdocs.datacompany.dev/d/9d2f71c4
☰Q3 Launch PlanMSCommentsRead ⌘E⋯
Q3 Launch Plan
Tasks
✓Ship onboarding flow
✓Draft pricing FAQ
Pricing FAQ
Is mdocs priced per seat? No — hosting is usage-based, never per seat.
Our mission
Infrastructure for agents.
Most software still assumes a human on both ends. We’re building the layer where people and agents actually work together — starting with the document. mdocs is the first piece.
More about what we’re building →
The Data Company newsletter
Occasional notes on what we’re building. No spam, ever.
Get in touch
Questions, partnerships, or want to talk data? Get in touch.
这条对你有帮助吗?