<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cdr1987</title><link>https://news.ycombinator.com/user?id=cdr1987</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 12:02:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cdr1987" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cdr1987 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p><a href="https://docules.net/about" rel="nofollow">https://docules.net/about</a><p>I've been building a collaborative docs tool called Docules. The short version: it's a team documentation tool that doesn't have any embedded AI features. I use Claude Code daily, but putting LLMs into every workflow and charging for it is kinda insane. Every docs tool is adding AI auto-complete, AI summaries, "generate a page" buttons. Docules has an API and an MCP server instead, so you connect whatever AI tools you actually want to use. The core product focuses on being a fast, solid docs tool. Real-time collab, fast — no embedded databases or heavy view abstractions, hierarchical docs, drag-and-drop, semantic search, comments, version history, public sharing, SSO, RBAC, audit logs, webhooks, etc.
The stack is React, Hono, PostgreSQL, WebSockets. The MCP server is a separate package that exposes search, document CRUD, and comments — so Claude/ChatGPT can work with your docs without us reimplementing a worse version of what they already do. Happy to talk architecture or the MCP integration.</p>
]]></description><pubDate>Mon, 09 Mar 2026 06:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47305367</link><dc:creator>cdr1987</dc:creator><comments>https://news.ycombinator.com/item?id=47305367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47305367</guid></item><item><title><![CDATA[New comment by cdr1987 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p><a href="https://docules.net/about" rel="nofollow">https://docules.net/about</a><p>I've been building a collaborative docs tool called Docules. The short version: it's a team documentation tool that doesn't have any embedded AI features. I use Claude code daily, but putting LLM’s into every workflow and charging for it is kinda insane. Every docs tool is adding AI auto-complete, AI summaries, "generate a page" buttons. Docules has an open API and ships an MCP server, so it connects to whatever you want to use LLM-wise. They can read, search, create, and edit documents through the API. The core product is just a docs tool that tries to be good at being a docs tool:<p><pre><code>  - Real-time collab with live cursors

  - Fast — no embedded databases or heavy view abstractions slowing things down

  - Hierarchical docs, drag-and-drop, semantic search

  - Comments, version history, public sharing

  - SSO, RBAC, audit logs, webhooks
</code></pre>
Stack is React, Hono, PostgreSQL, WebSockets. The MCP server is a separate package so it's not coupled to the main app. I keep seeing docs tools bolt on half-baked AI features and call it innovation. I'd rather build a solid foundation and let you plug in whatever AI workflow actually makes sense for your team. Happy to answer questions about the architecture or the MCP integration.</p>
]]></description><pubDate>Mon, 09 Mar 2026 06:02:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47305350</link><dc:creator>cdr1987</dc:creator><comments>https://news.ycombinator.com/item?id=47305350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47305350</guid></item></channel></rss>