Next.js DOCX Editor: Edit and Embed Word Documents in the Browser
Edit DOCX files in a Next.js App Router project. Install the React adapter, render it client-side, load a file, and save the result.
docx-editor 1.x has shipped. Vue support, i18n, agents.
Migration guide →Edit DOCX files in a Next.js App Router project. Install the React adapter, render it client-side, load a file, and save the result.
Add a DOCX editor to a Nuxt 3 or 4 app with @eigenpal/nuxt-docx-editor. Configure the module, load .docx files, and save edited documents.
1.0 splits @eigenpal/docx-js-editor into five packages: a framework-agnostic core, React and Vue adapters, an agent toolkit, and a shared i18n package. This post is about how those five packages are shaped and why the lines fall where they do.
Add a DOCX editor to a Vue 3 app with @eigenpal/docx-editor-vue. Install, render, load, and save .docx files in the browser.
Add a DOCX editor to a Vue 3 or Nuxt app with @eigenpal/docx-editor-vue. Install, render, load, and save .docx files in the browser.
Use @eigenpal/docx-editor-agents to let an agent read, comment on, and suggest edits to .docx documents in the editor, in Node, or over MCP.
Set up real-time DOCX editing with Yjs: shared cursors, presence, comment sync, and tracked-change attribution across browsers.
How to use the German (de) locale in docx-js-editor. Localize the toolbar, comments, and track changes UI to German. DOCX-Dokumente bearbeiten mit deutscher Benutzeroberfläche.
How to use the Polish (pl) locale in docx-js-editor. Localize the toolbar, comments, and track changes UI to Polish. Edytor dokumentow DOCX z polskim interfejsem.
Add a DOCX editor to an Astro project with a React island. Install the React adapter, load a .docx, edit it, and download the result.
Add a DOCX editor to a Remix app. Load the React adapter on the client, open a .docx, edit it, and download the result.
Add a DOCX editor to a React + Vite project. Install the React adapter, load a .docx, edit it, and download the result.
A React plugin for previewing docxtemplater DOCX templates with color-coded variable highlighting, loop detection, and an annotation panel.
How to enable track changes in a React DOCX editor and automate document review with AI agents using DocxReviewer.
Add a WYSIWYG DOCX editor to a React application with docx-js-editor. Install the package, load a .docx file, and save the edited document.
How document comments work in docx-js-editor: threaded replies, text range anchoring, resolve workflows, and OOXML compatibility with Microsoft Word.
Parse, render, edit, and save Word documents in the browser with JavaScript. Uses the React adapter as the working example.
Create a DOCX template workflow with docx-js-editor. Define placeholders, fill them with application data, and generate completed documents.
Compare DOCX editors for JavaScript and React: docx-js-editor, SuperDoc, Syncfusion, Nutrient, and ONLYOFFICE. Features, licensing, and trade-offs.