I kept running into the same problem: someone sends a DOCX contract, NDA, or budget spreadsheet, and every "online editor" wants you to upload it to their cloud first.
That is fine for a blog draft. It is not fine for client work, HR docs, or anything with names and numbers you do not want on a third-party server.
So I built EditDocx (https://editdocx.net) — a free browser editor for DOCX, XLSX, PPTX, and PDF where files stay on your device. Open, edit, export. No account required.
**What surprised me**
1. **Privacy is the hook, but speed is the retention driver.** People click because of "no upload." They come back because opening a local file feels instant compared to waiting on a SaaS upload pipeline.
2. **Office formats are harder than they look.** Under the hood this runs on eigenpal/docx-editor — a solid open-source DOCX engine. Spreadsheets and slides are separate surfaces; PDF is view/fill only for now.
3. **Distribution beats features early on.** The product works. Getting it in front of people searching "edit docx without word" or "browser docx editor no upload" is the real work — directories, SEO, and honest answers in forums.
**Where it stands today**
- Live at editdocx.net
- $0/month revenue — intentionally free
- Supports 7 languages
- Recent files stored in IndexedDB (10 files, 20MB each), not on any server
**What I am doing next**
- More content around Chromebook / zero-upload workflows
- Tighter export fidelity for complex DOCX
- Listening to which format people actually need most (DOCX still wins by a lot)
If you have ever needed to edit an Office file on a locked-down machine — or just did not want to upload a sensitive doc — I would love to hear what blocked you and what would make this genuinely useful.
Happy to answer technical questions about client-side document editing too.
The privacy vs. speed distinction is interesting.
Curious whether the DOCX demand is strong enough that you’re starting to see the product less as a general Office editor and more as a focused zero-upload DOCX tool.