Git-backed docs with real access control, in one markdown repo with folder-level access where teammates, outsiders and AI agents each see exactly their folders.
Hey PH, excited to share a new tool for team productivity in the post-LLM workspace. As you might have noticed, there's a noticeable trend in Markdown usage as one of the documentation tools. But there exist some shortcomings as a real documentation tool. That's why many people are still juggling GDrive and Git-based Markdown for their day-to-day documentation.
What if we could combine the usability and practicality of traditional documentation tools with the strong affinity of Markdown files with AI tools? That's what I wanted for myself and wanted you guys to try out as well. Thanks!
Report
How does this feel for teammates who never touch Git?
Report
I like keeping the docs in Markdown. Feels pretty AI friendly too.
Report
How easy is it for non-technical teammates to edit and manage the docs without touching Git directly?
How do you enforce permissions for AI agents so they can’t accidentally read outside their folders?
Report
folder-level access is the part that makes this different from every other docs tool. the case i would want spelled out is what an agent sees when it is denied a folder. silently missing context reads to a model as the thing not existing, and it will confidently tell you so.
Thousand
Hey PH, excited to share a new tool for team productivity in the post-LLM workspace. As you might have noticed, there's a noticeable trend in Markdown usage as one of the documentation tools. But there exist some shortcomings as a real documentation tool. That's why many people are still juggling GDrive and Git-based Markdown for their day-to-day documentation.
What if we could combine the usability and practicality of traditional documentation tools with the strong affinity of Markdown files with AI tools? That's what I wanted for myself and wanted you guys to try out as well. Thanks!
How does this feel for teammates who never touch Git?
I like keeping the docs in Markdown. Feels pretty AI friendly too.
How easy is it for non-technical teammates to edit and manage the docs without touching Git directly?
Mailwarm
How do you enforce permissions for AI agents so they can’t accidentally read outside their folders?
folder-level access is the part that makes this different from every other docs tool. the case i would want spelled out is what an agent sees when it is denied a folder. silently missing context reads to a model as the thing not existing, and it will confidently tell you so.