Technology May 21, 2026 · 1 min read

Show HN: Open-source .docx editor library for building document apps

We are working on an open-source .docx editor library for apps that need to edit Word documents in the browser. We just shipped 1.0.A lot of existing approaches convert .docx into HTML and lose document semantics along the way. Our editor parses OOXML directly and uses its own rendering+layout engi...

HA
Hacker News
by thisisjedr
Show HN: Open-source .docx editor library for building document apps

We are working on an open-source .docx editor library for apps that need to edit Word documents in the browser. We just shipped 1.0.

A lot of existing approaches convert .docx into HTML and lose document semantics along the way. Our editor parses OOXML directly and uses its own rendering+layout engine to produce paged documents with html/css. Edits round-trip back to .docx, so you’re always editing the document, not its representation.

The core rendering engine is framework agnostic, with React and Vue ui adapters on top.

It’s Apache 2.0. Happy to answer questions.


Comments URL: https://news.ycombinator.com/item?id=48228411

Points: 17

# Comments: 2

HA
Source

This article was originally published by Hacker News and written by thisisjedr.

Read original article on Hacker News
Back to Discover

Reading List