docx-js-editor is an open‑source React component that provides a full WYSIWYG DOCX editing experience directly in the browser. It lets users open, modify, and save .docx files client‑side without any backend services.
Highlights
Runs completely in the browser – no server required for opening or saving documents.
Supports rich text features: tables, images, hyperlinks, undo/redo, zoom, and read‑only mode.
Extensible via plugins (e.g., docxtemplater) and offers a configurable toolbar.
Published on npm under an MIT license; source code hosted publicly on GitHub.
auto-generated
eigenpal · via GitHub
Context
Audience
Frontend developers building document‑heavy web applications who need client‑side DOCX editing capabilities