New

docx-editor 1.x has shipped. Vue support, i18n, agents. Read the migration guide →

Blog

Tutorials, guides, and deep dives on building document editors with React and JavaScript.

Tutorial

Next.js DOCX Editor: Edit and Embed Word Documents in the Browser

Edit DOCX files in your Next.js app with an open-source, client-side Word document editor. Embed the editor with no server and no upload. Includes a live interactive demo.

May 20, 20262 min read
Tutorial

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

Embed a client-side DOCX (Word document) editor in a Nuxt app with @eigenpal/nuxt-docx-editor, the official Nuxt 3 and 4 module. Auto-imported and SSR-safe, with no <ClientOnly> wrapper to write. Open source, Apache 2.0. With a live interactive demo.

May 20, 20267 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 full-featured DOCX (Word document) editor to your Vue 3 app with @eigenpal/docx-editor-vue. Client-side, no server, no upload. Open source, Apache 2.0. With a live interactive demo.

May 19, 20264 min read
Tutorial

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

Step-by-step guide to adding a Word (DOCX) editor to a Vue 3 or Nuxt app with @eigenpal/docx-editor-vue. Install, render, load and save .docx, all client-side. Open source, no server.

May 19, 20264 min read
Engineering

Agent toolkit for DOCX documents

An overview of docx-editor-agents: a toolkit for letting AI agents read, comment on, and edit .docx documents. Works live in the browser, headless on the server, or over MCP.

Apr 29, 20264 min read
Engineering

Real-time Collaboration in docx-js-editor

How docx-js-editor adds real-time collaborative editing with Yjs: shared cursors, live presence, and conflict-free document sync 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 browser-based DOCX editor to your Astro project. Client-side Word document editing with React islands. Includes live demo, full code, and deployment tips.

Mar 20, 20262 min read
Tutorial

Remix DOCX Editor: Edit Word Documents in a Remix App

Add a browser-based DOCX editor to your Remix app. Client-side Word document editing with lazy loading and Suspense. Includes live demo and full setup guide.

Mar 19, 20262 min read
Tutorial

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

Add a browser-based DOCX editor to your Vite project. Open, edit, and save Word documents client-side with zero server dependency. Includes live demo and full code.

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

Step-by-step tutorial for integrating a full WYSIWYG DOCX editor into any React application using docx-js-editor. No server required. everything runs in the browser.

Mar 10, 20262 min read
Tutorial

Adding Comments to a React Document Editor

How document comments work in docx-js-editor. threaded discussions, 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

Learn how to parse, render, and edit Word documents entirely in the browser using JavaScript. No server, no conversion. pure client-side DOCX editing.

Mar 5, 20262 min read
Tutorial

Building a Document Template System with React

How to create a document template system using docx-js-editor. Define DOCX templates with variable placeholders, fill them with data, and generate documents programmatically.

Feb 28, 20262 min read
Comparison

DOCX Editors for JavaScript and React: A Comparison

Comparing the best options for editing Word documents in JavaScript and React. docx-js-editor, SuperDoc, Syncfusion, Nutrient, and more. Features, licensing, and trade-offs.

Feb 20, 20263 min read