docx-editor 1.x has shipped. Vue support, i18n, agents.

Migration guide →
From the team

Blog

Tutorial

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.

May 20, 20262 min read
Tutorial

Nuxt DOCX Editor: Edit Word Documents in a Nuxt 3 App

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.

May 20, 20266 min read
Release

docx-editor 1.0 release

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.

May 19, 20263 min read
Tutorial

Vue DOCX Editor: Edit Word Documents in Vue 3

Add a DOCX editor to a Vue 3 app with @eigenpal/docx-editor-vue. Install, render, load, and save .docx files in the browser.

May 19, 20264 min read
Tutorial

Vue DOCX editor: add a Word editor to a Vue 3 or Nuxt app

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.

May 19, 20263 min read
Engineering

Agent toolkit for DOCX documents

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.

Apr 29, 20264 min read
Engineering

Real-time Collaboration in docx-js-editor

Set up real-time DOCX editing with Yjs: shared cursors, presence, comment sync, and tracked-change attribution across browsers.

Apr 13, 20261 min read
Tutorial

German Translation for React DOCX Editor. DOCX-Editor auf Deutsch

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.

Mar 30, 20261 min read
Tutorial

Polish Translation for React DOCX Editor. Edytor DOCX po polsku

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.

Mar 30, 20261 min read
Tutorial

Astro DOCX Editor: Edit Word Documents in an Astro Site

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.

Mar 20, 20262 min read
Tutorial

Remix DOCX Editor: Edit Word Documents in a Remix App

Add a DOCX editor to a Remix app. Load the React adapter on the client, open a .docx, edit it, and download the result.

Mar 19, 20262 min read
Tutorial

Vite DOCX Editor: Edit Word Documents in a React + Vite App

Add a DOCX editor to a React + Vite project. Install the React adapter, load a .docx, edit it, and download the result.

Mar 18, 20261 min read
Tutorial

Docxtemplater Template Preview Plugin for React

A React plugin for previewing docxtemplater DOCX templates with color-coded variable highlighting, loop detection, and an annotation panel.

Mar 15, 20264 min read
Engineering

Track Changes in a React DOCX Editor

How to enable track changes in a React DOCX editor and automate document review with AI agents using DocxReviewer.

Mar 12, 20262 min read
Tutorial

How to Add a DOCX Editor to Your React App

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.

Mar 10, 20262 min read
Tutorial

Adding Comments to a React Document Editor

How document comments work in docx-js-editor: threaded replies, text range anchoring, resolve workflows, and OOXML compatibility with Microsoft Word.

Mar 8, 20262 min read
Guide

Edit DOCX Files in the Browser with JavaScript

Parse, render, edit, and save Word documents in the browser with JavaScript. Uses the React adapter as the working example.

Mar 5, 20262 min read
Tutorial

Building a Document Template System with React

Create a DOCX template workflow with docx-js-editor. Define placeholders, fill them with application data, and generate completed documents.

Feb 28, 20262 min read
Comparison

DOCX Editors for JavaScript and React: A Comparison

Compare DOCX editors for JavaScript and React: docx-js-editor, SuperDoc, Syncfusion, Nutrient, and ONLYOFFICE. Features, licensing, and trade-offs.

Feb 20, 20263 min read