Show HN: DOM-docx – HTML to native, editable Word docs (MIT)
Summary
DOM-docx is an open-source library that converts semantic HTML into native, editable Word documents (OOXML). It supports Node and browser usage, with optional Playwright-based rendering for computed styles and a browser bundle for client-side conversion; the project emphasizes a three-stage pipeline (style resolution, visitation, pack/patch) and provides a detailed API with configuration options.