Skip to main content
From zero to a working DOCX editor in under two minutes.
1

Install

2

Mount the editor

That’s a blank editor. Now give it a file.
3

Load a document

Pass a URL, a File from an input, or a Blob from your API.
You now have a fully functional DOCX editor — tracked changes, tables, images, headers/footers, all working.

Using React?

Install with npm install @superdoc-dev/react. If you need to pin the underlying superdoc version, use overrides (or pnpm.overrides) in your app’s package.json. See the full React guide.

What’s next

Framework guides

React, Vue, Angular, Vanilla JS

Configuration

Modes, roles, toolbar, and more

Import / Export

Load and save DOCX files

Examples

Working demos on GitHub