May 21, 2026
Track Changes, Hot Feelings
Show HN: Open-source .docx editor library for building document apps
Coders are losing it over a Word-style editor they swear they’ve been begging for
TLDR: A new open-source tool lets app makers build browser-based editors for Word files, including tracked edits and live collaboration. The comment section’s reaction was basically instant gratitude, with developers saying this solves a painful problem they’d been hunting for and joking that only someone who knows the suffering could build it.
A new Show HN post dropped what sounds boring on paper—an open-source library for editing Word documents in web apps—but the comments instantly turned it into a mini celebration. This tool lets developers build apps that can open and edit .docx files, show tracked changes (the redline-style edits people use in legal docs and office back-and-forth), and even support live collaboration. In plain English: it’s trying to bring “real Microsoft Word energy” into browser apps, and people in the thread reacted like someone had finally delivered water in the desert.
The loudest response came from one commenter who basically screamed with joy that this was “exactly what I needed for a major client,” adding that the tracked-changes feature made their day. That’s the vibe of the whole thread: not skeptical nitpicking, but stunned relief. Another dev popped in with a battle-scarred salute—“I’ve built something similar but for PDFs. Know the pain too well.” Translation: everyone understands this kind of software is notoriously miserable to make, so the creator is getting respect simply for surviving it.
There isn’t much outright fighting here, but there is delicious intrigue: one user wondered if the repo had just gone public, because they had been desperately searching for this exact thing only a week earlier. That turned the launch into a tiny “where has this been all my life?” drama. Add in awe-filled questions like how hard it was to build in TypeScript, plus simple cheers of “This looks amazing!”, and the community verdict is clear: this isn’t just another dev tool post—it’s a niche painkiller people are weirdly emotional about.
Key Points
- •The article presents an open-source WYSIWYG `.docx` editor library for React, Vue, and Nuxt with support for canonical OOXML, tracked changes, real-time collaboration, and agent-ready features.
- •The project is organized into multiple packages, including framework adapters, a framework-agnostic core, i18n resources, and an agents package with SDK and MCP server components.
- •The core package includes an OOXML parser, serializer, layout engine, and ProseMirror schema, and the article recommends depending on the core directly when forking adapters.
- •Quick-start examples show how to load a `.docx` file into an `ArrayBuffer` and render the `DocxEditor` in React or Vue, with SSR guidance for Next.js and built-in SSR-safe support for Nuxt.
- •The article also covers plugin usage, Bun-based development commands, auto-deployed live previews, translation support for several languages, contribution guidance, and commercial support availability.